Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

DrConfigSwitchoverForm.md

File metadata and controls

82 lines (45 loc) · 2.79 KB

DrConfigSwitchoverForm

Properties

Name Type Description Notes
DrReplicaUniverseUuid Pointer to string New dr replica universe UUID [optional]
PrimaryUniverseUuid Pointer to string New primary universe UUID [optional]

Methods

NewDrConfigSwitchoverForm

func NewDrConfigSwitchoverForm() *DrConfigSwitchoverForm

NewDrConfigSwitchoverForm instantiates a new DrConfigSwitchoverForm 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

NewDrConfigSwitchoverFormWithDefaults

func NewDrConfigSwitchoverFormWithDefaults() *DrConfigSwitchoverForm

NewDrConfigSwitchoverFormWithDefaults instantiates a new DrConfigSwitchoverForm 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

GetDrReplicaUniverseUuid

func (o *DrConfigSwitchoverForm) GetDrReplicaUniverseUuid() string

GetDrReplicaUniverseUuid returns the DrReplicaUniverseUuid field if non-nil, zero value otherwise.

GetDrReplicaUniverseUuidOk

func (o *DrConfigSwitchoverForm) GetDrReplicaUniverseUuidOk() (*string, bool)

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

SetDrReplicaUniverseUuid

func (o *DrConfigSwitchoverForm) SetDrReplicaUniverseUuid(v string)

SetDrReplicaUniverseUuid sets DrReplicaUniverseUuid field to given value.

HasDrReplicaUniverseUuid

func (o *DrConfigSwitchoverForm) HasDrReplicaUniverseUuid() bool

HasDrReplicaUniverseUuid returns a boolean if a field has been set.

GetPrimaryUniverseUuid

func (o *DrConfigSwitchoverForm) GetPrimaryUniverseUuid() string

GetPrimaryUniverseUuid returns the PrimaryUniverseUuid field if non-nil, zero value otherwise.

GetPrimaryUniverseUuidOk

func (o *DrConfigSwitchoverForm) GetPrimaryUniverseUuidOk() (*string, bool)

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

SetPrimaryUniverseUuid

func (o *DrConfigSwitchoverForm) SetPrimaryUniverseUuid(v string)

SetPrimaryUniverseUuid sets PrimaryUniverseUuid field to given value.

HasPrimaryUniverseUuid

func (o *DrConfigSwitchoverForm) HasPrimaryUniverseUuid() bool

HasPrimaryUniverseUuid returns a boolean if a field has been set.

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