Skip to content

Latest commit

 

History

History
390 lines (209 loc) · 10.9 KB

CreateEKSTarget.md

File metadata and controls

390 lines (209 loc) · 10.9 KB

CreateEKSTarget

Properties

Name Type Description Notes
Comment Pointer to string Deprecated - use description [optional]
Description Pointer to string Description of the object [optional]
EksAccessKeyId string Access Key ID
EksClusterCaCert string EKS cluster CA certificate
EksClusterEndpoint string EKS cluster URL endpoint
EksClusterName string EKS cluster name
EksRegion Pointer to string Region [optional] [default to "us-east-2"]
EksSecretAccessKey string Secret Access Key
Json Pointer to bool Set output format to JSON [optional] [default to false]
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
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

NewCreateEKSTarget

func NewCreateEKSTarget(eksAccessKeyId string, eksClusterCaCert string, eksClusterEndpoint string, eksClusterName string, eksSecretAccessKey string, name string, ) *CreateEKSTarget

NewCreateEKSTarget instantiates a new CreateEKSTarget 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

NewCreateEKSTargetWithDefaults

func NewCreateEKSTargetWithDefaults() *CreateEKSTarget

NewCreateEKSTargetWithDefaults instantiates a new CreateEKSTarget 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

GetComment

func (o *CreateEKSTarget) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *CreateEKSTarget) GetCommentOk() (*string, bool)

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

SetComment

func (o *CreateEKSTarget) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *CreateEKSTarget) HasComment() bool

HasComment returns a boolean if a field has been set.

GetDescription

func (o *CreateEKSTarget) GetDescription() string

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

GetDescriptionOk

func (o *CreateEKSTarget) 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 *CreateEKSTarget) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CreateEKSTarget) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetEksAccessKeyId

func (o *CreateEKSTarget) GetEksAccessKeyId() string

GetEksAccessKeyId returns the EksAccessKeyId field if non-nil, zero value otherwise.

GetEksAccessKeyIdOk

func (o *CreateEKSTarget) GetEksAccessKeyIdOk() (*string, bool)

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

SetEksAccessKeyId

func (o *CreateEKSTarget) SetEksAccessKeyId(v string)

SetEksAccessKeyId sets EksAccessKeyId field to given value.

GetEksClusterCaCert

func (o *CreateEKSTarget) GetEksClusterCaCert() string

GetEksClusterCaCert returns the EksClusterCaCert field if non-nil, zero value otherwise.

GetEksClusterCaCertOk

func (o *CreateEKSTarget) GetEksClusterCaCertOk() (*string, bool)

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

SetEksClusterCaCert

func (o *CreateEKSTarget) SetEksClusterCaCert(v string)

SetEksClusterCaCert sets EksClusterCaCert field to given value.

GetEksClusterEndpoint

func (o *CreateEKSTarget) GetEksClusterEndpoint() string

GetEksClusterEndpoint returns the EksClusterEndpoint field if non-nil, zero value otherwise.

GetEksClusterEndpointOk

func (o *CreateEKSTarget) GetEksClusterEndpointOk() (*string, bool)

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

SetEksClusterEndpoint

func (o *CreateEKSTarget) SetEksClusterEndpoint(v string)

SetEksClusterEndpoint sets EksClusterEndpoint field to given value.

GetEksClusterName

func (o *CreateEKSTarget) GetEksClusterName() string

GetEksClusterName returns the EksClusterName field if non-nil, zero value otherwise.

GetEksClusterNameOk

func (o *CreateEKSTarget) GetEksClusterNameOk() (*string, bool)

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

SetEksClusterName

func (o *CreateEKSTarget) SetEksClusterName(v string)

SetEksClusterName sets EksClusterName field to given value.

GetEksRegion

func (o *CreateEKSTarget) GetEksRegion() string

GetEksRegion returns the EksRegion field if non-nil, zero value otherwise.

GetEksRegionOk

func (o *CreateEKSTarget) GetEksRegionOk() (*string, bool)

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

SetEksRegion

func (o *CreateEKSTarget) SetEksRegion(v string)

SetEksRegion sets EksRegion field to given value.

HasEksRegion

func (o *CreateEKSTarget) HasEksRegion() bool

HasEksRegion returns a boolean if a field has been set.

GetEksSecretAccessKey

func (o *CreateEKSTarget) GetEksSecretAccessKey() string

GetEksSecretAccessKey returns the EksSecretAccessKey field if non-nil, zero value otherwise.

GetEksSecretAccessKeyOk

func (o *CreateEKSTarget) GetEksSecretAccessKeyOk() (*string, bool)

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

SetEksSecretAccessKey

func (o *CreateEKSTarget) SetEksSecretAccessKey(v string)

SetEksSecretAccessKey sets EksSecretAccessKey field to given value.

GetJson

func (o *CreateEKSTarget) GetJson() bool

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

GetJsonOk

func (o *CreateEKSTarget) 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 *CreateEKSTarget) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *CreateEKSTarget) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKey

func (o *CreateEKSTarget) GetKey() string

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

GetKeyOk

func (o *CreateEKSTarget) 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 *CreateEKSTarget) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *CreateEKSTarget) HasKey() bool

HasKey returns a boolean if a field has been set.

GetMaxVersions

func (o *CreateEKSTarget) GetMaxVersions() string

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

GetMaxVersionsOk

func (o *CreateEKSTarget) 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 *CreateEKSTarget) SetMaxVersions(v string)

SetMaxVersions sets MaxVersions field to given value.

HasMaxVersions

func (o *CreateEKSTarget) HasMaxVersions() bool

HasMaxVersions returns a boolean if a field has been set.

GetName

func (o *CreateEKSTarget) GetName() string

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

GetNameOk

func (o *CreateEKSTarget) 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 *CreateEKSTarget) SetName(v string)

SetName sets Name field to given value.

GetToken

func (o *CreateEKSTarget) GetToken() string

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

GetTokenOk

func (o *CreateEKSTarget) 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 *CreateEKSTarget) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *CreateEKSTarget) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *CreateEKSTarget) GetUidToken() string

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

GetUidTokenOk

func (o *CreateEKSTarget) 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 *CreateEKSTarget) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *CreateEKSTarget) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUseGwCloudIdentity

func (o *CreateEKSTarget) GetUseGwCloudIdentity() bool

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

GetUseGwCloudIdentityOk

func (o *CreateEKSTarget) 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 *CreateEKSTarget) SetUseGwCloudIdentity(v bool)

SetUseGwCloudIdentity sets UseGwCloudIdentity field to given value.

HasUseGwCloudIdentity

func (o *CreateEKSTarget) HasUseGwCloudIdentity() bool

HasUseGwCloudIdentity returns a boolean if a field has been set.

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