Skip to content

Latest commit

 

History

History
415 lines (224 loc) · 11.8 KB

TargetUpdateGke.md

File metadata and controls

415 lines (224 loc) · 11.8 KB

TargetUpdateGke

Properties

Name Type Description Notes
Description Pointer to string Description of the object [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] [default to false]
KeepPrevVersion Pointer to string Whether to keep previous version [true/false]. If not set, use default according to account settings [optional]
Key Pointer to string The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) [optional]
MaxVersions Pointer to string Set the maximum number of versions, limited by the account settings defaults. [optional]
Name string Target name
NewName Pointer to string New 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]
UseGwCloudIdentity Pointer to bool [optional]

Methods

NewTargetUpdateGke

func NewTargetUpdateGke(name string, ) *TargetUpdateGke

NewTargetUpdateGke instantiates a new TargetUpdateGke 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

NewTargetUpdateGkeWithDefaults

func NewTargetUpdateGkeWithDefaults() *TargetUpdateGke

NewTargetUpdateGkeWithDefaults instantiates a new TargetUpdateGke 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

GetDescription

func (o *TargetUpdateGke) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *TargetUpdateGke) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *TargetUpdateGke) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *TargetUpdateGke) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetGkeAccountKey

func (o *TargetUpdateGke) GetGkeAccountKey() string

GetGkeAccountKey returns the GkeAccountKey field if non-nil, zero value otherwise.

GetGkeAccountKeyOk

func (o *TargetUpdateGke) 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.

SetGkeAccountKey

func (o *TargetUpdateGke) SetGkeAccountKey(v string)

SetGkeAccountKey sets GkeAccountKey field to given value.

HasGkeAccountKey

func (o *TargetUpdateGke) HasGkeAccountKey() bool

HasGkeAccountKey returns a boolean if a field has been set.

GetGkeClusterCert

func (o *TargetUpdateGke) GetGkeClusterCert() string

GetGkeClusterCert returns the GkeClusterCert field if non-nil, zero value otherwise.

GetGkeClusterCertOk

func (o *TargetUpdateGke) 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.

SetGkeClusterCert

func (o *TargetUpdateGke) SetGkeClusterCert(v string)

SetGkeClusterCert sets GkeClusterCert field to given value.

HasGkeClusterCert

func (o *TargetUpdateGke) HasGkeClusterCert() bool

HasGkeClusterCert returns a boolean if a field has been set.

GetGkeClusterEndpoint

func (o *TargetUpdateGke) GetGkeClusterEndpoint() string

GetGkeClusterEndpoint returns the GkeClusterEndpoint field if non-nil, zero value otherwise.

GetGkeClusterEndpointOk

func (o *TargetUpdateGke) 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.

SetGkeClusterEndpoint

func (o *TargetUpdateGke) SetGkeClusterEndpoint(v string)

SetGkeClusterEndpoint sets GkeClusterEndpoint field to given value.

HasGkeClusterEndpoint

func (o *TargetUpdateGke) HasGkeClusterEndpoint() bool

HasGkeClusterEndpoint returns a boolean if a field has been set.

GetGkeClusterName

func (o *TargetUpdateGke) GetGkeClusterName() string

GetGkeClusterName returns the GkeClusterName field if non-nil, zero value otherwise.

GetGkeClusterNameOk

func (o *TargetUpdateGke) 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.

SetGkeClusterName

func (o *TargetUpdateGke) SetGkeClusterName(v string)

SetGkeClusterName sets GkeClusterName field to given value.

HasGkeClusterName

func (o *TargetUpdateGke) HasGkeClusterName() bool

HasGkeClusterName returns a boolean if a field has been set.

GetGkeServiceAccountEmail

func (o *TargetUpdateGke) GetGkeServiceAccountEmail() string

GetGkeServiceAccountEmail returns the GkeServiceAccountEmail field if non-nil, zero value otherwise.

GetGkeServiceAccountEmailOk

func (o *TargetUpdateGke) 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.

SetGkeServiceAccountEmail

func (o *TargetUpdateGke) SetGkeServiceAccountEmail(v string)

SetGkeServiceAccountEmail sets GkeServiceAccountEmail field to given value.

HasGkeServiceAccountEmail

func (o *TargetUpdateGke) HasGkeServiceAccountEmail() bool

HasGkeServiceAccountEmail returns a boolean if a field has been set.

GetJson

func (o *TargetUpdateGke) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

func (o *TargetUpdateGke) 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.

SetJson

func (o *TargetUpdateGke) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *TargetUpdateGke) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKeepPrevVersion

func (o *TargetUpdateGke) GetKeepPrevVersion() string

GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.

GetKeepPrevVersionOk

func (o *TargetUpdateGke) GetKeepPrevVersionOk() (*string, bool)

GetKeepPrevVersionOk returns a tuple with the KeepPrevVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeepPrevVersion

func (o *TargetUpdateGke) SetKeepPrevVersion(v string)

SetKeepPrevVersion sets KeepPrevVersion field to given value.

HasKeepPrevVersion

func (o *TargetUpdateGke) HasKeepPrevVersion() bool

HasKeepPrevVersion returns a boolean if a field has been set.

GetKey

func (o *TargetUpdateGke) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *TargetUpdateGke) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *TargetUpdateGke) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *TargetUpdateGke) HasKey() bool

HasKey returns a boolean if a field has been set.

GetMaxVersions

func (o *TargetUpdateGke) GetMaxVersions() string

GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.

GetMaxVersionsOk

func (o *TargetUpdateGke) GetMaxVersionsOk() (*string, bool)

GetMaxVersionsOk returns a tuple with the MaxVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMaxVersions

func (o *TargetUpdateGke) SetMaxVersions(v string)

SetMaxVersions sets MaxVersions field to given value.

HasMaxVersions

func (o *TargetUpdateGke) HasMaxVersions() bool

HasMaxVersions returns a boolean if a field has been set.

GetName

func (o *TargetUpdateGke) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TargetUpdateGke) 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.

SetName

func (o *TargetUpdateGke) SetName(v string)

SetName sets Name field to given value.

GetNewName

func (o *TargetUpdateGke) GetNewName() string

GetNewName returns the NewName field if non-nil, zero value otherwise.

GetNewNameOk

func (o *TargetUpdateGke) 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.

SetNewName

func (o *TargetUpdateGke) SetNewName(v string)

SetNewName sets NewName field to given value.

HasNewName

func (o *TargetUpdateGke) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetToken

func (o *TargetUpdateGke) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *TargetUpdateGke) 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.

SetToken

func (o *TargetUpdateGke) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *TargetUpdateGke) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *TargetUpdateGke) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

func (o *TargetUpdateGke) 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.

SetUidToken

func (o *TargetUpdateGke) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *TargetUpdateGke) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUseGwCloudIdentity

func (o *TargetUpdateGke) GetUseGwCloudIdentity() bool

GetUseGwCloudIdentity returns the UseGwCloudIdentity field if non-nil, zero value otherwise.

GetUseGwCloudIdentityOk

func (o *TargetUpdateGke) GetUseGwCloudIdentityOk() (*bool, bool)

GetUseGwCloudIdentityOk returns a tuple with the UseGwCloudIdentity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUseGwCloudIdentity

func (o *TargetUpdateGke) SetUseGwCloudIdentity(v bool)

SetUseGwCloudIdentity sets UseGwCloudIdentity field to given value.

HasUseGwCloudIdentity

func (o *TargetUpdateGke) HasUseGwCloudIdentity() bool

HasUseGwCloudIdentity returns a boolean if a field has been set.

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