Name | Type | Description | Notes |
---|---|---|---|
DeleteProtection | Pointer to string | Protection from accidental deletion of this item | [optional] |
GkeAccountKey | Pointer to string | GKE Service Account key file path | [optional] |
GkeClusterCert | Pointer to string | GKE cluster CA certificate | [optional] |
GkeClusterEndpoint | Pointer to string | GKE cluster URL endpoint | [optional] |
GkeClusterName | Pointer to string | GKE cluster name | [optional] |
GkeServiceAccountEmail | Pointer to string | GKE service account email | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] |
Name | string | Producer name | |
NewName | Pointer to string | Producer name | [optional] |
ProducerEncryptionKeyName | Pointer to string | Dynamic producer encryption key | [optional] |
SecureAccessAllowPortForwading | Pointer to bool | [optional] | |
SecureAccessBastionIssuer | Pointer to string | [optional] | |
SecureAccessClusterEndpoint | Pointer to string | [optional] | |
SecureAccessEnable | Pointer to string | [optional] | |
SecureAccessWeb | Pointer to bool | [optional] | |
Tags | Pointer to []string | List of the tags attached to this secret | [optional] |
TargetName | Pointer to string | Target name | [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] |
UserTtl | Pointer to string | User TTL | [optional] [default to "60m"] |
func NewGatewayUpdateProducerGke(name string, ) *GatewayUpdateProducerGke
NewGatewayUpdateProducerGke instantiates a new GatewayUpdateProducerGke 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 NewGatewayUpdateProducerGkeWithDefaults() *GatewayUpdateProducerGke
NewGatewayUpdateProducerGkeWithDefaults instantiates a new GatewayUpdateProducerGke 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 *GatewayUpdateProducerGke) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayUpdateProducerGke) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetGkeAccountKey() string
GetGkeAccountKey returns the GkeAccountKey field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetGkeAccountKeyOk() (*string, bool)
GetGkeAccountKeyOk returns a tuple with the GkeAccountKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetGkeAccountKey(v string)
SetGkeAccountKey sets GkeAccountKey field to given value.
func (o *GatewayUpdateProducerGke) HasGkeAccountKey() bool
HasGkeAccountKey returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetGkeClusterCert() string
GetGkeClusterCert returns the GkeClusterCert field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetGkeClusterCertOk() (*string, bool)
GetGkeClusterCertOk returns a tuple with the GkeClusterCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetGkeClusterCert(v string)
SetGkeClusterCert sets GkeClusterCert field to given value.
func (o *GatewayUpdateProducerGke) HasGkeClusterCert() bool
HasGkeClusterCert returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetGkeClusterEndpoint() string
GetGkeClusterEndpoint returns the GkeClusterEndpoint field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetGkeClusterEndpointOk() (*string, bool)
GetGkeClusterEndpointOk returns a tuple with the GkeClusterEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetGkeClusterEndpoint(v string)
SetGkeClusterEndpoint sets GkeClusterEndpoint field to given value.
func (o *GatewayUpdateProducerGke) HasGkeClusterEndpoint() bool
HasGkeClusterEndpoint returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetGkeClusterName() string
GetGkeClusterName returns the GkeClusterName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetGkeClusterNameOk() (*string, bool)
GetGkeClusterNameOk returns a tuple with the GkeClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetGkeClusterName(v string)
SetGkeClusterName sets GkeClusterName field to given value.
func (o *GatewayUpdateProducerGke) HasGkeClusterName() bool
HasGkeClusterName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetGkeServiceAccountEmail() string
GetGkeServiceAccountEmail returns the GkeServiceAccountEmail field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetGkeServiceAccountEmailOk() (*string, bool)
GetGkeServiceAccountEmailOk returns a tuple with the GkeServiceAccountEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetGkeServiceAccountEmail(v string)
SetGkeServiceAccountEmail sets GkeServiceAccountEmail field to given value.
func (o *GatewayUpdateProducerGke) HasGkeServiceAccountEmail() bool
HasGkeServiceAccountEmail returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) 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 *GatewayUpdateProducerGke) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayUpdateProducerGke) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayUpdateProducerGke) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *GatewayUpdateProducerGke) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetProducerEncryptionKeyNameOk() (*string, bool)
GetProducerEncryptionKeyNameOk returns a tuple with the ProducerEncryptionKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *GatewayUpdateProducerGke) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetSecureAccessAllowPortForwading() bool
GetSecureAccessAllowPortForwading returns the SecureAccessAllowPortForwading field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetSecureAccessAllowPortForwadingOk() (*bool, bool)
GetSecureAccessAllowPortForwadingOk returns a tuple with the SecureAccessAllowPortForwading field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetSecureAccessAllowPortForwading(v bool)
SetSecureAccessAllowPortForwading sets SecureAccessAllowPortForwading field to given value.
func (o *GatewayUpdateProducerGke) HasSecureAccessAllowPortForwading() bool
HasSecureAccessAllowPortForwading returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetSecureAccessBastionIssuerOk() (*string, bool)
GetSecureAccessBastionIssuerOk returns a tuple with the SecureAccessBastionIssuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *GatewayUpdateProducerGke) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetSecureAccessClusterEndpoint() string
GetSecureAccessClusterEndpoint returns the SecureAccessClusterEndpoint field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetSecureAccessClusterEndpointOk() (*string, bool)
GetSecureAccessClusterEndpointOk returns a tuple with the SecureAccessClusterEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetSecureAccessClusterEndpoint(v string)
SetSecureAccessClusterEndpoint sets SecureAccessClusterEndpoint field to given value.
func (o *GatewayUpdateProducerGke) HasSecureAccessClusterEndpoint() bool
HasSecureAccessClusterEndpoint returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetSecureAccessEnableOk() (*string, bool)
GetSecureAccessEnableOk returns a tuple with the SecureAccessEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *GatewayUpdateProducerGke) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetSecureAccessWebOk() (*bool, bool)
GetSecureAccessWebOk returns a tuple with the SecureAccessWeb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *GatewayUpdateProducerGke) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayUpdateProducerGke) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayUpdateProducerGke) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) 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 *GatewayUpdateProducerGke) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayUpdateProducerGke) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) 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 *GatewayUpdateProducerGke) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayUpdateProducerGke) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerGke) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerGke) GetUserTtlOk() (*string, bool)
GetUserTtlOk returns a tuple with the UserTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerGke) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayUpdateProducerGke) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.