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] |
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
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
func (o *SplunkConfig) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
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.
func (o *SplunkConfig) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *SplunkConfig) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.
func (o *SplunkConfig) GetIndex() string
GetIndex returns the Index field if non-nil, zero value otherwise.
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.
func (o *SplunkConfig) SetIndex(v string)
SetIndex sets Index field to given value.
func (o *SplunkConfig) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (o *SplunkConfig) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
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.
func (o *SplunkConfig) SetSource(v string)
SetSource sets Source field to given value.
func (o *SplunkConfig) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *SplunkConfig) GetSourceType() string
GetSourceType returns the SourceType field if non-nil, zero value otherwise.
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.
func (o *SplunkConfig) SetSourceType(v string)
SetSourceType sets SourceType field to given value.
func (o *SplunkConfig) HasSourceType() bool
HasSourceType returns a boolean if a field has been set.
func (o *SplunkConfig) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
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.
func (o *SplunkConfig) SetToken(v string)
SetToken sets Token field to given value.
func (o *SplunkConfig) HasToken() bool
HasToken returns a boolean if a field has been set.