Name | Type | Description | Notes |
---|---|---|---|
BootstrapParams | Pointer to BootstrapParams | [optional] | |
ConfigType | Pointer to string | configType | [optional] |
DryRun | Pointer to bool | Run the pre-checks without actually running the subtasks | [optional] |
Name | string | Name | |
SourceUniverseUUID | string | Source Universe UUID | |
Tables | []string | Source Universe table IDs | |
TargetUniverseUUID | string | Target Universe UUID |
func NewXClusterConfigCreateFormData(name string, sourceUniverseUUID string, tables []string, targetUniverseUUID string, ) *XClusterConfigCreateFormData
NewXClusterConfigCreateFormData instantiates a new XClusterConfigCreateFormData 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 NewXClusterConfigCreateFormDataWithDefaults() *XClusterConfigCreateFormData
NewXClusterConfigCreateFormDataWithDefaults instantiates a new XClusterConfigCreateFormData 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 *XClusterConfigCreateFormData) GetBootstrapParams() BootstrapParams
GetBootstrapParams returns the BootstrapParams field if non-nil, zero value otherwise.
func (o *XClusterConfigCreateFormData) GetBootstrapParamsOk() (*BootstrapParams, 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 *XClusterConfigCreateFormData) SetBootstrapParams(v BootstrapParams)
SetBootstrapParams sets BootstrapParams field to given value.
func (o *XClusterConfigCreateFormData) HasBootstrapParams() bool
HasBootstrapParams returns a boolean if a field has been set.
func (o *XClusterConfigCreateFormData) GetConfigType() string
GetConfigType returns the ConfigType field if non-nil, zero value otherwise.
func (o *XClusterConfigCreateFormData) GetConfigTypeOk() (*string, bool)
GetConfigTypeOk returns a tuple with the ConfigType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XClusterConfigCreateFormData) SetConfigType(v string)
SetConfigType sets ConfigType field to given value.
func (o *XClusterConfigCreateFormData) HasConfigType() bool
HasConfigType returns a boolean if a field has been set.
func (o *XClusterConfigCreateFormData) GetDryRun() bool
GetDryRun returns the DryRun field if non-nil, zero value otherwise.
func (o *XClusterConfigCreateFormData) 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 *XClusterConfigCreateFormData) SetDryRun(v bool)
SetDryRun sets DryRun field to given value.
func (o *XClusterConfigCreateFormData) HasDryRun() bool
HasDryRun returns a boolean if a field has been set.
func (o *XClusterConfigCreateFormData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *XClusterConfigCreateFormData) 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 *XClusterConfigCreateFormData) SetName(v string)
SetName sets Name field to given value.
func (o *XClusterConfigCreateFormData) GetSourceUniverseUUID() string
GetSourceUniverseUUID returns the SourceUniverseUUID field if non-nil, zero value otherwise.
func (o *XClusterConfigCreateFormData) 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 *XClusterConfigCreateFormData) SetSourceUniverseUUID(v string)
SetSourceUniverseUUID sets SourceUniverseUUID field to given value.
func (o *XClusterConfigCreateFormData) GetTables() []string
GetTables returns the Tables field if non-nil, zero value otherwise.
func (o *XClusterConfigCreateFormData) GetTablesOk() (*[]string, bool)
GetTablesOk returns a tuple with the Tables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XClusterConfigCreateFormData) SetTables(v []string)
SetTables sets Tables field to given value.
func (o *XClusterConfigCreateFormData) GetTargetUniverseUUID() string
GetTargetUniverseUUID returns the TargetUniverseUUID field if non-nil, zero value otherwise.
func (o *XClusterConfigCreateFormData) 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 *XClusterConfigCreateFormData) SetTargetUniverseUUID(v string)
SetTargetUniverseUUID sets TargetUniverseUUID field to given value.