Name | Type | Description | Notes |
---|---|---|---|
BootstrapParams | Pointer to RestartBootstrapParams | [optional] | |
DryRun | Pointer to bool | Run the pre-checks without actually running the subtasks | [optional] |
Tables | []string | Source Universe table IDs; if empty, the whole config will restart |
func NewXClusterConfigRestartFormData(tables []string, ) *XClusterConfigRestartFormData
NewXClusterConfigRestartFormData instantiates a new XClusterConfigRestartFormData 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 NewXClusterConfigRestartFormDataWithDefaults() *XClusterConfigRestartFormData
NewXClusterConfigRestartFormDataWithDefaults instantiates a new XClusterConfigRestartFormData 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 *XClusterConfigRestartFormData) GetBootstrapParams() RestartBootstrapParams
GetBootstrapParams returns the BootstrapParams field if non-nil, zero value otherwise.
func (o *XClusterConfigRestartFormData) 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 *XClusterConfigRestartFormData) SetBootstrapParams(v RestartBootstrapParams)
SetBootstrapParams sets BootstrapParams field to given value.
func (o *XClusterConfigRestartFormData) HasBootstrapParams() bool
HasBootstrapParams returns a boolean if a field has been set.
func (o *XClusterConfigRestartFormData) GetDryRun() bool
GetDryRun returns the DryRun field if non-nil, zero value otherwise.
func (o *XClusterConfigRestartFormData) 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 *XClusterConfigRestartFormData) SetDryRun(v bool)
SetDryRun sets DryRun field to given value.
func (o *XClusterConfigRestartFormData) HasDryRun() bool
HasDryRun returns a boolean if a field has been set.
func (o *XClusterConfigRestartFormData) GetTables() []string
GetTables returns the Tables field if non-nil, zero value otherwise.
func (o *XClusterConfigRestartFormData) 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 *XClusterConfigRestartFormData) SetTables(v []string)
SetTables sets Tables field to given value.