Name | Type | Description | Notes |
---|---|---|---|
AccessId | Pointer to string | AWS access id relevant for access_key auth-type | [optional] |
AccessKey | Pointer to string | AWS access key relevant for access_key auth-type | [optional] |
AuthType | Pointer to string | AWS auth type [access_key/cloud_id/assume_role] | [optional] |
BucketName | Pointer to string | AWS S3 bucket name | [optional] |
Enable | Pointer to string | Enable Log Forwarding [true/false] | [optional] [default to "true"] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
LogFolder | Pointer to string | AWS S3 destination folder for logs | [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"] |
Region | Pointer to string | AWS region | [optional] |
RoleArn | Pointer to string | AWS role arn relevant for assume_role auth-type | [optional] |
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 NewGatewayUpdateLogForwardingAwsS3() *GatewayUpdateLogForwardingAwsS3
NewGatewayUpdateLogForwardingAwsS3 instantiates a new GatewayUpdateLogForwardingAwsS3 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 NewGatewayUpdateLogForwardingAwsS3WithDefaults() *GatewayUpdateLogForwardingAwsS3
NewGatewayUpdateLogForwardingAwsS3WithDefaults instantiates a new GatewayUpdateLogForwardingAwsS3 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 *GatewayUpdateLogForwardingAwsS3) GetAccessId() string
GetAccessId returns the AccessId field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) GetAccessIdOk() (*string, bool)
GetAccessIdOk returns a tuple with the AccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateLogForwardingAwsS3) SetAccessId(v string)
SetAccessId sets AccessId field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasAccessId() bool
HasAccessId returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetAccessKey() string
GetAccessKey returns the AccessKey field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) GetAccessKeyOk() (*string, bool)
GetAccessKeyOk returns a tuple with the AccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateLogForwardingAwsS3) SetAccessKey(v string)
SetAccessKey sets AccessKey field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasAccessKey() bool
HasAccessKey returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetAuthType() string
GetAuthType returns the AuthType field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) GetAuthTypeOk() (*string, bool)
GetAuthTypeOk returns a tuple with the AuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateLogForwardingAwsS3) SetAuthType(v string)
SetAuthType sets AuthType field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasAuthType() bool
HasAuthType returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetBucketName() string
GetBucketName returns the BucketName field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) GetBucketNameOk() (*string, bool)
GetBucketNameOk returns a tuple with the BucketName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateLogForwardingAwsS3) SetBucketName(v string)
SetBucketName sets BucketName field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasBucketName() bool
HasBucketName returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetEnable() string
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) 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 *GatewayUpdateLogForwardingAwsS3) SetEnable(v string)
SetEnable sets Enable field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) 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 *GatewayUpdateLogForwardingAwsS3) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetLogFolder() string
GetLogFolder returns the LogFolder field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) GetLogFolderOk() (*string, bool)
GetLogFolderOk returns a tuple with the LogFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateLogForwardingAwsS3) SetLogFolder(v string)
SetLogFolder sets LogFolder field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasLogFolder() bool
HasLogFolder returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetOutputFormat() string
GetOutputFormat returns the OutputFormat field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) 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 *GatewayUpdateLogForwardingAwsS3) SetOutputFormat(v string)
SetOutputFormat sets OutputFormat field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasOutputFormat() bool
HasOutputFormat returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetPullInterval() string
GetPullInterval returns the PullInterval field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) 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 *GatewayUpdateLogForwardingAwsS3) SetPullInterval(v string)
SetPullInterval sets PullInterval field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasPullInterval() bool
HasPullInterval returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateLogForwardingAwsS3) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetRoleArn() string
GetRoleArn returns the RoleArn field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) GetRoleArnOk() (*string, bool)
GetRoleArnOk returns a tuple with the RoleArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateLogForwardingAwsS3) SetRoleArn(v string)
SetRoleArn sets RoleArn field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasRoleArn() bool
HasRoleArn returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) 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 *GatewayUpdateLogForwardingAwsS3) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayUpdateLogForwardingAwsS3) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayUpdateLogForwardingAwsS3) 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 *GatewayUpdateLogForwardingAwsS3) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayUpdateLogForwardingAwsS3) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.