Skip to content

Latest commit

 

History

History
697 lines (374 loc) · 22.3 KB

File metadata and controls

697 lines (374 loc) · 22.3 KB

TableDefinitionTaskParams

Properties

Name Type Description Notes
CmkArn Pointer to string Amazon Resource Name (ARN) of the CMK [optional]
CommunicationPorts Pointer to CommunicationPorts [optional]
CreatingUser Users
DeviceInfo Pointer to DeviceInfo [optional]
EnableYbc Pointer to bool [optional]
EncryptionAtRestConfig Pointer to EncryptionAtRestConfig [optional]
ErrorString Pointer to string Error message [optional]
ExpectedUniverseVersion Pointer to int32 Expected universe version [optional]
ExtraDependencies Pointer to ExtraDependencies [optional]
InstallYbc Pointer to bool [optional]
NodeDetailsSet Pointer to []NodeDetails Node details [optional]
NodeExporterUser Pointer to string Node exporter user [optional]
PlatformUrl string
PlatformVersion Pointer to string [optional] [readonly]
PreviousTaskUUID Pointer to string Previous task UUID of a retry [optional]
RunOnlyPrechecks Pointer to bool YbaApi Internal. Run only prechecks during task run [optional]
SleepAfterMasterRestartMillis int32
SleepAfterTServerRestartMillis int32
SourceXClusterConfigs Pointer to []string The source universe's xcluster replication relationships [optional] [readonly]
TableDetails TableDetails
TableType string
TableUUID string
TargetXClusterConfigs Pointer to []string The target universe's xcluster replication relationships [optional] [readonly]
UniverseUUID Pointer to string Associated universe UUID [optional]
YbPrevSoftwareVersion Pointer to string Previous software version [optional]
YbcInstalled Pointer to bool [optional]
YbcSoftwareVersion Pointer to string [optional]

Methods

NewTableDefinitionTaskParams

func NewTableDefinitionTaskParams(creatingUser Users, platformUrl string, sleepAfterMasterRestartMillis int32, sleepAfterTServerRestartMillis int32, tableDetails TableDetails, tableType string, tableUUID string, ) *TableDefinitionTaskParams

NewTableDefinitionTaskParams instantiates a new TableDefinitionTaskParams 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

NewTableDefinitionTaskParamsWithDefaults

func NewTableDefinitionTaskParamsWithDefaults() *TableDefinitionTaskParams

NewTableDefinitionTaskParamsWithDefaults instantiates a new TableDefinitionTaskParams 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

GetCmkArn

func (o *TableDefinitionTaskParams) GetCmkArn() string

GetCmkArn returns the CmkArn field if non-nil, zero value otherwise.

GetCmkArnOk

func (o *TableDefinitionTaskParams) GetCmkArnOk() (*string, bool)

GetCmkArnOk returns a tuple with the CmkArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCmkArn

func (o *TableDefinitionTaskParams) SetCmkArn(v string)

SetCmkArn sets CmkArn field to given value.

HasCmkArn

func (o *TableDefinitionTaskParams) HasCmkArn() bool

HasCmkArn returns a boolean if a field has been set.

GetCommunicationPorts

func (o *TableDefinitionTaskParams) GetCommunicationPorts() CommunicationPorts

GetCommunicationPorts returns the CommunicationPorts field if non-nil, zero value otherwise.

GetCommunicationPortsOk

func (o *TableDefinitionTaskParams) GetCommunicationPortsOk() (*CommunicationPorts, bool)

GetCommunicationPortsOk returns a tuple with the CommunicationPorts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCommunicationPorts

func (o *TableDefinitionTaskParams) SetCommunicationPorts(v CommunicationPorts)

SetCommunicationPorts sets CommunicationPorts field to given value.

HasCommunicationPorts

func (o *TableDefinitionTaskParams) HasCommunicationPorts() bool

HasCommunicationPorts returns a boolean if a field has been set.

GetCreatingUser

func (o *TableDefinitionTaskParams) GetCreatingUser() Users

GetCreatingUser returns the CreatingUser field if non-nil, zero value otherwise.

GetCreatingUserOk

func (o *TableDefinitionTaskParams) GetCreatingUserOk() (*Users, bool)

GetCreatingUserOk returns a tuple with the CreatingUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatingUser

func (o *TableDefinitionTaskParams) SetCreatingUser(v Users)

SetCreatingUser sets CreatingUser field to given value.

GetDeviceInfo

func (o *TableDefinitionTaskParams) GetDeviceInfo() DeviceInfo

GetDeviceInfo returns the DeviceInfo field if non-nil, zero value otherwise.

GetDeviceInfoOk

func (o *TableDefinitionTaskParams) GetDeviceInfoOk() (*DeviceInfo, bool)

GetDeviceInfoOk returns a tuple with the DeviceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceInfo

func (o *TableDefinitionTaskParams) SetDeviceInfo(v DeviceInfo)

SetDeviceInfo sets DeviceInfo field to given value.

HasDeviceInfo

func (o *TableDefinitionTaskParams) HasDeviceInfo() bool

HasDeviceInfo returns a boolean if a field has been set.

GetEnableYbc

func (o *TableDefinitionTaskParams) GetEnableYbc() bool

GetEnableYbc returns the EnableYbc field if non-nil, zero value otherwise.

GetEnableYbcOk

func (o *TableDefinitionTaskParams) GetEnableYbcOk() (*bool, bool)

GetEnableYbcOk returns a tuple with the EnableYbc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableYbc

func (o *TableDefinitionTaskParams) SetEnableYbc(v bool)

SetEnableYbc sets EnableYbc field to given value.

HasEnableYbc

func (o *TableDefinitionTaskParams) HasEnableYbc() bool

HasEnableYbc returns a boolean if a field has been set.

GetEncryptionAtRestConfig

func (o *TableDefinitionTaskParams) GetEncryptionAtRestConfig() EncryptionAtRestConfig

GetEncryptionAtRestConfig returns the EncryptionAtRestConfig field if non-nil, zero value otherwise.

GetEncryptionAtRestConfigOk

func (o *TableDefinitionTaskParams) GetEncryptionAtRestConfigOk() (*EncryptionAtRestConfig, bool)

GetEncryptionAtRestConfigOk returns a tuple with the EncryptionAtRestConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEncryptionAtRestConfig

func (o *TableDefinitionTaskParams) SetEncryptionAtRestConfig(v EncryptionAtRestConfig)

SetEncryptionAtRestConfig sets EncryptionAtRestConfig field to given value.

HasEncryptionAtRestConfig

func (o *TableDefinitionTaskParams) HasEncryptionAtRestConfig() bool

HasEncryptionAtRestConfig returns a boolean if a field has been set.

GetErrorString

func (o *TableDefinitionTaskParams) GetErrorString() string

GetErrorString returns the ErrorString field if non-nil, zero value otherwise.

GetErrorStringOk

func (o *TableDefinitionTaskParams) GetErrorStringOk() (*string, bool)

GetErrorStringOk returns a tuple with the ErrorString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetErrorString

func (o *TableDefinitionTaskParams) SetErrorString(v string)

SetErrorString sets ErrorString field to given value.

HasErrorString

func (o *TableDefinitionTaskParams) HasErrorString() bool

HasErrorString returns a boolean if a field has been set.

GetExpectedUniverseVersion

func (o *TableDefinitionTaskParams) GetExpectedUniverseVersion() int32

GetExpectedUniverseVersion returns the ExpectedUniverseVersion field if non-nil, zero value otherwise.

GetExpectedUniverseVersionOk

func (o *TableDefinitionTaskParams) GetExpectedUniverseVersionOk() (*int32, bool)

GetExpectedUniverseVersionOk returns a tuple with the ExpectedUniverseVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExpectedUniverseVersion

func (o *TableDefinitionTaskParams) SetExpectedUniverseVersion(v int32)

SetExpectedUniverseVersion sets ExpectedUniverseVersion field to given value.

HasExpectedUniverseVersion

func (o *TableDefinitionTaskParams) HasExpectedUniverseVersion() bool

HasExpectedUniverseVersion returns a boolean if a field has been set.

GetExtraDependencies

func (o *TableDefinitionTaskParams) GetExtraDependencies() ExtraDependencies

GetExtraDependencies returns the ExtraDependencies field if non-nil, zero value otherwise.

GetExtraDependenciesOk

func (o *TableDefinitionTaskParams) GetExtraDependenciesOk() (*ExtraDependencies, bool)

GetExtraDependenciesOk returns a tuple with the ExtraDependencies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExtraDependencies

func (o *TableDefinitionTaskParams) SetExtraDependencies(v ExtraDependencies)

SetExtraDependencies sets ExtraDependencies field to given value.

HasExtraDependencies

func (o *TableDefinitionTaskParams) HasExtraDependencies() bool

HasExtraDependencies returns a boolean if a field has been set.

GetInstallYbc

func (o *TableDefinitionTaskParams) GetInstallYbc() bool

GetInstallYbc returns the InstallYbc field if non-nil, zero value otherwise.

GetInstallYbcOk

func (o *TableDefinitionTaskParams) GetInstallYbcOk() (*bool, bool)

GetInstallYbcOk returns a tuple with the InstallYbc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInstallYbc

func (o *TableDefinitionTaskParams) SetInstallYbc(v bool)

SetInstallYbc sets InstallYbc field to given value.

HasInstallYbc

func (o *TableDefinitionTaskParams) HasInstallYbc() bool

HasInstallYbc returns a boolean if a field has been set.

GetNodeDetailsSet

func (o *TableDefinitionTaskParams) GetNodeDetailsSet() []NodeDetails

GetNodeDetailsSet returns the NodeDetailsSet field if non-nil, zero value otherwise.

GetNodeDetailsSetOk

func (o *TableDefinitionTaskParams) GetNodeDetailsSetOk() (*[]NodeDetails, bool)

GetNodeDetailsSetOk returns a tuple with the NodeDetailsSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNodeDetailsSet

func (o *TableDefinitionTaskParams) SetNodeDetailsSet(v []NodeDetails)

SetNodeDetailsSet sets NodeDetailsSet field to given value.

HasNodeDetailsSet

func (o *TableDefinitionTaskParams) HasNodeDetailsSet() bool

HasNodeDetailsSet returns a boolean if a field has been set.

GetNodeExporterUser

func (o *TableDefinitionTaskParams) GetNodeExporterUser() string

GetNodeExporterUser returns the NodeExporterUser field if non-nil, zero value otherwise.

GetNodeExporterUserOk

func (o *TableDefinitionTaskParams) GetNodeExporterUserOk() (*string, bool)

GetNodeExporterUserOk returns a tuple with the NodeExporterUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNodeExporterUser

func (o *TableDefinitionTaskParams) SetNodeExporterUser(v string)

SetNodeExporterUser sets NodeExporterUser field to given value.

HasNodeExporterUser

func (o *TableDefinitionTaskParams) HasNodeExporterUser() bool

HasNodeExporterUser returns a boolean if a field has been set.

GetPlatformUrl

func (o *TableDefinitionTaskParams) GetPlatformUrl() string

GetPlatformUrl returns the PlatformUrl field if non-nil, zero value otherwise.

GetPlatformUrlOk

func (o *TableDefinitionTaskParams) GetPlatformUrlOk() (*string, bool)

GetPlatformUrlOk returns a tuple with the PlatformUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPlatformUrl

func (o *TableDefinitionTaskParams) SetPlatformUrl(v string)

SetPlatformUrl sets PlatformUrl field to given value.

GetPlatformVersion

func (o *TableDefinitionTaskParams) GetPlatformVersion() string

GetPlatformVersion returns the PlatformVersion field if non-nil, zero value otherwise.

GetPlatformVersionOk

func (o *TableDefinitionTaskParams) GetPlatformVersionOk() (*string, bool)

GetPlatformVersionOk returns a tuple with the PlatformVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPlatformVersion

func (o *TableDefinitionTaskParams) SetPlatformVersion(v string)

SetPlatformVersion sets PlatformVersion field to given value.

HasPlatformVersion

func (o *TableDefinitionTaskParams) HasPlatformVersion() bool

HasPlatformVersion returns a boolean if a field has been set.

GetPreviousTaskUUID

func (o *TableDefinitionTaskParams) GetPreviousTaskUUID() string

GetPreviousTaskUUID returns the PreviousTaskUUID field if non-nil, zero value otherwise.

GetPreviousTaskUUIDOk

func (o *TableDefinitionTaskParams) GetPreviousTaskUUIDOk() (*string, bool)

GetPreviousTaskUUIDOk returns a tuple with the PreviousTaskUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPreviousTaskUUID

func (o *TableDefinitionTaskParams) SetPreviousTaskUUID(v string)

SetPreviousTaskUUID sets PreviousTaskUUID field to given value.

HasPreviousTaskUUID

func (o *TableDefinitionTaskParams) HasPreviousTaskUUID() bool

HasPreviousTaskUUID returns a boolean if a field has been set.

GetRunOnlyPrechecks

func (o *TableDefinitionTaskParams) GetRunOnlyPrechecks() bool

GetRunOnlyPrechecks returns the RunOnlyPrechecks field if non-nil, zero value otherwise.

GetRunOnlyPrechecksOk

func (o *TableDefinitionTaskParams) GetRunOnlyPrechecksOk() (*bool, bool)

GetRunOnlyPrechecksOk returns a tuple with the RunOnlyPrechecks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRunOnlyPrechecks

func (o *TableDefinitionTaskParams) SetRunOnlyPrechecks(v bool)

SetRunOnlyPrechecks sets RunOnlyPrechecks field to given value.

HasRunOnlyPrechecks

func (o *TableDefinitionTaskParams) HasRunOnlyPrechecks() bool

HasRunOnlyPrechecks returns a boolean if a field has been set.

GetSleepAfterMasterRestartMillis

func (o *TableDefinitionTaskParams) GetSleepAfterMasterRestartMillis() int32

GetSleepAfterMasterRestartMillis returns the SleepAfterMasterRestartMillis field if non-nil, zero value otherwise.

GetSleepAfterMasterRestartMillisOk

func (o *TableDefinitionTaskParams) GetSleepAfterMasterRestartMillisOk() (*int32, bool)

GetSleepAfterMasterRestartMillisOk returns a tuple with the SleepAfterMasterRestartMillis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSleepAfterMasterRestartMillis

func (o *TableDefinitionTaskParams) SetSleepAfterMasterRestartMillis(v int32)

SetSleepAfterMasterRestartMillis sets SleepAfterMasterRestartMillis field to given value.

GetSleepAfterTServerRestartMillis

func (o *TableDefinitionTaskParams) GetSleepAfterTServerRestartMillis() int32

GetSleepAfterTServerRestartMillis returns the SleepAfterTServerRestartMillis field if non-nil, zero value otherwise.

GetSleepAfterTServerRestartMillisOk

func (o *TableDefinitionTaskParams) GetSleepAfterTServerRestartMillisOk() (*int32, bool)

GetSleepAfterTServerRestartMillisOk returns a tuple with the SleepAfterTServerRestartMillis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSleepAfterTServerRestartMillis

func (o *TableDefinitionTaskParams) SetSleepAfterTServerRestartMillis(v int32)

SetSleepAfterTServerRestartMillis sets SleepAfterTServerRestartMillis field to given value.

GetSourceXClusterConfigs

func (o *TableDefinitionTaskParams) GetSourceXClusterConfigs() []string

GetSourceXClusterConfigs returns the SourceXClusterConfigs field if non-nil, zero value otherwise.

GetSourceXClusterConfigsOk

func (o *TableDefinitionTaskParams) GetSourceXClusterConfigsOk() (*[]string, bool)

GetSourceXClusterConfigsOk returns a tuple with the SourceXClusterConfigs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSourceXClusterConfigs

func (o *TableDefinitionTaskParams) SetSourceXClusterConfigs(v []string)

SetSourceXClusterConfigs sets SourceXClusterConfigs field to given value.

HasSourceXClusterConfigs

func (o *TableDefinitionTaskParams) HasSourceXClusterConfigs() bool

HasSourceXClusterConfigs returns a boolean if a field has been set.

GetTableDetails

func (o *TableDefinitionTaskParams) GetTableDetails() TableDetails

GetTableDetails returns the TableDetails field if non-nil, zero value otherwise.

GetTableDetailsOk

func (o *TableDefinitionTaskParams) GetTableDetailsOk() (*TableDetails, bool)

GetTableDetailsOk returns a tuple with the TableDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTableDetails

func (o *TableDefinitionTaskParams) SetTableDetails(v TableDetails)

SetTableDetails sets TableDetails field to given value.

GetTableType

func (o *TableDefinitionTaskParams) GetTableType() string

GetTableType returns the TableType field if non-nil, zero value otherwise.

GetTableTypeOk

func (o *TableDefinitionTaskParams) GetTableTypeOk() (*string, bool)

GetTableTypeOk returns a tuple with the TableType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTableType

func (o *TableDefinitionTaskParams) SetTableType(v string)

SetTableType sets TableType field to given value.

GetTableUUID

func (o *TableDefinitionTaskParams) GetTableUUID() string

GetTableUUID returns the TableUUID field if non-nil, zero value otherwise.

GetTableUUIDOk

func (o *TableDefinitionTaskParams) GetTableUUIDOk() (*string, bool)

GetTableUUIDOk returns a tuple with the TableUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTableUUID

func (o *TableDefinitionTaskParams) SetTableUUID(v string)

SetTableUUID sets TableUUID field to given value.

GetTargetXClusterConfigs

func (o *TableDefinitionTaskParams) GetTargetXClusterConfigs() []string

GetTargetXClusterConfigs returns the TargetXClusterConfigs field if non-nil, zero value otherwise.

GetTargetXClusterConfigsOk

func (o *TableDefinitionTaskParams) GetTargetXClusterConfigsOk() (*[]string, bool)

GetTargetXClusterConfigsOk returns a tuple with the TargetXClusterConfigs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTargetXClusterConfigs

func (o *TableDefinitionTaskParams) SetTargetXClusterConfigs(v []string)

SetTargetXClusterConfigs sets TargetXClusterConfigs field to given value.

HasTargetXClusterConfigs

func (o *TableDefinitionTaskParams) HasTargetXClusterConfigs() bool

HasTargetXClusterConfigs returns a boolean if a field has been set.

GetUniverseUUID

func (o *TableDefinitionTaskParams) GetUniverseUUID() string

GetUniverseUUID returns the UniverseUUID field if non-nil, zero value otherwise.

GetUniverseUUIDOk

func (o *TableDefinitionTaskParams) GetUniverseUUIDOk() (*string, bool)

GetUniverseUUIDOk returns a tuple with the UniverseUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUniverseUUID

func (o *TableDefinitionTaskParams) SetUniverseUUID(v string)

SetUniverseUUID sets UniverseUUID field to given value.

HasUniverseUUID

func (o *TableDefinitionTaskParams) HasUniverseUUID() bool

HasUniverseUUID returns a boolean if a field has been set.

GetYbPrevSoftwareVersion

func (o *TableDefinitionTaskParams) GetYbPrevSoftwareVersion() string

GetYbPrevSoftwareVersion returns the YbPrevSoftwareVersion field if non-nil, zero value otherwise.

GetYbPrevSoftwareVersionOk

func (o *TableDefinitionTaskParams) GetYbPrevSoftwareVersionOk() (*string, bool)

GetYbPrevSoftwareVersionOk returns a tuple with the YbPrevSoftwareVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetYbPrevSoftwareVersion

func (o *TableDefinitionTaskParams) SetYbPrevSoftwareVersion(v string)

SetYbPrevSoftwareVersion sets YbPrevSoftwareVersion field to given value.

HasYbPrevSoftwareVersion

func (o *TableDefinitionTaskParams) HasYbPrevSoftwareVersion() bool

HasYbPrevSoftwareVersion returns a boolean if a field has been set.

GetYbcInstalled

func (o *TableDefinitionTaskParams) GetYbcInstalled() bool

GetYbcInstalled returns the YbcInstalled field if non-nil, zero value otherwise.

GetYbcInstalledOk

func (o *TableDefinitionTaskParams) GetYbcInstalledOk() (*bool, bool)

GetYbcInstalledOk returns a tuple with the YbcInstalled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetYbcInstalled

func (o *TableDefinitionTaskParams) SetYbcInstalled(v bool)

SetYbcInstalled sets YbcInstalled field to given value.

HasYbcInstalled

func (o *TableDefinitionTaskParams) HasYbcInstalled() bool

HasYbcInstalled returns a boolean if a field has been set.

GetYbcSoftwareVersion

func (o *TableDefinitionTaskParams) GetYbcSoftwareVersion() string

GetYbcSoftwareVersion returns the YbcSoftwareVersion field if non-nil, zero value otherwise.

GetYbcSoftwareVersionOk

func (o *TableDefinitionTaskParams) GetYbcSoftwareVersionOk() (*string, bool)

GetYbcSoftwareVersionOk returns a tuple with the YbcSoftwareVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetYbcSoftwareVersion

func (o *TableDefinitionTaskParams) SetYbcSoftwareVersion(v string)

SetYbcSoftwareVersion sets YbcSoftwareVersion field to given value.

HasYbcSoftwareVersion

func (o *TableDefinitionTaskParams) HasYbcSoftwareVersion() bool

HasYbcSoftwareVersion returns a boolean if a field has been set.

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