Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.74 KB

XClusterConfigNeedBootstrapFormData.md

File metadata and controls

77 lines (42 loc) · 2.74 KB

XClusterConfigNeedBootstrapFormData

Properties

Name Type Description Notes
Tables []string Source universe table IDs to check whether they need bootstrap
TargetUniverseUUID Pointer to string If specified and tables do not exist on the target universe, bootstrapping is required. [optional]

Methods

NewXClusterConfigNeedBootstrapFormData

func NewXClusterConfigNeedBootstrapFormData(tables []string, ) *XClusterConfigNeedBootstrapFormData

NewXClusterConfigNeedBootstrapFormData instantiates a new XClusterConfigNeedBootstrapFormData 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

NewXClusterConfigNeedBootstrapFormDataWithDefaults

func NewXClusterConfigNeedBootstrapFormDataWithDefaults() *XClusterConfigNeedBootstrapFormData

NewXClusterConfigNeedBootstrapFormDataWithDefaults instantiates a new XClusterConfigNeedBootstrapFormData 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

GetTables

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

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

GetTablesOk

func (o *XClusterConfigNeedBootstrapFormData) 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 *XClusterConfigNeedBootstrapFormData) SetTables(v []string)

SetTables sets Tables field to given value.

GetTargetUniverseUUID

func (o *XClusterConfigNeedBootstrapFormData) GetTargetUniverseUUID() string

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

GetTargetUniverseUUIDOk

func (o *XClusterConfigNeedBootstrapFormData) 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 *XClusterConfigNeedBootstrapFormData) SetTargetUniverseUUID(v string)

SetTargetUniverseUUID sets TargetUniverseUUID field to given value.

HasTargetUniverseUUID

func (o *XClusterConfigNeedBootstrapFormData) HasTargetUniverseUUID() bool

HasTargetUniverseUUID returns a boolean if a field has been set.

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