Name | Type | Description | Notes |
---|---|---|---|
SyslogEnableTls | Pointer to bool | [optional] | |
SyslogFormatter | Pointer to string | [optional] | |
SyslogHost | Pointer to string | [optional] | |
SyslogNetwork | Pointer to string | [optional] | |
SyslogTargetTag | Pointer to string | [optional] | |
SyslogTlsCertificate | Pointer to string | [optional] |
func NewSyslogLogForwardingConfig() *SyslogLogForwardingConfig
NewSyslogLogForwardingConfig instantiates a new SyslogLogForwardingConfig 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 NewSyslogLogForwardingConfigWithDefaults() *SyslogLogForwardingConfig
NewSyslogLogForwardingConfigWithDefaults instantiates a new SyslogLogForwardingConfig 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 *SyslogLogForwardingConfig) GetSyslogEnableTls() bool
GetSyslogEnableTls returns the SyslogEnableTls field if non-nil, zero value otherwise.
func (o *SyslogLogForwardingConfig) GetSyslogEnableTlsOk() (*bool, bool)
GetSyslogEnableTlsOk returns a tuple with the SyslogEnableTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyslogLogForwardingConfig) SetSyslogEnableTls(v bool)
SetSyslogEnableTls sets SyslogEnableTls field to given value.
func (o *SyslogLogForwardingConfig) HasSyslogEnableTls() bool
HasSyslogEnableTls returns a boolean if a field has been set.
func (o *SyslogLogForwardingConfig) GetSyslogFormatter() string
GetSyslogFormatter returns the SyslogFormatter field if non-nil, zero value otherwise.
func (o *SyslogLogForwardingConfig) GetSyslogFormatterOk() (*string, bool)
GetSyslogFormatterOk returns a tuple with the SyslogFormatter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyslogLogForwardingConfig) SetSyslogFormatter(v string)
SetSyslogFormatter sets SyslogFormatter field to given value.
func (o *SyslogLogForwardingConfig) HasSyslogFormatter() bool
HasSyslogFormatter returns a boolean if a field has been set.
func (o *SyslogLogForwardingConfig) GetSyslogHost() string
GetSyslogHost returns the SyslogHost field if non-nil, zero value otherwise.
func (o *SyslogLogForwardingConfig) GetSyslogHostOk() (*string, bool)
GetSyslogHostOk returns a tuple with the SyslogHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyslogLogForwardingConfig) SetSyslogHost(v string)
SetSyslogHost sets SyslogHost field to given value.
func (o *SyslogLogForwardingConfig) HasSyslogHost() bool
HasSyslogHost returns a boolean if a field has been set.
func (o *SyslogLogForwardingConfig) GetSyslogNetwork() string
GetSyslogNetwork returns the SyslogNetwork field if non-nil, zero value otherwise.
func (o *SyslogLogForwardingConfig) GetSyslogNetworkOk() (*string, bool)
GetSyslogNetworkOk returns a tuple with the SyslogNetwork field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyslogLogForwardingConfig) SetSyslogNetwork(v string)
SetSyslogNetwork sets SyslogNetwork field to given value.
func (o *SyslogLogForwardingConfig) HasSyslogNetwork() bool
HasSyslogNetwork returns a boolean if a field has been set.
func (o *SyslogLogForwardingConfig) GetSyslogTargetTag() string
GetSyslogTargetTag returns the SyslogTargetTag field if non-nil, zero value otherwise.
func (o *SyslogLogForwardingConfig) GetSyslogTargetTagOk() (*string, bool)
GetSyslogTargetTagOk returns a tuple with the SyslogTargetTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyslogLogForwardingConfig) SetSyslogTargetTag(v string)
SetSyslogTargetTag sets SyslogTargetTag field to given value.
func (o *SyslogLogForwardingConfig) HasSyslogTargetTag() bool
HasSyslogTargetTag returns a boolean if a field has been set.
func (o *SyslogLogForwardingConfig) GetSyslogTlsCertificate() string
GetSyslogTlsCertificate returns the SyslogTlsCertificate field if non-nil, zero value otherwise.
func (o *SyslogLogForwardingConfig) GetSyslogTlsCertificateOk() (*string, bool)
GetSyslogTlsCertificateOk returns a tuple with the SyslogTlsCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyslogLogForwardingConfig) SetSyslogTlsCertificate(v string)
SetSyslogTlsCertificate sets SyslogTlsCertificate field to given value.
func (o *SyslogLogForwardingConfig) HasSyslogTlsCertificate() bool
HasSyslogTlsCertificate returns a boolean if a field has been set.