Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4 KB

SplunkConfig.md

File metadata and controls

160 lines (87 loc) · 4 KB

SplunkConfig

Properties

Name Type Description Notes
Endpoint Pointer to string End Point [optional]
Index Pointer to string Index [optional]
Source Pointer to string Source [optional]
SourceType Pointer to string Source Type [optional]
Token Pointer to string Token [optional]

Methods

NewSplunkConfig

func NewSplunkConfig() *SplunkConfig

NewSplunkConfig instantiates a new SplunkConfig 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

NewSplunkConfigWithDefaults

func NewSplunkConfigWithDefaults() *SplunkConfig

NewSplunkConfigWithDefaults instantiates a new SplunkConfig 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

GetEndpoint

func (o *SplunkConfig) GetEndpoint() string

GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.

GetEndpointOk

func (o *SplunkConfig) GetEndpointOk() (*string, bool)

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

SetEndpoint

func (o *SplunkConfig) SetEndpoint(v string)

SetEndpoint sets Endpoint field to given value.

HasEndpoint

func (o *SplunkConfig) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

GetIndex

func (o *SplunkConfig) GetIndex() string

GetIndex returns the Index field if non-nil, zero value otherwise.

GetIndexOk

func (o *SplunkConfig) GetIndexOk() (*string, bool)

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

SetIndex

func (o *SplunkConfig) SetIndex(v string)

SetIndex sets Index field to given value.

HasIndex

func (o *SplunkConfig) HasIndex() bool

HasIndex returns a boolean if a field has been set.

GetSource

func (o *SplunkConfig) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *SplunkConfig) GetSourceOk() (*string, bool)

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

SetSource

func (o *SplunkConfig) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *SplunkConfig) HasSource() bool

HasSource returns a boolean if a field has been set.

GetSourceType

func (o *SplunkConfig) GetSourceType() string

GetSourceType returns the SourceType field if non-nil, zero value otherwise.

GetSourceTypeOk

func (o *SplunkConfig) GetSourceTypeOk() (*string, bool)

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

SetSourceType

func (o *SplunkConfig) SetSourceType(v string)

SetSourceType sets SourceType field to given value.

HasSourceType

func (o *SplunkConfig) HasSourceType() bool

HasSourceType returns a boolean if a field has been set.

GetToken

func (o *SplunkConfig) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *SplunkConfig) GetTokenOk() (*string, bool)

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

SetToken

func (o *SplunkConfig) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *SplunkConfig) HasToken() bool

HasToken returns a boolean if a field has been set.

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