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] |
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
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
func (o *SplunkLogForwardingConfig) GetSplunkEnableTls() bool
GetSplunkEnableTls returns the SplunkEnableTls field if non-nil, zero value otherwise.
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.
func (o *SplunkLogForwardingConfig) SetSplunkEnableTls(v bool)
SetSplunkEnableTls sets SplunkEnableTls field to given value.
func (o *SplunkLogForwardingConfig) HasSplunkEnableTls() bool
HasSplunkEnableTls returns a boolean if a field has been set.
func (o *SplunkLogForwardingConfig) GetSplunkIndex() string
GetSplunkIndex returns the SplunkIndex field if non-nil, zero value otherwise.
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.
func (o *SplunkLogForwardingConfig) SetSplunkIndex(v string)
SetSplunkIndex sets SplunkIndex field to given value.
func (o *SplunkLogForwardingConfig) HasSplunkIndex() bool
HasSplunkIndex returns a boolean if a field has been set.
func (o *SplunkLogForwardingConfig) GetSplunkSource() string
GetSplunkSource returns the SplunkSource field if non-nil, zero value otherwise.
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.
func (o *SplunkLogForwardingConfig) SetSplunkSource(v string)
SetSplunkSource sets SplunkSource field to given value.
func (o *SplunkLogForwardingConfig) HasSplunkSource() bool
HasSplunkSource returns a boolean if a field has been set.
func (o *SplunkLogForwardingConfig) GetSplunkSourcetype() string
GetSplunkSourcetype returns the SplunkSourcetype field if non-nil, zero value otherwise.
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.
func (o *SplunkLogForwardingConfig) SetSplunkSourcetype(v string)
SetSplunkSourcetype sets SplunkSourcetype field to given value.
func (o *SplunkLogForwardingConfig) HasSplunkSourcetype() bool
HasSplunkSourcetype returns a boolean if a field has been set.
func (o *SplunkLogForwardingConfig) GetSplunkTlsCertificate() string
GetSplunkTlsCertificate returns the SplunkTlsCertificate field if non-nil, zero value otherwise.
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.
func (o *SplunkLogForwardingConfig) SetSplunkTlsCertificate(v string)
SetSplunkTlsCertificate sets SplunkTlsCertificate field to given value.
func (o *SplunkLogForwardingConfig) HasSplunkTlsCertificate() bool
HasSplunkTlsCertificate returns a boolean if a field has been set.
func (o *SplunkLogForwardingConfig) GetSplunkToken() string
GetSplunkToken returns the SplunkToken field if non-nil, zero value otherwise.
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.
func (o *SplunkLogForwardingConfig) SetSplunkToken(v string)
SetSplunkToken sets SplunkToken field to given value.
func (o *SplunkLogForwardingConfig) HasSplunkToken() bool
HasSplunkToken returns a boolean if a field has been set.
func (o *SplunkLogForwardingConfig) GetSplunkUrl() string
GetSplunkUrl returns the SplunkUrl field if non-nil, zero value otherwise.
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.
func (o *SplunkLogForwardingConfig) SetSplunkUrl(v string)
SetSplunkUrl sets SplunkUrl field to given value.
func (o *SplunkLogForwardingConfig) HasSplunkUrl() bool
HasSplunkUrl returns a boolean if a field has been set.