Name | Type | Description | Notes |
---|---|---|---|
Enable | Pointer to string | Enable Log Forwarding [true/false] | [optional] [default to "true"] |
EnableTls | Pointer to bool | Enable tls relevant only for network type TCP | [optional] |
Formatter | Pointer to string | Syslog formatter [text/cef] | [optional] [default to "text"] |
Host | Pointer to string | Syslog host | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Network | Pointer to string | Syslog network [tcp/udp] | [optional] [default to "tcp"] |
OutputFormat | Pointer to string | Logs format [text/json] | [optional] [default to "text"] |
PullInterval | Pointer to string | Pull interval in seconds | [optional] [default to "10"] |
TargetTag | Pointer to string | Syslog target tag | [optional] [default to "use-existing"] |
TlsCertificate | Pointer to string | Syslog tls certificate | [optional] [default to "use-existing"] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewGwUpdateRemoteAccessSessionLogsSyslog() *GwUpdateRemoteAccessSessionLogsSyslog
NewGwUpdateRemoteAccessSessionLogsSyslog instantiates a new GwUpdateRemoteAccessSessionLogsSyslog 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 NewGwUpdateRemoteAccessSessionLogsSyslogWithDefaults() *GwUpdateRemoteAccessSessionLogsSyslog
NewGwUpdateRemoteAccessSessionLogsSyslogWithDefaults instantiates a new GwUpdateRemoteAccessSessionLogsSyslog 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 *GwUpdateRemoteAccessSessionLogsSyslog) GetEnable() string
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetEnableOk() (*string, bool)
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetEnable(v string)
SetEnable sets Enable field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetEnableTls() bool
GetEnableTls returns the EnableTls field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetEnableTlsOk() (*bool, bool)
GetEnableTlsOk returns a tuple with the EnableTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetEnableTls(v bool)
SetEnableTls sets EnableTls field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasEnableTls() bool
HasEnableTls returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetFormatter() string
GetFormatter returns the Formatter field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetFormatterOk() (*string, bool)
GetFormatterOk returns a tuple with the Formatter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetFormatter(v string)
SetFormatter sets Formatter field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasFormatter() bool
HasFormatter returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetHost(v string)
SetHost sets Host field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetNetwork() string
GetNetwork returns the Network field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetNetworkOk() (*string, bool)
GetNetworkOk returns a tuple with the Network field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetNetwork(v string)
SetNetwork sets Network field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasNetwork() bool
HasNetwork returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetOutputFormat() string
GetOutputFormat returns the OutputFormat field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetOutputFormatOk() (*string, bool)
GetOutputFormatOk returns a tuple with the OutputFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetOutputFormat(v string)
SetOutputFormat sets OutputFormat field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasOutputFormat() bool
HasOutputFormat returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetPullInterval() string
GetPullInterval returns the PullInterval field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetPullIntervalOk() (*string, bool)
GetPullIntervalOk returns a tuple with the PullInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetPullInterval(v string)
SetPullInterval sets PullInterval field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasPullInterval() bool
HasPullInterval returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetTargetTag() string
GetTargetTag returns the TargetTag field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetTargetTagOk() (*string, bool)
GetTargetTagOk returns a tuple with the TargetTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetTargetTag(v string)
SetTargetTag sets TargetTag field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasTargetTag() bool
HasTargetTag returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetTlsCertificate() string
GetTlsCertificate returns the TlsCertificate field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetTlsCertificateOk() (*string, bool)
GetTlsCertificateOk returns a tuple with the TlsCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetTlsCertificate(v string)
SetTlsCertificate sets TlsCertificate field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasTlsCertificate() bool
HasTlsCertificate returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) 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 *GwUpdateRemoteAccessSessionLogsSyslog) SetToken(v string)
SetToken sets Token field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GwUpdateRemoteAccessSessionLogsSyslog) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.