Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.4 KB

SplunkLogForwardingConfig.md

File metadata and controls

212 lines (115 loc) · 6.4 KB

SplunkLogForwardingConfig

Properties

Name Type Description Notes
SplunkEnableTls Pointer to bool [optional]
SplunkIndex Pointer to string [optional]
SplunkSource Pointer to string [optional]
SplunkSourcetype Pointer to string [optional]
SplunkTlsCertificate Pointer to string [optional]
SplunkToken Pointer to string [optional]
SplunkUrl Pointer to string [optional]

Methods

NewSplunkLogForwardingConfig

func NewSplunkLogForwardingConfig() *SplunkLogForwardingConfig

NewSplunkLogForwardingConfig instantiates a new SplunkLogForwardingConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewSplunkLogForwardingConfigWithDefaults

func NewSplunkLogForwardingConfigWithDefaults() *SplunkLogForwardingConfig

NewSplunkLogForwardingConfigWithDefaults instantiates a new SplunkLogForwardingConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetSplunkEnableTls

func (o *SplunkLogForwardingConfig) GetSplunkEnableTls() bool

GetSplunkEnableTls returns the SplunkEnableTls field if non-nil, zero value otherwise.

GetSplunkEnableTlsOk

func (o *SplunkLogForwardingConfig) GetSplunkEnableTlsOk() (*bool, bool)

GetSplunkEnableTlsOk returns a tuple with the SplunkEnableTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSplunkEnableTls

func (o *SplunkLogForwardingConfig) SetSplunkEnableTls(v bool)

SetSplunkEnableTls sets SplunkEnableTls field to given value.

HasSplunkEnableTls

func (o *SplunkLogForwardingConfig) HasSplunkEnableTls() bool

HasSplunkEnableTls returns a boolean if a field has been set.

GetSplunkIndex

func (o *SplunkLogForwardingConfig) GetSplunkIndex() string

GetSplunkIndex returns the SplunkIndex field if non-nil, zero value otherwise.

GetSplunkIndexOk

func (o *SplunkLogForwardingConfig) GetSplunkIndexOk() (*string, bool)

GetSplunkIndexOk returns a tuple with the SplunkIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSplunkIndex

func (o *SplunkLogForwardingConfig) SetSplunkIndex(v string)

SetSplunkIndex sets SplunkIndex field to given value.

HasSplunkIndex

func (o *SplunkLogForwardingConfig) HasSplunkIndex() bool

HasSplunkIndex returns a boolean if a field has been set.

GetSplunkSource

func (o *SplunkLogForwardingConfig) GetSplunkSource() string

GetSplunkSource returns the SplunkSource field if non-nil, zero value otherwise.

GetSplunkSourceOk

func (o *SplunkLogForwardingConfig) GetSplunkSourceOk() (*string, bool)

GetSplunkSourceOk returns a tuple with the SplunkSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSplunkSource

func (o *SplunkLogForwardingConfig) SetSplunkSource(v string)

SetSplunkSource sets SplunkSource field to given value.

HasSplunkSource

func (o *SplunkLogForwardingConfig) HasSplunkSource() bool

HasSplunkSource returns a boolean if a field has been set.

GetSplunkSourcetype

func (o *SplunkLogForwardingConfig) GetSplunkSourcetype() string

GetSplunkSourcetype returns the SplunkSourcetype field if non-nil, zero value otherwise.

GetSplunkSourcetypeOk

func (o *SplunkLogForwardingConfig) GetSplunkSourcetypeOk() (*string, bool)

GetSplunkSourcetypeOk returns a tuple with the SplunkSourcetype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSplunkSourcetype

func (o *SplunkLogForwardingConfig) SetSplunkSourcetype(v string)

SetSplunkSourcetype sets SplunkSourcetype field to given value.

HasSplunkSourcetype

func (o *SplunkLogForwardingConfig) HasSplunkSourcetype() bool

HasSplunkSourcetype returns a boolean if a field has been set.

GetSplunkTlsCertificate

func (o *SplunkLogForwardingConfig) GetSplunkTlsCertificate() string

GetSplunkTlsCertificate returns the SplunkTlsCertificate field if non-nil, zero value otherwise.

GetSplunkTlsCertificateOk

func (o *SplunkLogForwardingConfig) GetSplunkTlsCertificateOk() (*string, bool)

GetSplunkTlsCertificateOk returns a tuple with the SplunkTlsCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSplunkTlsCertificate

func (o *SplunkLogForwardingConfig) SetSplunkTlsCertificate(v string)

SetSplunkTlsCertificate sets SplunkTlsCertificate field to given value.

HasSplunkTlsCertificate

func (o *SplunkLogForwardingConfig) HasSplunkTlsCertificate() bool

HasSplunkTlsCertificate returns a boolean if a field has been set.

GetSplunkToken

func (o *SplunkLogForwardingConfig) GetSplunkToken() string

GetSplunkToken returns the SplunkToken field if non-nil, zero value otherwise.

GetSplunkTokenOk

func (o *SplunkLogForwardingConfig) GetSplunkTokenOk() (*string, bool)

GetSplunkTokenOk returns a tuple with the SplunkToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSplunkToken

func (o *SplunkLogForwardingConfig) SetSplunkToken(v string)

SetSplunkToken sets SplunkToken field to given value.

HasSplunkToken

func (o *SplunkLogForwardingConfig) HasSplunkToken() bool

HasSplunkToken returns a boolean if a field has been set.

GetSplunkUrl

func (o *SplunkLogForwardingConfig) GetSplunkUrl() string

GetSplunkUrl returns the SplunkUrl field if non-nil, zero value otherwise.

GetSplunkUrlOk

func (o *SplunkLogForwardingConfig) GetSplunkUrlOk() (*string, bool)

GetSplunkUrlOk returns a tuple with the SplunkUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSplunkUrl

func (o *SplunkLogForwardingConfig) SetSplunkUrl(v string)

SetSplunkUrl sets SplunkUrl field to given value.

HasSplunkUrl

func (o *SplunkLogForwardingConfig) HasSplunkUrl() bool

HasSplunkUrl returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]