Skip to content

Latest commit

 

History

History
192 lines (103 loc) · 5.88 KB

XClusterConfigCreateFormData.md

File metadata and controls

192 lines (103 loc) · 5.88 KB

XClusterConfigCreateFormData

Properties

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

Methods

NewXClusterConfigCreateFormData

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

NewXClusterConfigCreateFormDataWithDefaults

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

GetBootstrapParams

func (o *XClusterConfigCreateFormData) GetBootstrapParams() BootstrapParams

GetBootstrapParams returns the BootstrapParams field if non-nil, zero value otherwise.

GetBootstrapParamsOk

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.

SetBootstrapParams

func (o *XClusterConfigCreateFormData) SetBootstrapParams(v BootstrapParams)

SetBootstrapParams sets BootstrapParams field to given value.

HasBootstrapParams

func (o *XClusterConfigCreateFormData) HasBootstrapParams() bool

HasBootstrapParams returns a boolean if a field has been set.

GetConfigType

func (o *XClusterConfigCreateFormData) GetConfigType() string

GetConfigType returns the ConfigType field if non-nil, zero value otherwise.

GetConfigTypeOk

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.

SetConfigType

func (o *XClusterConfigCreateFormData) SetConfigType(v string)

SetConfigType sets ConfigType field to given value.

HasConfigType

func (o *XClusterConfigCreateFormData) HasConfigType() bool

HasConfigType returns a boolean if a field has been set.

GetDryRun

func (o *XClusterConfigCreateFormData) GetDryRun() bool

GetDryRun returns the DryRun field if non-nil, zero value otherwise.

GetDryRunOk

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.

SetDryRun

func (o *XClusterConfigCreateFormData) SetDryRun(v bool)

SetDryRun sets DryRun field to given value.

HasDryRun

func (o *XClusterConfigCreateFormData) HasDryRun() bool

HasDryRun returns a boolean if a field has been set.

GetName

func (o *XClusterConfigCreateFormData) GetName() string

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

GetNameOk

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.

SetName

func (o *XClusterConfigCreateFormData) SetName(v string)

SetName sets Name field to given value.

GetSourceUniverseUUID

func (o *XClusterConfigCreateFormData) GetSourceUniverseUUID() string

GetSourceUniverseUUID returns the SourceUniverseUUID field if non-nil, zero value otherwise.

GetSourceUniverseUUIDOk

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.

SetSourceUniverseUUID

func (o *XClusterConfigCreateFormData) SetSourceUniverseUUID(v string)

SetSourceUniverseUUID sets SourceUniverseUUID field to given value.

GetTables

func (o *XClusterConfigCreateFormData) GetTables() []string

GetTables returns the Tables field if non-nil, zero value otherwise.

GetTablesOk

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.

SetTables

func (o *XClusterConfigCreateFormData) SetTables(v []string)

SetTables sets Tables field to given value.

GetTargetUniverseUUID

func (o *XClusterConfigCreateFormData) GetTargetUniverseUUID() string

GetTargetUniverseUUID returns the TargetUniverseUUID field if non-nil, zero value otherwise.

GetTargetUniverseUUIDOk

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.

SetTargetUniverseUUID

func (o *XClusterConfigCreateFormData) SetTargetUniverseUUID(v string)

SetTargetUniverseUUID sets TargetUniverseUUID field to given value.

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