Skip to content

Latest commit

 

History

History
415 lines (224 loc) · 12.2 KB

GatewayCreateProducerChef.md

File metadata and controls

415 lines (224 loc) · 12.2 KB

GatewayCreateProducerChef

Properties

Name Type Description Notes
ChefOrgs Pointer to string Organizations [optional]
ChefServerKey Pointer to string Server key [optional]
ChefServerUrl Pointer to string Server URL [optional]
ChefServerUsername Pointer to string Server username [optional]
DeleteProtection Pointer to string Protection from accidental deletion of this item [true/false] [optional]
Json Pointer to bool Set output format to JSON [optional] [default to false]
Name string Dynamic secret name
PasswordLength Pointer to string The length of the password to be generated [optional]
ProducerEncryptionKeyName Pointer to string Dynamic producer encryption key [optional]
SkipSsl Pointer to bool Skip SSL [optional] [default to true]
Tags Pointer to []string Add tags attached to this object [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"]

Methods

NewGatewayCreateProducerChef

func NewGatewayCreateProducerChef(name string, ) *GatewayCreateProducerChef

NewGatewayCreateProducerChef instantiates a new GatewayCreateProducerChef 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

NewGatewayCreateProducerChefWithDefaults

func NewGatewayCreateProducerChefWithDefaults() *GatewayCreateProducerChef

NewGatewayCreateProducerChefWithDefaults instantiates a new GatewayCreateProducerChef 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

GetChefOrgs

func (o *GatewayCreateProducerChef) GetChefOrgs() string

GetChefOrgs returns the ChefOrgs field if non-nil, zero value otherwise.

GetChefOrgsOk

func (o *GatewayCreateProducerChef) GetChefOrgsOk() (*string, bool)

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

SetChefOrgs

func (o *GatewayCreateProducerChef) SetChefOrgs(v string)

SetChefOrgs sets ChefOrgs field to given value.

HasChefOrgs

func (o *GatewayCreateProducerChef) HasChefOrgs() bool

HasChefOrgs returns a boolean if a field has been set.

GetChefServerKey

func (o *GatewayCreateProducerChef) GetChefServerKey() string

GetChefServerKey returns the ChefServerKey field if non-nil, zero value otherwise.

GetChefServerKeyOk

func (o *GatewayCreateProducerChef) GetChefServerKeyOk() (*string, bool)

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

SetChefServerKey

func (o *GatewayCreateProducerChef) SetChefServerKey(v string)

SetChefServerKey sets ChefServerKey field to given value.

HasChefServerKey

func (o *GatewayCreateProducerChef) HasChefServerKey() bool

HasChefServerKey returns a boolean if a field has been set.

GetChefServerUrl

func (o *GatewayCreateProducerChef) GetChefServerUrl() string

GetChefServerUrl returns the ChefServerUrl field if non-nil, zero value otherwise.

GetChefServerUrlOk

func (o *GatewayCreateProducerChef) GetChefServerUrlOk() (*string, bool)

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

SetChefServerUrl

func (o *GatewayCreateProducerChef) SetChefServerUrl(v string)

SetChefServerUrl sets ChefServerUrl field to given value.

HasChefServerUrl

func (o *GatewayCreateProducerChef) HasChefServerUrl() bool

HasChefServerUrl returns a boolean if a field has been set.

GetChefServerUsername

func (o *GatewayCreateProducerChef) GetChefServerUsername() string

GetChefServerUsername returns the ChefServerUsername field if non-nil, zero value otherwise.

GetChefServerUsernameOk

func (o *GatewayCreateProducerChef) GetChefServerUsernameOk() (*string, bool)

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

SetChefServerUsername

func (o *GatewayCreateProducerChef) SetChefServerUsername(v string)

SetChefServerUsername sets ChefServerUsername field to given value.

HasChefServerUsername

func (o *GatewayCreateProducerChef) HasChefServerUsername() bool

HasChefServerUsername returns a boolean if a field has been set.

GetDeleteProtection

func (o *GatewayCreateProducerChef) GetDeleteProtection() string

GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.

GetDeleteProtectionOk

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

SetDeleteProtection

func (o *GatewayCreateProducerChef) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *GatewayCreateProducerChef) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetJson

func (o *GatewayCreateProducerChef) GetJson() bool

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

GetJsonOk

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

SetJson sets Json field to given value.

HasJson

func (o *GatewayCreateProducerChef) HasJson() bool

HasJson returns a boolean if a field has been set.

GetName

func (o *GatewayCreateProducerChef) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetPasswordLength

func (o *GatewayCreateProducerChef) GetPasswordLength() string

GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.

GetPasswordLengthOk

func (o *GatewayCreateProducerChef) GetPasswordLengthOk() (*string, bool)

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

SetPasswordLength

func (o *GatewayCreateProducerChef) SetPasswordLength(v string)

SetPasswordLength sets PasswordLength field to given value.

HasPasswordLength

func (o *GatewayCreateProducerChef) HasPasswordLength() bool

HasPasswordLength returns a boolean if a field has been set.

GetProducerEncryptionKeyName

func (o *GatewayCreateProducerChef) GetProducerEncryptionKeyName() string

GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.

GetProducerEncryptionKeyNameOk

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

SetProducerEncryptionKeyName

func (o *GatewayCreateProducerChef) SetProducerEncryptionKeyName(v string)

SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.

HasProducerEncryptionKeyName

func (o *GatewayCreateProducerChef) HasProducerEncryptionKeyName() bool

HasProducerEncryptionKeyName returns a boolean if a field has been set.

GetSkipSsl

func (o *GatewayCreateProducerChef) GetSkipSsl() bool

GetSkipSsl returns the SkipSsl field if non-nil, zero value otherwise.

GetSkipSslOk

func (o *GatewayCreateProducerChef) GetSkipSslOk() (*bool, bool)

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

SetSkipSsl

func (o *GatewayCreateProducerChef) SetSkipSsl(v bool)

SetSkipSsl sets SkipSsl field to given value.

HasSkipSsl

func (o *GatewayCreateProducerChef) HasSkipSsl() bool

HasSkipSsl returns a boolean if a field has been set.

GetTags

func (o *GatewayCreateProducerChef) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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

SetTags

func (o *GatewayCreateProducerChef) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *GatewayCreateProducerChef) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTargetName

func (o *GatewayCreateProducerChef) GetTargetName() string

GetTargetName returns the TargetName field if non-nil, zero value otherwise.

GetTargetNameOk

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

SetTargetName

func (o *GatewayCreateProducerChef) SetTargetName(v string)

SetTargetName sets TargetName field to given value.

HasTargetName

func (o *GatewayCreateProducerChef) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

GetToken

func (o *GatewayCreateProducerChef) GetToken() string

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

GetTokenOk

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

SetToken sets Token field to given value.

HasToken

func (o *GatewayCreateProducerChef) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *GatewayCreateProducerChef) GetUidToken() string

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

GetUidTokenOk

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

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *GatewayCreateProducerChef) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUserTtl

func (o *GatewayCreateProducerChef) GetUserTtl() string

GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.

GetUserTtlOk

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

SetUserTtl

func (o *GatewayCreateProducerChef) SetUserTtl(v string)

SetUserTtl sets UserTtl field to given value.

HasUserTtl

func (o *GatewayCreateProducerChef) HasUserTtl() bool

HasUserTtl returns a boolean if a field has been set.

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