Name | Type | Description | Notes |
---|---|---|---|
ApiKey | Pointer to string | Datadog api key | [optional] |
Enable | Pointer to string | Enable Log Forwarding [true/false] | [optional] [default to "true"] |
Host | Pointer to string | Datadog host | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
LogService | Pointer to string | Datadog log service | [optional] [default to "use-existing"] |
LogSource | Pointer to string | Datadog log source | [optional] [default to "use-existing"] |
LogTags | Pointer to string | A comma-separated list of Datadog log tags formatted as "key:value" strings | [optional] [default to "use-existing"] |
OutputFormat | Pointer to string | Logs format [text/json] | [optional] [default to "text"] |
PullInterval | Pointer to string | Pull interval in seconds | [optional] [default to "10"] |
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 NewGwUpdateRemoteAccessSessionLogsDatadog() *GwUpdateRemoteAccessSessionLogsDatadog
NewGwUpdateRemoteAccessSessionLogsDatadog instantiates a new GwUpdateRemoteAccessSessionLogsDatadog 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 NewGwUpdateRemoteAccessSessionLogsDatadogWithDefaults() *GwUpdateRemoteAccessSessionLogsDatadog
NewGwUpdateRemoteAccessSessionLogsDatadogWithDefaults instantiates a new GwUpdateRemoteAccessSessionLogsDatadog 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 *GwUpdateRemoteAccessSessionLogsDatadog) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetEnable() string
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) 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 *GwUpdateRemoteAccessSessionLogsDatadog) SetEnable(v string)
SetEnable sets Enable field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) 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 *GwUpdateRemoteAccessSessionLogsDatadog) SetHost(v string)
SetHost sets Host field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) 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 *GwUpdateRemoteAccessSessionLogsDatadog) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetLogService() string
GetLogService returns the LogService field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetLogServiceOk() (*string, bool)
GetLogServiceOk returns a tuple with the LogService field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) SetLogService(v string)
SetLogService sets LogService field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasLogService() bool
HasLogService returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetLogSource() string
GetLogSource returns the LogSource field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetLogSourceOk() (*string, bool)
GetLogSourceOk returns a tuple with the LogSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) SetLogSource(v string)
SetLogSource sets LogSource field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasLogSource() bool
HasLogSource returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetLogTags() string
GetLogTags returns the LogTags field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetLogTagsOk() (*string, bool)
GetLogTagsOk returns a tuple with the LogTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) SetLogTags(v string)
SetLogTags sets LogTags field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasLogTags() bool
HasLogTags returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetOutputFormat() string
GetOutputFormat returns the OutputFormat field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) 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 *GwUpdateRemoteAccessSessionLogsDatadog) SetOutputFormat(v string)
SetOutputFormat sets OutputFormat field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasOutputFormat() bool
HasOutputFormat returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetPullInterval() string
GetPullInterval returns the PullInterval field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) 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 *GwUpdateRemoteAccessSessionLogsDatadog) SetPullInterval(v string)
SetPullInterval sets PullInterval field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasPullInterval() bool
HasPullInterval returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) 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 *GwUpdateRemoteAccessSessionLogsDatadog) SetToken(v string)
SetToken sets Token field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) 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 *GwUpdateRemoteAccessSessionLogsDatadog) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GwUpdateRemoteAccessSessionLogsDatadog) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.