Skip to content

Latest commit

 

History

History
446 lines (241 loc) · 11.8 KB

FederatedProviderDTO.md

File metadata and controls

446 lines (241 loc) · 11.8 KB

FederatedProviderDTO

Properties

Name Type Description Notes
ActiveBindings Pointer to []string [optional]
ActiveProfiles Pointer to []string [optional]
Config Pointer to ProviderConfigDTO [optional]
Description Pointer to string [optional]
DisplayName Pointer to string [optional]
ElementId Pointer to string [optional]
Id Pointer to int64 [optional]
IdentityAppliance Pointer to IdentityApplianceDefinitionDTO [optional]
IsRemote Pointer to bool [optional]
Location Pointer to LocationDTO [optional]
Metadata Pointer to ResourceDTO [optional]
Name Pointer to string [optional]
Remote Pointer to bool [optional]
Role Pointer to string [optional]
X Pointer to float64 [optional]
Y Pointer to float64 [optional]

Methods

NewFederatedProviderDTO

func NewFederatedProviderDTO() *FederatedProviderDTO

NewFederatedProviderDTO instantiates a new FederatedProviderDTO 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

NewFederatedProviderDTOWithDefaults

func NewFederatedProviderDTOWithDefaults() *FederatedProviderDTO

NewFederatedProviderDTOWithDefaults instantiates a new FederatedProviderDTO 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

GetActiveBindings

func (o *FederatedProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field if non-nil, zero value otherwise.

GetActiveBindingsOk

func (o *FederatedProviderDTO) GetActiveBindingsOk() (*[]string, bool)

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

SetActiveBindings

func (o *FederatedProviderDTO) SetActiveBindings(v []string)

SetActiveBindings sets ActiveBindings field to given value.

HasActiveBindings

func (o *FederatedProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

GetActiveProfiles

func (o *FederatedProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field if non-nil, zero value otherwise.

GetActiveProfilesOk

func (o *FederatedProviderDTO) GetActiveProfilesOk() (*[]string, bool)

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

SetActiveProfiles

func (o *FederatedProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles sets ActiveProfiles field to given value.

HasActiveProfiles

func (o *FederatedProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

GetConfig

func (o *FederatedProviderDTO) GetConfig() ProviderConfigDTO

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

func (o *FederatedProviderDTO) GetConfigOk() (*ProviderConfigDTO, bool)

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

SetConfig

func (o *FederatedProviderDTO) SetConfig(v ProviderConfigDTO)

SetConfig sets Config field to given value.

HasConfig

func (o *FederatedProviderDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

GetDescription

func (o *FederatedProviderDTO) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *FederatedProviderDTO) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *FederatedProviderDTO) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *FederatedProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplayName

func (o *FederatedProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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

SetDisplayName

func (o *FederatedProviderDTO) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *FederatedProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetElementId

func (o *FederatedProviderDTO) GetElementId() string

GetElementId returns the ElementId field if non-nil, zero value otherwise.

GetElementIdOk

func (o *FederatedProviderDTO) GetElementIdOk() (*string, bool)

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

SetElementId

func (o *FederatedProviderDTO) SetElementId(v string)

SetElementId sets ElementId field to given value.

HasElementId

func (o *FederatedProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

GetId

func (o *FederatedProviderDTO) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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

SetId

func (o *FederatedProviderDTO) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *FederatedProviderDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetIdentityAppliance

func (o *FederatedProviderDTO) GetIdentityAppliance() IdentityApplianceDefinitionDTO

GetIdentityAppliance returns the IdentityAppliance field if non-nil, zero value otherwise.

GetIdentityApplianceOk

func (o *FederatedProviderDTO) GetIdentityApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

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

SetIdentityAppliance

func (o *FederatedProviderDTO) SetIdentityAppliance(v IdentityApplianceDefinitionDTO)

SetIdentityAppliance sets IdentityAppliance field to given value.

HasIdentityAppliance

func (o *FederatedProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

GetIsRemote

func (o *FederatedProviderDTO) GetIsRemote() bool

GetIsRemote returns the IsRemote field if non-nil, zero value otherwise.

GetIsRemoteOk

func (o *FederatedProviderDTO) GetIsRemoteOk() (*bool, bool)

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

SetIsRemote

func (o *FederatedProviderDTO) SetIsRemote(v bool)

SetIsRemote sets IsRemote field to given value.

HasIsRemote

func (o *FederatedProviderDTO) HasIsRemote() bool

HasIsRemote returns a boolean if a field has been set.

GetLocation

func (o *FederatedProviderDTO) GetLocation() LocationDTO

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *FederatedProviderDTO) GetLocationOk() (*LocationDTO, bool)

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

SetLocation

func (o *FederatedProviderDTO) SetLocation(v LocationDTO)

SetLocation sets Location field to given value.

HasLocation

func (o *FederatedProviderDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

GetMetadata

func (o *FederatedProviderDTO) GetMetadata() ResourceDTO

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *FederatedProviderDTO) GetMetadataOk() (*ResourceDTO, bool)

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

SetMetadata

func (o *FederatedProviderDTO) SetMetadata(v ResourceDTO)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *FederatedProviderDTO) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetName

func (o *FederatedProviderDTO) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *FederatedProviderDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetRemote

func (o *FederatedProviderDTO) GetRemote() bool

GetRemote returns the Remote field if non-nil, zero value otherwise.

GetRemoteOk

func (o *FederatedProviderDTO) GetRemoteOk() (*bool, bool)

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

SetRemote

func (o *FederatedProviderDTO) SetRemote(v bool)

SetRemote sets Remote field to given value.

HasRemote

func (o *FederatedProviderDTO) HasRemote() bool

HasRemote returns a boolean if a field has been set.

GetRole

func (o *FederatedProviderDTO) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *FederatedProviderDTO) GetRoleOk() (*string, bool)

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

SetRole

func (o *FederatedProviderDTO) SetRole(v string)

SetRole sets Role field to given value.

HasRole

func (o *FederatedProviderDTO) HasRole() bool

HasRole returns a boolean if a field has been set.

GetX

func (o *FederatedProviderDTO) GetX() float64

GetX returns the X field if non-nil, zero value otherwise.

GetXOk

func (o *FederatedProviderDTO) GetXOk() (*float64, bool)

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

SetX

func (o *FederatedProviderDTO) SetX(v float64)

SetX sets X field to given value.

HasX

func (o *FederatedProviderDTO) HasX() bool

HasX returns a boolean if a field has been set.

GetY

func (o *FederatedProviderDTO) GetY() float64

GetY returns the Y field if non-nil, zero value otherwise.

GetYOk

func (o *FederatedProviderDTO) GetYOk() (*float64, bool)

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

SetY

func (o *FederatedProviderDTO) SetY(v float64)

SetY sets Y field to given value.

HasY

func (o *FederatedProviderDTO) HasY() bool

HasY returns a boolean if a field has been set.

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