Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.75 KB

SyslogLogForwardingConfig.md

File metadata and controls

186 lines (101 loc) · 5.75 KB

SyslogLogForwardingConfig

Properties

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]

Methods

NewSyslogLogForwardingConfig

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

NewSyslogLogForwardingConfigWithDefaults

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

GetSyslogEnableTls

func (o *SyslogLogForwardingConfig) GetSyslogEnableTls() bool

GetSyslogEnableTls returns the SyslogEnableTls field if non-nil, zero value otherwise.

GetSyslogEnableTlsOk

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.

SetSyslogEnableTls

func (o *SyslogLogForwardingConfig) SetSyslogEnableTls(v bool)

SetSyslogEnableTls sets SyslogEnableTls field to given value.

HasSyslogEnableTls

func (o *SyslogLogForwardingConfig) HasSyslogEnableTls() bool

HasSyslogEnableTls returns a boolean if a field has been set.

GetSyslogFormatter

func (o *SyslogLogForwardingConfig) GetSyslogFormatter() string

GetSyslogFormatter returns the SyslogFormatter field if non-nil, zero value otherwise.

GetSyslogFormatterOk

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.

SetSyslogFormatter

func (o *SyslogLogForwardingConfig) SetSyslogFormatter(v string)

SetSyslogFormatter sets SyslogFormatter field to given value.

HasSyslogFormatter

func (o *SyslogLogForwardingConfig) HasSyslogFormatter() bool

HasSyslogFormatter returns a boolean if a field has been set.

GetSyslogHost

func (o *SyslogLogForwardingConfig) GetSyslogHost() string

GetSyslogHost returns the SyslogHost field if non-nil, zero value otherwise.

GetSyslogHostOk

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.

SetSyslogHost

func (o *SyslogLogForwardingConfig) SetSyslogHost(v string)

SetSyslogHost sets SyslogHost field to given value.

HasSyslogHost

func (o *SyslogLogForwardingConfig) HasSyslogHost() bool

HasSyslogHost returns a boolean if a field has been set.

GetSyslogNetwork

func (o *SyslogLogForwardingConfig) GetSyslogNetwork() string

GetSyslogNetwork returns the SyslogNetwork field if non-nil, zero value otherwise.

GetSyslogNetworkOk

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.

SetSyslogNetwork

func (o *SyslogLogForwardingConfig) SetSyslogNetwork(v string)

SetSyslogNetwork sets SyslogNetwork field to given value.

HasSyslogNetwork

func (o *SyslogLogForwardingConfig) HasSyslogNetwork() bool

HasSyslogNetwork returns a boolean if a field has been set.

GetSyslogTargetTag

func (o *SyslogLogForwardingConfig) GetSyslogTargetTag() string

GetSyslogTargetTag returns the SyslogTargetTag field if non-nil, zero value otherwise.

GetSyslogTargetTagOk

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.

SetSyslogTargetTag

func (o *SyslogLogForwardingConfig) SetSyslogTargetTag(v string)

SetSyslogTargetTag sets SyslogTargetTag field to given value.

HasSyslogTargetTag

func (o *SyslogLogForwardingConfig) HasSyslogTargetTag() bool

HasSyslogTargetTag returns a boolean if a field has been set.

GetSyslogTlsCertificate

func (o *SyslogLogForwardingConfig) GetSyslogTlsCertificate() string

GetSyslogTlsCertificate returns the SyslogTlsCertificate field if non-nil, zero value otherwise.

GetSyslogTlsCertificateOk

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.

SetSyslogTlsCertificate

func (o *SyslogLogForwardingConfig) SetSyslogTlsCertificate(v string)

SetSyslogTlsCertificate sets SyslogTlsCertificate field to given value.

HasSyslogTlsCertificate

func (o *SyslogLogForwardingConfig) HasSyslogTlsCertificate() bool

HasSyslogTlsCertificate returns a boolean if a field has been set.

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