Name | Type | Description | Notes |
---|---|---|---|
AutoIncludeIndexTables | Pointer to bool | Whether or not YBA should also include all index tables from any provided main tables. | [optional] |
BootstrapParams | Pointer to RestartBootstrapParams | [optional] | |
Tables | Pointer to []string | Source universe table IDs | [optional] |
func NewDrConfigSetTablesForm() *DrConfigSetTablesForm
NewDrConfigSetTablesForm instantiates a new DrConfigSetTablesForm 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 NewDrConfigSetTablesFormWithDefaults() *DrConfigSetTablesForm
NewDrConfigSetTablesFormWithDefaults instantiates a new DrConfigSetTablesForm 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 *DrConfigSetTablesForm) GetAutoIncludeIndexTables() bool
GetAutoIncludeIndexTables returns the AutoIncludeIndexTables field if non-nil, zero value otherwise.
func (o *DrConfigSetTablesForm) GetAutoIncludeIndexTablesOk() (*bool, bool)
GetAutoIncludeIndexTablesOk returns a tuple with the AutoIncludeIndexTables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigSetTablesForm) SetAutoIncludeIndexTables(v bool)
SetAutoIncludeIndexTables sets AutoIncludeIndexTables field to given value.
func (o *DrConfigSetTablesForm) HasAutoIncludeIndexTables() bool
HasAutoIncludeIndexTables returns a boolean if a field has been set.
func (o *DrConfigSetTablesForm) GetBootstrapParams() RestartBootstrapParams
GetBootstrapParams returns the BootstrapParams field if non-nil, zero value otherwise.
func (o *DrConfigSetTablesForm) 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 *DrConfigSetTablesForm) SetBootstrapParams(v RestartBootstrapParams)
SetBootstrapParams sets BootstrapParams field to given value.
func (o *DrConfigSetTablesForm) HasBootstrapParams() bool
HasBootstrapParams returns a boolean if a field has been set.
func (o *DrConfigSetTablesForm) GetTables() []string
GetTables returns the Tables field if non-nil, zero value otherwise.
func (o *DrConfigSetTablesForm) 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 *DrConfigSetTablesForm) SetTables(v []string)
SetTables sets Tables field to given value.
func (o *DrConfigSetTablesForm) HasTables() bool
HasTables returns a boolean if a field has been set.