| Name | Type | Description | Notes |
|---|---|---|---|
| BootstrapParams | Pointer to RestartBootstrapParams | [optional] | |
| Dbs | []string | Source Universe DB IDs | |
| DryRun | Pointer to bool | Run the pre-checks without actually running the subtasks | [optional] |
| Name | string | Name | |
| PitrParams | Pointer to PitrParams | [optional] | |
| SourceUniverseUUID | string | Source Universe UUID | |
| TargetUniverseUUID | string | Target Universe UUID |
func NewDrConfigCreateForm(dbs []string, name string, sourceUniverseUUID string, targetUniverseUUID string, ) *DrConfigCreateForm
NewDrConfigCreateForm instantiates a new DrConfigCreateForm 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 NewDrConfigCreateFormWithDefaults() *DrConfigCreateForm
NewDrConfigCreateFormWithDefaults instantiates a new DrConfigCreateForm 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 *DrConfigCreateForm) GetBootstrapParams() RestartBootstrapParams
GetBootstrapParams returns the BootstrapParams field if non-nil, zero value otherwise.
func (o *DrConfigCreateForm) GetBootstrapParamsOk() (*RestartBootstrapParams, bool)
GetBootstrapParamsOk returns a tuple with the BootstrapParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigCreateForm) SetBootstrapParams(v RestartBootstrapParams)
SetBootstrapParams sets BootstrapParams field to given value.
func (o *DrConfigCreateForm) HasBootstrapParams() bool
HasBootstrapParams returns a boolean if a field has been set.
func (o *DrConfigCreateForm) GetDbs() []string
GetDbs returns the Dbs field if non-nil, zero value otherwise.
func (o *DrConfigCreateForm) GetDbsOk() (*[]string, bool)
GetDbsOk returns a tuple with the Dbs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigCreateForm) SetDbs(v []string)
SetDbs sets Dbs field to given value.
func (o *DrConfigCreateForm) GetDryRun() bool
GetDryRun returns the DryRun field if non-nil, zero value otherwise.
func (o *DrConfigCreateForm) GetDryRunOk() (*bool, bool)
GetDryRunOk returns a tuple with the DryRun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigCreateForm) SetDryRun(v bool)
SetDryRun sets DryRun field to given value.
func (o *DrConfigCreateForm) HasDryRun() bool
HasDryRun returns a boolean if a field has been set.
func (o *DrConfigCreateForm) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DrConfigCreateForm) 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.
func (o *DrConfigCreateForm) SetName(v string)
SetName sets Name field to given value.
func (o *DrConfigCreateForm) GetPitrParams() PitrParams
GetPitrParams returns the PitrParams field if non-nil, zero value otherwise.
func (o *DrConfigCreateForm) GetPitrParamsOk() (*PitrParams, bool)
GetPitrParamsOk returns a tuple with the PitrParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigCreateForm) SetPitrParams(v PitrParams)
SetPitrParams sets PitrParams field to given value.
func (o *DrConfigCreateForm) HasPitrParams() bool
HasPitrParams returns a boolean if a field has been set.
func (o *DrConfigCreateForm) GetSourceUniverseUUID() string
GetSourceUniverseUUID returns the SourceUniverseUUID field if non-nil, zero value otherwise.
func (o *DrConfigCreateForm) GetSourceUniverseUUIDOk() (*string, bool)
GetSourceUniverseUUIDOk returns a tuple with the SourceUniverseUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigCreateForm) SetSourceUniverseUUID(v string)
SetSourceUniverseUUID sets SourceUniverseUUID field to given value.
func (o *DrConfigCreateForm) GetTargetUniverseUUID() string
GetTargetUniverseUUID returns the TargetUniverseUUID field if non-nil, zero value otherwise.
func (o *DrConfigCreateForm) GetTargetUniverseUUIDOk() (*string, bool)
GetTargetUniverseUUIDOk returns a tuple with the TargetUniverseUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigCreateForm) SetTargetUniverseUUID(v string)
SetTargetUniverseUUID sets TargetUniverseUUID field to given value.