Name | Type | Description | Notes |
---|---|---|---|
ActionAllowed | Pointer to bool | [optional] | |
Allowed | Pointer to bool | [optional] | |
AllowedAccessIds | Pointer to []string | [optional] | |
ClusterName | Pointer to string | [optional] | |
ClusterUrl | Pointer to string | [optional] | |
CurrentGw | Pointer to bool | [optional] | |
CustomerFragmentIds | Pointer to []string | Deprecated - use CustomerFragments instead | [optional] |
CustomerFragments | Pointer to []CfInfo | [optional] | |
DefaultProtectionKeyId | Pointer to int64 | [optional] | |
DefaultSecretLocation | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
ServerlessType | Pointer to string | [optional] | |
Status | Pointer to string | [optional] | |
StatusDescription | Pointer to string | [optional] |
func NewGwClusterIdentity() *GwClusterIdentity
NewGwClusterIdentity instantiates a new GwClusterIdentity 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 NewGwClusterIdentityWithDefaults() *GwClusterIdentity
NewGwClusterIdentityWithDefaults instantiates a new GwClusterIdentity 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 *GwClusterIdentity) GetActionAllowed() bool
GetActionAllowed returns the ActionAllowed field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetActionAllowedOk() (*bool, bool)
GetActionAllowedOk returns a tuple with the ActionAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetActionAllowed(v bool)
SetActionAllowed sets ActionAllowed field to given value.
func (o *GwClusterIdentity) HasActionAllowed() bool
HasActionAllowed returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetAllowed() bool
GetAllowed returns the Allowed field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetAllowed(v bool)
SetAllowed sets Allowed field to given value.
func (o *GwClusterIdentity) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetAllowedAccessIds() []string
GetAllowedAccessIds returns the AllowedAccessIds field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetAllowedAccessIdsOk() (*[]string, bool)
GetAllowedAccessIdsOk returns a tuple with the AllowedAccessIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetAllowedAccessIds(v []string)
SetAllowedAccessIds sets AllowedAccessIds field to given value.
func (o *GwClusterIdentity) HasAllowedAccessIds() bool
HasAllowedAccessIds returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetClusterName() string
GetClusterName returns the ClusterName field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetClusterNameOk() (*string, bool)
GetClusterNameOk returns a tuple with the ClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetClusterName(v string)
SetClusterName sets ClusterName field to given value.
func (o *GwClusterIdentity) HasClusterName() bool
HasClusterName returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetClusterUrl() string
GetClusterUrl returns the ClusterUrl field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetClusterUrlOk() (*string, bool)
GetClusterUrlOk returns a tuple with the ClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetClusterUrl(v string)
SetClusterUrl sets ClusterUrl field to given value.
func (o *GwClusterIdentity) HasClusterUrl() bool
HasClusterUrl returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetCurrentGw() bool
GetCurrentGw returns the CurrentGw field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetCurrentGwOk() (*bool, bool)
GetCurrentGwOk returns a tuple with the CurrentGw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetCurrentGw(v bool)
SetCurrentGw sets CurrentGw field to given value.
func (o *GwClusterIdentity) HasCurrentGw() bool
HasCurrentGw returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetCustomerFragmentIds() []string
GetCustomerFragmentIds returns the CustomerFragmentIds field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetCustomerFragmentIdsOk() (*[]string, bool)
GetCustomerFragmentIdsOk returns a tuple with the CustomerFragmentIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetCustomerFragmentIds(v []string)
SetCustomerFragmentIds sets CustomerFragmentIds field to given value.
func (o *GwClusterIdentity) HasCustomerFragmentIds() bool
HasCustomerFragmentIds returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetCustomerFragments() []CfInfo
GetCustomerFragments returns the CustomerFragments field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetCustomerFragmentsOk() (*[]CfInfo, bool)
GetCustomerFragmentsOk returns a tuple with the CustomerFragments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetCustomerFragments(v []CfInfo)
SetCustomerFragments sets CustomerFragments field to given value.
func (o *GwClusterIdentity) HasCustomerFragments() bool
HasCustomerFragments returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetDefaultProtectionKeyId() int64
GetDefaultProtectionKeyId returns the DefaultProtectionKeyId field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetDefaultProtectionKeyIdOk() (*int64, bool)
GetDefaultProtectionKeyIdOk returns a tuple with the DefaultProtectionKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetDefaultProtectionKeyId(v int64)
SetDefaultProtectionKeyId sets DefaultProtectionKeyId field to given value.
func (o *GwClusterIdentity) HasDefaultProtectionKeyId() bool
HasDefaultProtectionKeyId returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetDefaultSecretLocation() string
GetDefaultSecretLocation returns the DefaultSecretLocation field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetDefaultSecretLocationOk() (*string, bool)
GetDefaultSecretLocationOk returns a tuple with the DefaultSecretLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetDefaultSecretLocation(v string)
SetDefaultSecretLocation sets DefaultSecretLocation field to given value.
func (o *GwClusterIdentity) HasDefaultSecretLocation() bool
HasDefaultSecretLocation returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *GwClusterIdentity) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetId(v int64)
SetId sets Id field to given value.
func (o *GwClusterIdentity) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetServerlessType() string
GetServerlessType returns the ServerlessType field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetServerlessTypeOk() (*string, bool)
GetServerlessTypeOk returns a tuple with the ServerlessType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetServerlessType(v string)
SetServerlessType sets ServerlessType field to given value.
func (o *GwClusterIdentity) HasServerlessType() bool
HasServerlessType returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *GwClusterIdentity) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *GwClusterIdentity) GetStatusDescription() string
GetStatusDescription returns the StatusDescription field if non-nil, zero value otherwise.
func (o *GwClusterIdentity) GetStatusDescriptionOk() (*string, bool)
GetStatusDescriptionOk returns a tuple with the StatusDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwClusterIdentity) SetStatusDescription(v string)
SetStatusDescription sets StatusDescription field to given value.
func (o *GwClusterIdentity) HasStatusDescription() bool
HasStatusDescription returns a boolean if a field has been set.