Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.9 KB

File metadata and controls

186 lines (101 loc) · 5.9 KB

GatewayGetDefaultsOutput

Properties

Name Type Description Notes
CertificateAccessId Pointer to string [optional]
DefaultProtectionKeyId Pointer to string [optional]
HvpRouteVersion Pointer to int64 [optional]
NotifyOnStatusChange Pointer to bool [optional]
OidcAccessId Pointer to string [optional]
SamlAccessId Pointer to string [optional]

Methods

NewGatewayGetDefaultsOutput

func NewGatewayGetDefaultsOutput() *GatewayGetDefaultsOutput

NewGatewayGetDefaultsOutput instantiates a new GatewayGetDefaultsOutput 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

NewGatewayGetDefaultsOutputWithDefaults

func NewGatewayGetDefaultsOutputWithDefaults() *GatewayGetDefaultsOutput

NewGatewayGetDefaultsOutputWithDefaults instantiates a new GatewayGetDefaultsOutput 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

GetCertificateAccessId

func (o *GatewayGetDefaultsOutput) GetCertificateAccessId() string

GetCertificateAccessId returns the CertificateAccessId field if non-nil, zero value otherwise.

GetCertificateAccessIdOk

func (o *GatewayGetDefaultsOutput) GetCertificateAccessIdOk() (*string, bool)

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

SetCertificateAccessId

func (o *GatewayGetDefaultsOutput) SetCertificateAccessId(v string)

SetCertificateAccessId sets CertificateAccessId field to given value.

HasCertificateAccessId

func (o *GatewayGetDefaultsOutput) HasCertificateAccessId() bool

HasCertificateAccessId returns a boolean if a field has been set.

GetDefaultProtectionKeyId

func (o *GatewayGetDefaultsOutput) GetDefaultProtectionKeyId() string

GetDefaultProtectionKeyId returns the DefaultProtectionKeyId field if non-nil, zero value otherwise.

GetDefaultProtectionKeyIdOk

func (o *GatewayGetDefaultsOutput) GetDefaultProtectionKeyIdOk() (*string, 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.

SetDefaultProtectionKeyId

func (o *GatewayGetDefaultsOutput) SetDefaultProtectionKeyId(v string)

SetDefaultProtectionKeyId sets DefaultProtectionKeyId field to given value.

HasDefaultProtectionKeyId

func (o *GatewayGetDefaultsOutput) HasDefaultProtectionKeyId() bool

HasDefaultProtectionKeyId returns a boolean if a field has been set.

GetHvpRouteVersion

func (o *GatewayGetDefaultsOutput) GetHvpRouteVersion() int64

GetHvpRouteVersion returns the HvpRouteVersion field if non-nil, zero value otherwise.

GetHvpRouteVersionOk

func (o *GatewayGetDefaultsOutput) GetHvpRouteVersionOk() (*int64, bool)

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

SetHvpRouteVersion

func (o *GatewayGetDefaultsOutput) SetHvpRouteVersion(v int64)

SetHvpRouteVersion sets HvpRouteVersion field to given value.

HasHvpRouteVersion

func (o *GatewayGetDefaultsOutput) HasHvpRouteVersion() bool

HasHvpRouteVersion returns a boolean if a field has been set.

GetNotifyOnStatusChange

func (o *GatewayGetDefaultsOutput) GetNotifyOnStatusChange() bool

GetNotifyOnStatusChange returns the NotifyOnStatusChange field if non-nil, zero value otherwise.

GetNotifyOnStatusChangeOk

func (o *GatewayGetDefaultsOutput) GetNotifyOnStatusChangeOk() (*bool, bool)

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

SetNotifyOnStatusChange

func (o *GatewayGetDefaultsOutput) SetNotifyOnStatusChange(v bool)

SetNotifyOnStatusChange sets NotifyOnStatusChange field to given value.

HasNotifyOnStatusChange

func (o *GatewayGetDefaultsOutput) HasNotifyOnStatusChange() bool

HasNotifyOnStatusChange returns a boolean if a field has been set.

GetOidcAccessId

func (o *GatewayGetDefaultsOutput) GetOidcAccessId() string

GetOidcAccessId returns the OidcAccessId field if non-nil, zero value otherwise.

GetOidcAccessIdOk

func (o *GatewayGetDefaultsOutput) GetOidcAccessIdOk() (*string, bool)

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

SetOidcAccessId

func (o *GatewayGetDefaultsOutput) SetOidcAccessId(v string)

SetOidcAccessId sets OidcAccessId field to given value.

HasOidcAccessId

func (o *GatewayGetDefaultsOutput) HasOidcAccessId() bool

HasOidcAccessId returns a boolean if a field has been set.

GetSamlAccessId

func (o *GatewayGetDefaultsOutput) GetSamlAccessId() string

GetSamlAccessId returns the SamlAccessId field if non-nil, zero value otherwise.

GetSamlAccessIdOk

func (o *GatewayGetDefaultsOutput) GetSamlAccessIdOk() (*string, bool)

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

SetSamlAccessId

func (o *GatewayGetDefaultsOutput) SetSamlAccessId(v string)

SetSamlAccessId sets SamlAccessId field to given value.

HasSamlAccessId

func (o *GatewayGetDefaultsOutput) HasSamlAccessId() bool

HasSamlAccessId returns a boolean if a field has been set.

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