Skip to content

Latest commit

 

History

History
649 lines (350 loc) · 21 KB

GatewayUpdateProducerRabbitMQ.md

File metadata and controls

649 lines (350 loc) · 21 KB

GatewayUpdateProducerRabbitMQ

Properties

Name Type Description Notes
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
NewName Pointer to string Dynamic secret name [optional]
PasswordLength Pointer to string The length of the password to be generated [optional]
ProducerEncryptionKeyName Pointer to string Dynamic producer encryption key [optional]
RabbitmqAdminPwd Pointer to string RabbitMQ Admin password [optional]
RabbitmqAdminUser Pointer to string RabbitMQ Admin User [optional]
RabbitmqServerUri Pointer to string Server URI [optional]
RabbitmqUserConfPermission Pointer to string User configuration permission [optional]
RabbitmqUserReadPermission Pointer to string User read permission [optional]
RabbitmqUserTags Pointer to string User Tags [optional]
RabbitmqUserVhost Pointer to string User Virtual Host [optional]
RabbitmqUserWritePermission Pointer to string User write permission [optional]
SecureAccessEnable Pointer to string Enable/Disable secure remote access [true/false] [optional]
SecureAccessUrl Pointer to string Destination URL to inject secrets [optional]
SecureAccessWeb Pointer to bool Enable Web Secure Remote Access [optional] [default to true]
SecureAccessWebBrowsing Pointer to bool Secure browser via Akeyless Web Access Bastion [optional] [default to false]
SecureAccessWebProxy Pointer to bool Web-Proxy via Akeyless Web Access Bastion [optional] [default to false]
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

NewGatewayUpdateProducerRabbitMQ

func NewGatewayUpdateProducerRabbitMQ(name string, ) *GatewayUpdateProducerRabbitMQ

NewGatewayUpdateProducerRabbitMQ instantiates a new GatewayUpdateProducerRabbitMQ 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

NewGatewayUpdateProducerRabbitMQWithDefaults

func NewGatewayUpdateProducerRabbitMQWithDefaults() *GatewayUpdateProducerRabbitMQ

NewGatewayUpdateProducerRabbitMQWithDefaults instantiates a new GatewayUpdateProducerRabbitMQ 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

GetDeleteProtection

func (o *GatewayUpdateProducerRabbitMQ) GetDeleteProtection() string

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

GetDeleteProtectionOk

func (o *GatewayUpdateProducerRabbitMQ) 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 *GatewayUpdateProducerRabbitMQ) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *GatewayUpdateProducerRabbitMQ) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetJson

func (o *GatewayUpdateProducerRabbitMQ) GetJson() bool

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

GetJsonOk

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

SetJson sets Json field to given value.

HasJson

func (o *GatewayUpdateProducerRabbitMQ) HasJson() bool

HasJson returns a boolean if a field has been set.

GetName

func (o *GatewayUpdateProducerRabbitMQ) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetNewName

func (o *GatewayUpdateProducerRabbitMQ) GetNewName() string

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

GetNewNameOk

func (o *GatewayUpdateProducerRabbitMQ) 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 *GatewayUpdateProducerRabbitMQ) SetNewName(v string)

SetNewName sets NewName field to given value.

HasNewName

func (o *GatewayUpdateProducerRabbitMQ) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetPasswordLength

func (o *GatewayUpdateProducerRabbitMQ) GetPasswordLength() string

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

GetPasswordLengthOk

func (o *GatewayUpdateProducerRabbitMQ) 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 *GatewayUpdateProducerRabbitMQ) SetPasswordLength(v string)

SetPasswordLength sets PasswordLength field to given value.

HasPasswordLength

func (o *GatewayUpdateProducerRabbitMQ) HasPasswordLength() bool

HasPasswordLength returns a boolean if a field has been set.

GetProducerEncryptionKeyName

func (o *GatewayUpdateProducerRabbitMQ) GetProducerEncryptionKeyName() string

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

GetProducerEncryptionKeyNameOk

func (o *GatewayUpdateProducerRabbitMQ) 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 *GatewayUpdateProducerRabbitMQ) SetProducerEncryptionKeyName(v string)

SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.

HasProducerEncryptionKeyName

func (o *GatewayUpdateProducerRabbitMQ) HasProducerEncryptionKeyName() bool

HasProducerEncryptionKeyName returns a boolean if a field has been set.

GetRabbitmqAdminPwd

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqAdminPwd() string

GetRabbitmqAdminPwd returns the RabbitmqAdminPwd field if non-nil, zero value otherwise.

GetRabbitmqAdminPwdOk

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqAdminPwdOk() (*string, bool)

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

SetRabbitmqAdminPwd

func (o *GatewayUpdateProducerRabbitMQ) SetRabbitmqAdminPwd(v string)

SetRabbitmqAdminPwd sets RabbitmqAdminPwd field to given value.

HasRabbitmqAdminPwd

func (o *GatewayUpdateProducerRabbitMQ) HasRabbitmqAdminPwd() bool

HasRabbitmqAdminPwd returns a boolean if a field has been set.

GetRabbitmqAdminUser

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqAdminUser() string

GetRabbitmqAdminUser returns the RabbitmqAdminUser field if non-nil, zero value otherwise.

GetRabbitmqAdminUserOk

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqAdminUserOk() (*string, bool)

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

SetRabbitmqAdminUser

func (o *GatewayUpdateProducerRabbitMQ) SetRabbitmqAdminUser(v string)

SetRabbitmqAdminUser sets RabbitmqAdminUser field to given value.

HasRabbitmqAdminUser

func (o *GatewayUpdateProducerRabbitMQ) HasRabbitmqAdminUser() bool

HasRabbitmqAdminUser returns a boolean if a field has been set.

GetRabbitmqServerUri

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqServerUri() string

GetRabbitmqServerUri returns the RabbitmqServerUri field if non-nil, zero value otherwise.

GetRabbitmqServerUriOk

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqServerUriOk() (*string, bool)

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

SetRabbitmqServerUri

func (o *GatewayUpdateProducerRabbitMQ) SetRabbitmqServerUri(v string)

SetRabbitmqServerUri sets RabbitmqServerUri field to given value.

HasRabbitmqServerUri

func (o *GatewayUpdateProducerRabbitMQ) HasRabbitmqServerUri() bool

HasRabbitmqServerUri returns a boolean if a field has been set.

GetRabbitmqUserConfPermission

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserConfPermission() string

GetRabbitmqUserConfPermission returns the RabbitmqUserConfPermission field if non-nil, zero value otherwise.

GetRabbitmqUserConfPermissionOk

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserConfPermissionOk() (*string, bool)

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

SetRabbitmqUserConfPermission

func (o *GatewayUpdateProducerRabbitMQ) SetRabbitmqUserConfPermission(v string)

SetRabbitmqUserConfPermission sets RabbitmqUserConfPermission field to given value.

HasRabbitmqUserConfPermission

func (o *GatewayUpdateProducerRabbitMQ) HasRabbitmqUserConfPermission() bool

HasRabbitmqUserConfPermission returns a boolean if a field has been set.

GetRabbitmqUserReadPermission

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserReadPermission() string

GetRabbitmqUserReadPermission returns the RabbitmqUserReadPermission field if non-nil, zero value otherwise.

GetRabbitmqUserReadPermissionOk

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserReadPermissionOk() (*string, bool)

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

SetRabbitmqUserReadPermission

func (o *GatewayUpdateProducerRabbitMQ) SetRabbitmqUserReadPermission(v string)

SetRabbitmqUserReadPermission sets RabbitmqUserReadPermission field to given value.

HasRabbitmqUserReadPermission

func (o *GatewayUpdateProducerRabbitMQ) HasRabbitmqUserReadPermission() bool

HasRabbitmqUserReadPermission returns a boolean if a field has been set.

GetRabbitmqUserTags

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserTags() string

GetRabbitmqUserTags returns the RabbitmqUserTags field if non-nil, zero value otherwise.

GetRabbitmqUserTagsOk

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserTagsOk() (*string, bool)

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

SetRabbitmqUserTags

func (o *GatewayUpdateProducerRabbitMQ) SetRabbitmqUserTags(v string)

SetRabbitmqUserTags sets RabbitmqUserTags field to given value.

HasRabbitmqUserTags

func (o *GatewayUpdateProducerRabbitMQ) HasRabbitmqUserTags() bool

HasRabbitmqUserTags returns a boolean if a field has been set.

GetRabbitmqUserVhost

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserVhost() string

GetRabbitmqUserVhost returns the RabbitmqUserVhost field if non-nil, zero value otherwise.

GetRabbitmqUserVhostOk

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserVhostOk() (*string, bool)

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

SetRabbitmqUserVhost

func (o *GatewayUpdateProducerRabbitMQ) SetRabbitmqUserVhost(v string)

SetRabbitmqUserVhost sets RabbitmqUserVhost field to given value.

HasRabbitmqUserVhost

func (o *GatewayUpdateProducerRabbitMQ) HasRabbitmqUserVhost() bool

HasRabbitmqUserVhost returns a boolean if a field has been set.

GetRabbitmqUserWritePermission

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserWritePermission() string

GetRabbitmqUserWritePermission returns the RabbitmqUserWritePermission field if non-nil, zero value otherwise.

GetRabbitmqUserWritePermissionOk

func (o *GatewayUpdateProducerRabbitMQ) GetRabbitmqUserWritePermissionOk() (*string, bool)

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

SetRabbitmqUserWritePermission

func (o *GatewayUpdateProducerRabbitMQ) SetRabbitmqUserWritePermission(v string)

SetRabbitmqUserWritePermission sets RabbitmqUserWritePermission field to given value.

HasRabbitmqUserWritePermission

func (o *GatewayUpdateProducerRabbitMQ) HasRabbitmqUserWritePermission() bool

HasRabbitmqUserWritePermission returns a boolean if a field has been set.

GetSecureAccessEnable

func (o *GatewayUpdateProducerRabbitMQ) GetSecureAccessEnable() string

GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.

GetSecureAccessEnableOk

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

SetSecureAccessEnable

func (o *GatewayUpdateProducerRabbitMQ) SetSecureAccessEnable(v string)

SetSecureAccessEnable sets SecureAccessEnable field to given value.

HasSecureAccessEnable

func (o *GatewayUpdateProducerRabbitMQ) HasSecureAccessEnable() bool

HasSecureAccessEnable returns a boolean if a field has been set.

GetSecureAccessUrl

func (o *GatewayUpdateProducerRabbitMQ) GetSecureAccessUrl() string

GetSecureAccessUrl returns the SecureAccessUrl field if non-nil, zero value otherwise.

GetSecureAccessUrlOk

func (o *GatewayUpdateProducerRabbitMQ) GetSecureAccessUrlOk() (*string, bool)

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

SetSecureAccessUrl

func (o *GatewayUpdateProducerRabbitMQ) SetSecureAccessUrl(v string)

SetSecureAccessUrl sets SecureAccessUrl field to given value.

HasSecureAccessUrl

func (o *GatewayUpdateProducerRabbitMQ) HasSecureAccessUrl() bool

HasSecureAccessUrl returns a boolean if a field has been set.

GetSecureAccessWeb

func (o *GatewayUpdateProducerRabbitMQ) GetSecureAccessWeb() bool

GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.

GetSecureAccessWebOk

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

SetSecureAccessWeb

func (o *GatewayUpdateProducerRabbitMQ) SetSecureAccessWeb(v bool)

SetSecureAccessWeb sets SecureAccessWeb field to given value.

HasSecureAccessWeb

func (o *GatewayUpdateProducerRabbitMQ) HasSecureAccessWeb() bool

HasSecureAccessWeb returns a boolean if a field has been set.

GetSecureAccessWebBrowsing

func (o *GatewayUpdateProducerRabbitMQ) GetSecureAccessWebBrowsing() bool

GetSecureAccessWebBrowsing returns the SecureAccessWebBrowsing field if non-nil, zero value otherwise.

GetSecureAccessWebBrowsingOk

func (o *GatewayUpdateProducerRabbitMQ) GetSecureAccessWebBrowsingOk() (*bool, bool)

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

SetSecureAccessWebBrowsing

func (o *GatewayUpdateProducerRabbitMQ) SetSecureAccessWebBrowsing(v bool)

SetSecureAccessWebBrowsing sets SecureAccessWebBrowsing field to given value.

HasSecureAccessWebBrowsing

func (o *GatewayUpdateProducerRabbitMQ) HasSecureAccessWebBrowsing() bool

HasSecureAccessWebBrowsing returns a boolean if a field has been set.

GetSecureAccessWebProxy

func (o *GatewayUpdateProducerRabbitMQ) GetSecureAccessWebProxy() bool

GetSecureAccessWebProxy returns the SecureAccessWebProxy field if non-nil, zero value otherwise.

GetSecureAccessWebProxyOk

func (o *GatewayUpdateProducerRabbitMQ) GetSecureAccessWebProxyOk() (*bool, bool)

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

SetSecureAccessWebProxy

func (o *GatewayUpdateProducerRabbitMQ) SetSecureAccessWebProxy(v bool)

SetSecureAccessWebProxy sets SecureAccessWebProxy field to given value.

HasSecureAccessWebProxy

func (o *GatewayUpdateProducerRabbitMQ) HasSecureAccessWebProxy() bool

HasSecureAccessWebProxy returns a boolean if a field has been set.

GetTags

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

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

GetTagsOk

func (o *GatewayUpdateProducerRabbitMQ) 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 *GatewayUpdateProducerRabbitMQ) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *GatewayUpdateProducerRabbitMQ) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTargetName

func (o *GatewayUpdateProducerRabbitMQ) GetTargetName() string

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

GetTargetNameOk

func (o *GatewayUpdateProducerRabbitMQ) 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 *GatewayUpdateProducerRabbitMQ) SetTargetName(v string)

SetTargetName sets TargetName field to given value.

HasTargetName

func (o *GatewayUpdateProducerRabbitMQ) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

GetToken

func (o *GatewayUpdateProducerRabbitMQ) GetToken() string

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

GetTokenOk

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

SetToken sets Token field to given value.

HasToken

func (o *GatewayUpdateProducerRabbitMQ) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *GatewayUpdateProducerRabbitMQ) GetUidToken() string

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

GetUidTokenOk

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

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *GatewayUpdateProducerRabbitMQ) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUserTtl

func (o *GatewayUpdateProducerRabbitMQ) GetUserTtl() string

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

GetUserTtlOk

func (o *GatewayUpdateProducerRabbitMQ) 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 *GatewayUpdateProducerRabbitMQ) SetUserTtl(v string)

SetUserTtl sets UserTtl field to given value.

HasUserTtl

func (o *GatewayUpdateProducerRabbitMQ) HasUserTtl() bool

HasUserTtl returns a boolean if a field has been set.

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