Skip to content

AuthTypeDistributionVO

Properties

Name Type Description Notes
ExternalPortal Pointer to int32 [optional]
ExternalRadius Pointer to int32 [optional]
Facebook Pointer to int32 [optional]
Google Pointer to int32 [optional]
Hotspot Pointer to int32 [optional]
Ldap Pointer to int32 [optional]
NoAuth Pointer to int32 [optional]
SimplePassword Pointer to int32 [optional]

Methods

NewAuthTypeDistributionVO

func NewAuthTypeDistributionVO() *AuthTypeDistributionVO

NewAuthTypeDistributionVO instantiates a new AuthTypeDistributionVO 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

NewAuthTypeDistributionVOWithDefaults

func NewAuthTypeDistributionVOWithDefaults() *AuthTypeDistributionVO

NewAuthTypeDistributionVOWithDefaults instantiates a new AuthTypeDistributionVO 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

GetExternalPortal

func (o *AuthTypeDistributionVO) GetExternalPortal() int32

GetExternalPortal returns the ExternalPortal field if non-nil, zero value otherwise.

GetExternalPortalOk

func (o *AuthTypeDistributionVO) GetExternalPortalOk() (*int32, bool)

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

SetExternalPortal

func (o *AuthTypeDistributionVO) SetExternalPortal(v int32)

SetExternalPortal sets ExternalPortal field to given value.

HasExternalPortal

func (o *AuthTypeDistributionVO) HasExternalPortal() bool

HasExternalPortal returns a boolean if a field has been set.

GetExternalRadius

func (o *AuthTypeDistributionVO) GetExternalRadius() int32

GetExternalRadius returns the ExternalRadius field if non-nil, zero value otherwise.

GetExternalRadiusOk

func (o *AuthTypeDistributionVO) GetExternalRadiusOk() (*int32, bool)

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

SetExternalRadius

func (o *AuthTypeDistributionVO) SetExternalRadius(v int32)

SetExternalRadius sets ExternalRadius field to given value.

HasExternalRadius

func (o *AuthTypeDistributionVO) HasExternalRadius() bool

HasExternalRadius returns a boolean if a field has been set.

GetFacebook

func (o *AuthTypeDistributionVO) GetFacebook() int32

GetFacebook returns the Facebook field if non-nil, zero value otherwise.

GetFacebookOk

func (o *AuthTypeDistributionVO) GetFacebookOk() (*int32, bool)

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

SetFacebook

func (o *AuthTypeDistributionVO) SetFacebook(v int32)

SetFacebook sets Facebook field to given value.

HasFacebook

func (o *AuthTypeDistributionVO) HasFacebook() bool

HasFacebook returns a boolean if a field has been set.

GetGoogle

func (o *AuthTypeDistributionVO) GetGoogle() int32

GetGoogle returns the Google field if non-nil, zero value otherwise.

GetGoogleOk

func (o *AuthTypeDistributionVO) GetGoogleOk() (*int32, bool)

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

SetGoogle

func (o *AuthTypeDistributionVO) SetGoogle(v int32)

SetGoogle sets Google field to given value.

HasGoogle

func (o *AuthTypeDistributionVO) HasGoogle() bool

HasGoogle returns a boolean if a field has been set.

GetHotspot

func (o *AuthTypeDistributionVO) GetHotspot() int32

GetHotspot returns the Hotspot field if non-nil, zero value otherwise.

GetHotspotOk

func (o *AuthTypeDistributionVO) GetHotspotOk() (*int32, bool)

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

SetHotspot

func (o *AuthTypeDistributionVO) SetHotspot(v int32)

SetHotspot sets Hotspot field to given value.

HasHotspot

func (o *AuthTypeDistributionVO) HasHotspot() bool

HasHotspot returns a boolean if a field has been set.

GetLdap

func (o *AuthTypeDistributionVO) GetLdap() int32

GetLdap returns the Ldap field if non-nil, zero value otherwise.

GetLdapOk

func (o *AuthTypeDistributionVO) GetLdapOk() (*int32, bool)

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

SetLdap

func (o *AuthTypeDistributionVO) SetLdap(v int32)

SetLdap sets Ldap field to given value.

HasLdap

func (o *AuthTypeDistributionVO) HasLdap() bool

HasLdap returns a boolean if a field has been set.

GetNoAuth

func (o *AuthTypeDistributionVO) GetNoAuth() int32

GetNoAuth returns the NoAuth field if non-nil, zero value otherwise.

GetNoAuthOk

func (o *AuthTypeDistributionVO) GetNoAuthOk() (*int32, bool)

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

SetNoAuth

func (o *AuthTypeDistributionVO) SetNoAuth(v int32)

SetNoAuth sets NoAuth field to given value.

HasNoAuth

func (o *AuthTypeDistributionVO) HasNoAuth() bool

HasNoAuth returns a boolean if a field has been set.

GetSimplePassword

func (o *AuthTypeDistributionVO) GetSimplePassword() int32

GetSimplePassword returns the SimplePassword field if non-nil, zero value otherwise.

GetSimplePasswordOk

func (o *AuthTypeDistributionVO) GetSimplePasswordOk() (*int32, bool)

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

SetSimplePassword

func (o *AuthTypeDistributionVO) SetSimplePassword(v int32)

SetSimplePassword sets SimplePassword field to given value.

HasSimplePassword

func (o *AuthTypeDistributionVO) HasSimplePassword() bool

HasSimplePassword returns a boolean if a field has been set.

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