Name | Type | Description | Notes |
---|---|---|---|
ActionType | Pointer to string | Action type | [optional] |
AllTables | Pointer to bool | Backup all tables in Keyspace | [optional] |
AlterLoadBalancer | Pointer to bool | Alter load balancer state | [optional] |
BackupList | Pointer to []BackupTableParams | Backups | [optional] |
BackupPointInTimeRestoreWindow | Pointer to BackupPointInTimeRestoreWindow | [optional] | |
BackupSizeInBytes | Pointer to int64 | Backup size in bytes | [optional] |
BackupType | Pointer to string | Backup type | [optional] |
BackupUuid | Pointer to string | Backup UUID | [optional] |
BaseBackupUUID | Pointer to string | Base backup UUID | [optional] |
CmkArn | Pointer to string | Amazon Resource Name (ARN) of the CMK | [optional] |
CommunicationPorts | Pointer to CommunicationPorts | [optional] | |
CreatingUser | Users | ||
CronExpression | Pointer to string | Cron expression for a recurring backup | [optional] |
CustomerUuid | Pointer to string | Customer UUID | [optional] |
DeviceInfo | Pointer to DeviceInfo | [optional] | |
DisableChecksum | Pointer to bool | Disable checksum | [optional] |
DisableMultipart | Pointer to bool | Disable multipart upload | [optional] |
DisableParallelism | Pointer to bool | Don't add -m flag during gsutil upload dir command | [optional] |
EnableVerboseLogs | Pointer to bool | Is verbose logging enabled | [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] |
ExpiryTimeUnit | Pointer to string | Time unit for backup expiry time | [optional] |
ExtraDependencies | Pointer to ExtraDependencies | [optional] | |
FullBackup | bool | ||
FullChainSizeInBytes | Pointer to int64 | Incremental backups chain size | [optional] |
IgnoreErrors | Pointer to bool | Should table backup errors be ignored | [optional] |
InstallYbc | Pointer to bool | [optional] | |
IsFullBackup | Pointer to bool | Full Table type backup | [optional] |
Keyspace | Pointer to string | Key space | [optional] |
KmsConfigUUID | Pointer to string | KMS configuration UUID | [optional] |
MinNumBackupsToRetain | Pointer to int32 | Minimum number of backups to retain for a particular backup schedule | [optional] |
NewOwner | Pointer to string | User name of the new tables owner | [optional] |
NodeDetailsSet | Pointer to []NodeDetails | Node details | [optional] |
NodeExporterUser | Pointer to string | Node exporter user | [optional] |
OldOwner | Pointer to string | User name of the current tables owner | [optional] |
Parallelism | Pointer to int32 | Number of concurrent commands to run on nodes over SSH | [optional] |
PlatformUrl | string | ||
PlatformVersion | string | ||
PointInTimeRestoreEnabled | Pointer to bool | Point in time restore available | [optional] |
PreviousTaskUUID | Pointer to string | Previous task UUID of a retry | [optional] |
RegionLocations | Pointer to []RegionLocations | Per region locations | [optional] |
RestoreTimeStamp | Pointer to string | Restore TimeStamp | [optional] |
ScheduleName | Pointer to string | Schedule Name | [optional] |
ScheduleUUID | Pointer to string | Schedule UUID | [optional] |
SchedulingFrequency | Pointer to int64 | Frequency to run the backup, in milliseconds | [optional] |
SleepAfterMasterRestartMillis | int32 | ||
SleepAfterTServerRestartMillis | int32 | ||
SourceXClusterConfigs | Pointer to []string | The source universe's xcluster replication relationships | [optional] [readonly] |
Sse | Pointer to bool | Is SSE | [optional] |
StorageConfigType | Pointer to string | Type of backup storage config | [optional] |
StorageConfigUUID | string | Storage configuration UUID | |
StorageLocation | Pointer to string | Storage location | [optional] |
TableByTableBackup | Pointer to bool | Table by table backup | [optional] |
TableName | Pointer to string | Table name | [optional] |
TableNameList | Pointer to []string | Tables | [optional] |
TableUUID | Pointer to string | Table UUID | [optional] |
TableUUIDList | Pointer to []string | Table UUIDs | [optional] |
TablespacesList | Pointer to []Tablespace | Tablespaces info | [optional] |
TargetXClusterConfigs | Pointer to []string | The target universe's xcluster replication relationships | [optional] [readonly] |
TimeBeforeDelete | Pointer to int64 | Time before deleting the backup from storage, in milliseconds | [optional] |
TimeTakenPartial | int64 | ||
TransactionalBackup | Pointer to bool | Is backup transactional across tables | [optional] |
UniverseUUID | Pointer to string | Associated universe UUID | [optional] |
UseTablespaces | Pointer to bool | Is tablespaces information included | [optional] |
YbPrevSoftwareVersion | Pointer to string | Previous software version | [optional] |
YbcInstalled | Pointer to bool | [optional] | |
YbcSoftwareVersion | Pointer to string | [optional] |
func NewMultiTableBackupRequestParams(creatingUser Users, fullBackup bool, platformUrl string, platformVersion string, sleepAfterMasterRestartMillis int32, sleepAfterTServerRestartMillis int32, storageConfigUUID string, timeTakenPartial int64, ) *MultiTableBackupRequestParams
NewMultiTableBackupRequestParams instantiates a new MultiTableBackupRequestParams 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 NewMultiTableBackupRequestParamsWithDefaults() *MultiTableBackupRequestParams
NewMultiTableBackupRequestParamsWithDefaults instantiates a new MultiTableBackupRequestParams 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 *MultiTableBackupRequestParams) GetActionType() string
GetActionType returns the ActionType field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetActionTypeOk() (*string, bool)
GetActionTypeOk returns a tuple with the ActionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetActionType(v string)
SetActionType sets ActionType field to given value.
func (o *MultiTableBackupRequestParams) HasActionType() bool
HasActionType returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetAllTables() bool
GetAllTables returns the AllTables field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetAllTablesOk() (*bool, bool)
GetAllTablesOk returns a tuple with the AllTables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetAllTables(v bool)
SetAllTables sets AllTables field to given value.
func (o *MultiTableBackupRequestParams) HasAllTables() bool
HasAllTables returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetAlterLoadBalancer() bool
GetAlterLoadBalancer returns the AlterLoadBalancer field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetAlterLoadBalancerOk() (*bool, bool)
GetAlterLoadBalancerOk returns a tuple with the AlterLoadBalancer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetAlterLoadBalancer(v bool)
SetAlterLoadBalancer sets AlterLoadBalancer field to given value.
func (o *MultiTableBackupRequestParams) HasAlterLoadBalancer() bool
HasAlterLoadBalancer returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetBackupList() []BackupTableParams
GetBackupList returns the BackupList field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetBackupListOk() (*[]BackupTableParams, bool)
GetBackupListOk returns a tuple with the BackupList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetBackupList(v []BackupTableParams)
SetBackupList sets BackupList field to given value.
func (o *MultiTableBackupRequestParams) HasBackupList() bool
HasBackupList returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetBackupPointInTimeRestoreWindow() BackupPointInTimeRestoreWindow
GetBackupPointInTimeRestoreWindow returns the BackupPointInTimeRestoreWindow field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetBackupPointInTimeRestoreWindowOk() (*BackupPointInTimeRestoreWindow, bool)
GetBackupPointInTimeRestoreWindowOk returns a tuple with the BackupPointInTimeRestoreWindow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetBackupPointInTimeRestoreWindow(v BackupPointInTimeRestoreWindow)
SetBackupPointInTimeRestoreWindow sets BackupPointInTimeRestoreWindow field to given value.
func (o *MultiTableBackupRequestParams) HasBackupPointInTimeRestoreWindow() bool
HasBackupPointInTimeRestoreWindow returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetBackupSizeInBytes() int64
GetBackupSizeInBytes returns the BackupSizeInBytes field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetBackupSizeInBytesOk() (*int64, bool)
GetBackupSizeInBytesOk returns a tuple with the BackupSizeInBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetBackupSizeInBytes(v int64)
SetBackupSizeInBytes sets BackupSizeInBytes field to given value.
func (o *MultiTableBackupRequestParams) HasBackupSizeInBytes() bool
HasBackupSizeInBytes returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetBackupType() string
GetBackupType returns the BackupType field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetBackupTypeOk() (*string, bool)
GetBackupTypeOk returns a tuple with the BackupType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetBackupType(v string)
SetBackupType sets BackupType field to given value.
func (o *MultiTableBackupRequestParams) HasBackupType() bool
HasBackupType returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetBackupUuid() string
GetBackupUuid returns the BackupUuid field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetBackupUuidOk() (*string, bool)
GetBackupUuidOk returns a tuple with the BackupUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetBackupUuid(v string)
SetBackupUuid sets BackupUuid field to given value.
func (o *MultiTableBackupRequestParams) HasBackupUuid() bool
HasBackupUuid returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetBaseBackupUUID() string
GetBaseBackupUUID returns the BaseBackupUUID field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetBaseBackupUUIDOk() (*string, bool)
GetBaseBackupUUIDOk returns a tuple with the BaseBackupUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetBaseBackupUUID(v string)
SetBaseBackupUUID sets BaseBackupUUID field to given value.
func (o *MultiTableBackupRequestParams) HasBaseBackupUUID() bool
HasBaseBackupUUID returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetCmkArn() string
GetCmkArn returns the CmkArn field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetCmkArn(v string)
SetCmkArn sets CmkArn field to given value.
func (o *MultiTableBackupRequestParams) HasCmkArn() bool
HasCmkArn returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetCommunicationPorts() CommunicationPorts
GetCommunicationPorts returns the CommunicationPorts field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetCommunicationPorts(v CommunicationPorts)
SetCommunicationPorts sets CommunicationPorts field to given value.
func (o *MultiTableBackupRequestParams) HasCommunicationPorts() bool
HasCommunicationPorts returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetCreatingUser() Users
GetCreatingUser returns the CreatingUser field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetCreatingUser(v Users)
SetCreatingUser sets CreatingUser field to given value.
func (o *MultiTableBackupRequestParams) GetCronExpression() string
GetCronExpression returns the CronExpression field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetCronExpressionOk() (*string, bool)
GetCronExpressionOk returns a tuple with the CronExpression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetCronExpression(v string)
SetCronExpression sets CronExpression field to given value.
func (o *MultiTableBackupRequestParams) HasCronExpression() bool
HasCronExpression returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetCustomerUuid() string
GetCustomerUuid returns the CustomerUuid field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetCustomerUuidOk() (*string, bool)
GetCustomerUuidOk returns a tuple with the CustomerUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetCustomerUuid(v string)
SetCustomerUuid sets CustomerUuid field to given value.
func (o *MultiTableBackupRequestParams) HasCustomerUuid() bool
HasCustomerUuid returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetDeviceInfo() DeviceInfo
GetDeviceInfo returns the DeviceInfo field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetDeviceInfo(v DeviceInfo)
SetDeviceInfo sets DeviceInfo field to given value.
func (o *MultiTableBackupRequestParams) HasDeviceInfo() bool
HasDeviceInfo returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetDisableChecksum() bool
GetDisableChecksum returns the DisableChecksum field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetDisableChecksumOk() (*bool, bool)
GetDisableChecksumOk returns a tuple with the DisableChecksum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetDisableChecksum(v bool)
SetDisableChecksum sets DisableChecksum field to given value.
func (o *MultiTableBackupRequestParams) HasDisableChecksum() bool
HasDisableChecksum returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetDisableMultipart() bool
GetDisableMultipart returns the DisableMultipart field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetDisableMultipartOk() (*bool, bool)
GetDisableMultipartOk returns a tuple with the DisableMultipart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetDisableMultipart(v bool)
SetDisableMultipart sets DisableMultipart field to given value.
func (o *MultiTableBackupRequestParams) HasDisableMultipart() bool
HasDisableMultipart returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetDisableParallelism() bool
GetDisableParallelism returns the DisableParallelism field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetDisableParallelismOk() (*bool, bool)
GetDisableParallelismOk returns a tuple with the DisableParallelism field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetDisableParallelism(v bool)
SetDisableParallelism sets DisableParallelism field to given value.
func (o *MultiTableBackupRequestParams) HasDisableParallelism() bool
HasDisableParallelism returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetEnableVerboseLogs() bool
GetEnableVerboseLogs returns the EnableVerboseLogs field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetEnableVerboseLogsOk() (*bool, bool)
GetEnableVerboseLogsOk returns a tuple with the EnableVerboseLogs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetEnableVerboseLogs(v bool)
SetEnableVerboseLogs sets EnableVerboseLogs field to given value.
func (o *MultiTableBackupRequestParams) HasEnableVerboseLogs() bool
HasEnableVerboseLogs returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetEnableYbc() bool
GetEnableYbc returns the EnableYbc field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetEnableYbc(v bool)
SetEnableYbc sets EnableYbc field to given value.
func (o *MultiTableBackupRequestParams) HasEnableYbc() bool
HasEnableYbc returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetEncryptionAtRestConfig() EncryptionAtRestConfig
GetEncryptionAtRestConfig returns the EncryptionAtRestConfig field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetEncryptionAtRestConfig(v EncryptionAtRestConfig)
SetEncryptionAtRestConfig sets EncryptionAtRestConfig field to given value.
func (o *MultiTableBackupRequestParams) HasEncryptionAtRestConfig() bool
HasEncryptionAtRestConfig returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetErrorString() string
GetErrorString returns the ErrorString field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetErrorString(v string)
SetErrorString sets ErrorString field to given value.
func (o *MultiTableBackupRequestParams) HasErrorString() bool
HasErrorString returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetExpectedUniverseVersion() int32
GetExpectedUniverseVersion returns the ExpectedUniverseVersion field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetExpectedUniverseVersion(v int32)
SetExpectedUniverseVersion sets ExpectedUniverseVersion field to given value.
func (o *MultiTableBackupRequestParams) HasExpectedUniverseVersion() bool
HasExpectedUniverseVersion returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetExpiryTimeUnit() string
GetExpiryTimeUnit returns the ExpiryTimeUnit field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetExpiryTimeUnitOk() (*string, bool)
GetExpiryTimeUnitOk returns a tuple with the ExpiryTimeUnit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetExpiryTimeUnit(v string)
SetExpiryTimeUnit sets ExpiryTimeUnit field to given value.
func (o *MultiTableBackupRequestParams) HasExpiryTimeUnit() bool
HasExpiryTimeUnit returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetExtraDependencies() ExtraDependencies
GetExtraDependencies returns the ExtraDependencies field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetExtraDependencies(v ExtraDependencies)
SetExtraDependencies sets ExtraDependencies field to given value.
func (o *MultiTableBackupRequestParams) HasExtraDependencies() bool
HasExtraDependencies returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetFullBackup() bool
GetFullBackup returns the FullBackup field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetFullBackupOk() (*bool, bool)
GetFullBackupOk returns a tuple with the FullBackup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetFullBackup(v bool)
SetFullBackup sets FullBackup field to given value.
func (o *MultiTableBackupRequestParams) GetFullChainSizeInBytes() int64
GetFullChainSizeInBytes returns the FullChainSizeInBytes field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetFullChainSizeInBytesOk() (*int64, bool)
GetFullChainSizeInBytesOk returns a tuple with the FullChainSizeInBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetFullChainSizeInBytes(v int64)
SetFullChainSizeInBytes sets FullChainSizeInBytes field to given value.
func (o *MultiTableBackupRequestParams) HasFullChainSizeInBytes() bool
HasFullChainSizeInBytes returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetIgnoreErrors() bool
GetIgnoreErrors returns the IgnoreErrors field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetIgnoreErrorsOk() (*bool, bool)
GetIgnoreErrorsOk returns a tuple with the IgnoreErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetIgnoreErrors(v bool)
SetIgnoreErrors sets IgnoreErrors field to given value.
func (o *MultiTableBackupRequestParams) HasIgnoreErrors() bool
HasIgnoreErrors returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetInstallYbc() bool
GetInstallYbc returns the InstallYbc field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetInstallYbc(v bool)
SetInstallYbc sets InstallYbc field to given value.
func (o *MultiTableBackupRequestParams) HasInstallYbc() bool
HasInstallYbc returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetIsFullBackup() bool
GetIsFullBackup returns the IsFullBackup field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetIsFullBackupOk() (*bool, bool)
GetIsFullBackupOk returns a tuple with the IsFullBackup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetIsFullBackup(v bool)
SetIsFullBackup sets IsFullBackup field to given value.
func (o *MultiTableBackupRequestParams) HasIsFullBackup() bool
HasIsFullBackup returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetKeyspace() string
GetKeyspace returns the Keyspace field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetKeyspaceOk() (*string, bool)
GetKeyspaceOk returns a tuple with the Keyspace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetKeyspace(v string)
SetKeyspace sets Keyspace field to given value.
func (o *MultiTableBackupRequestParams) HasKeyspace() bool
HasKeyspace returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetKmsConfigUUID() string
GetKmsConfigUUID returns the KmsConfigUUID field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetKmsConfigUUIDOk() (*string, bool)
GetKmsConfigUUIDOk returns a tuple with the KmsConfigUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetKmsConfigUUID(v string)
SetKmsConfigUUID sets KmsConfigUUID field to given value.
func (o *MultiTableBackupRequestParams) HasKmsConfigUUID() bool
HasKmsConfigUUID returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetMinNumBackupsToRetain() int32
GetMinNumBackupsToRetain returns the MinNumBackupsToRetain field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetMinNumBackupsToRetainOk() (*int32, bool)
GetMinNumBackupsToRetainOk returns a tuple with the MinNumBackupsToRetain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetMinNumBackupsToRetain(v int32)
SetMinNumBackupsToRetain sets MinNumBackupsToRetain field to given value.
func (o *MultiTableBackupRequestParams) HasMinNumBackupsToRetain() bool
HasMinNumBackupsToRetain returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetNewOwner() string
GetNewOwner returns the NewOwner field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetNewOwnerOk() (*string, bool)
GetNewOwnerOk returns a tuple with the NewOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetNewOwner(v string)
SetNewOwner sets NewOwner field to given value.
func (o *MultiTableBackupRequestParams) HasNewOwner() bool
HasNewOwner returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetNodeDetailsSet() []NodeDetails
GetNodeDetailsSet returns the NodeDetailsSet field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetNodeDetailsSet(v []NodeDetails)
SetNodeDetailsSet sets NodeDetailsSet field to given value.
func (o *MultiTableBackupRequestParams) HasNodeDetailsSet() bool
HasNodeDetailsSet returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetNodeExporterUser() string
GetNodeExporterUser returns the NodeExporterUser field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetNodeExporterUser(v string)
SetNodeExporterUser sets NodeExporterUser field to given value.
func (o *MultiTableBackupRequestParams) HasNodeExporterUser() bool
HasNodeExporterUser returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetOldOwner() string
GetOldOwner returns the OldOwner field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetOldOwnerOk() (*string, bool)
GetOldOwnerOk returns a tuple with the OldOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetOldOwner(v string)
SetOldOwner sets OldOwner field to given value.
func (o *MultiTableBackupRequestParams) HasOldOwner() bool
HasOldOwner returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetParallelism() int32
GetParallelism returns the Parallelism field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetParallelismOk() (*int32, bool)
GetParallelismOk returns a tuple with the Parallelism field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetParallelism(v int32)
SetParallelism sets Parallelism field to given value.
func (o *MultiTableBackupRequestParams) HasParallelism() bool
HasParallelism returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetPlatformUrl() string
GetPlatformUrl returns the PlatformUrl field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetPlatformUrl(v string)
SetPlatformUrl sets PlatformUrl field to given value.
func (o *MultiTableBackupRequestParams) GetPlatformVersion() string
GetPlatformVersion returns the PlatformVersion field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetPlatformVersion(v string)
SetPlatformVersion sets PlatformVersion field to given value.
func (o *MultiTableBackupRequestParams) GetPointInTimeRestoreEnabled() bool
GetPointInTimeRestoreEnabled returns the PointInTimeRestoreEnabled field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetPointInTimeRestoreEnabledOk() (*bool, bool)
GetPointInTimeRestoreEnabledOk returns a tuple with the PointInTimeRestoreEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetPointInTimeRestoreEnabled(v bool)
SetPointInTimeRestoreEnabled sets PointInTimeRestoreEnabled field to given value.
func (o *MultiTableBackupRequestParams) HasPointInTimeRestoreEnabled() bool
HasPointInTimeRestoreEnabled returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetPreviousTaskUUID() string
GetPreviousTaskUUID returns the PreviousTaskUUID field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetPreviousTaskUUID(v string)
SetPreviousTaskUUID sets PreviousTaskUUID field to given value.
func (o *MultiTableBackupRequestParams) HasPreviousTaskUUID() bool
HasPreviousTaskUUID returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetRegionLocations() []RegionLocations
GetRegionLocations returns the RegionLocations field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetRegionLocationsOk() (*[]RegionLocations, bool)
GetRegionLocationsOk returns a tuple with the RegionLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetRegionLocations(v []RegionLocations)
SetRegionLocations sets RegionLocations field to given value.
func (o *MultiTableBackupRequestParams) HasRegionLocations() bool
HasRegionLocations returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetRestoreTimeStamp() string
GetRestoreTimeStamp returns the RestoreTimeStamp field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetRestoreTimeStampOk() (*string, bool)
GetRestoreTimeStampOk returns a tuple with the RestoreTimeStamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetRestoreTimeStamp(v string)
SetRestoreTimeStamp sets RestoreTimeStamp field to given value.
func (o *MultiTableBackupRequestParams) HasRestoreTimeStamp() bool
HasRestoreTimeStamp returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetScheduleName() string
GetScheduleName returns the ScheduleName field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetScheduleNameOk() (*string, bool)
GetScheduleNameOk returns a tuple with the ScheduleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetScheduleName(v string)
SetScheduleName sets ScheduleName field to given value.
func (o *MultiTableBackupRequestParams) HasScheduleName() bool
HasScheduleName returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetScheduleUUID() string
GetScheduleUUID returns the ScheduleUUID field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetScheduleUUIDOk() (*string, bool)
GetScheduleUUIDOk returns a tuple with the ScheduleUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetScheduleUUID(v string)
SetScheduleUUID sets ScheduleUUID field to given value.
func (o *MultiTableBackupRequestParams) HasScheduleUUID() bool
HasScheduleUUID returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetSchedulingFrequency() int64
GetSchedulingFrequency returns the SchedulingFrequency field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetSchedulingFrequencyOk() (*int64, bool)
GetSchedulingFrequencyOk returns a tuple with the SchedulingFrequency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetSchedulingFrequency(v int64)
SetSchedulingFrequency sets SchedulingFrequency field to given value.
func (o *MultiTableBackupRequestParams) HasSchedulingFrequency() bool
HasSchedulingFrequency returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetSleepAfterMasterRestartMillis() int32
GetSleepAfterMasterRestartMillis returns the SleepAfterMasterRestartMillis field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetSleepAfterMasterRestartMillis(v int32)
SetSleepAfterMasterRestartMillis sets SleepAfterMasterRestartMillis field to given value.
func (o *MultiTableBackupRequestParams) GetSleepAfterTServerRestartMillis() int32
GetSleepAfterTServerRestartMillis returns the SleepAfterTServerRestartMillis field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetSleepAfterTServerRestartMillis(v int32)
SetSleepAfterTServerRestartMillis sets SleepAfterTServerRestartMillis field to given value.
func (o *MultiTableBackupRequestParams) GetSourceXClusterConfigs() []string
GetSourceXClusterConfigs returns the SourceXClusterConfigs field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetSourceXClusterConfigs(v []string)
SetSourceXClusterConfigs sets SourceXClusterConfigs field to given value.
func (o *MultiTableBackupRequestParams) HasSourceXClusterConfigs() bool
HasSourceXClusterConfigs returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetSse() bool
GetSse returns the Sse field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetSseOk() (*bool, bool)
GetSseOk returns a tuple with the Sse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetSse(v bool)
SetSse sets Sse field to given value.
func (o *MultiTableBackupRequestParams) HasSse() bool
HasSse returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetStorageConfigType() string
GetStorageConfigType returns the StorageConfigType field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetStorageConfigTypeOk() (*string, bool)
GetStorageConfigTypeOk returns a tuple with the StorageConfigType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetStorageConfigType(v string)
SetStorageConfigType sets StorageConfigType field to given value.
func (o *MultiTableBackupRequestParams) HasStorageConfigType() bool
HasStorageConfigType returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetStorageConfigUUID() string
GetStorageConfigUUID returns the StorageConfigUUID field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetStorageConfigUUIDOk() (*string, bool)
GetStorageConfigUUIDOk returns a tuple with the StorageConfigUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetStorageConfigUUID(v string)
SetStorageConfigUUID sets StorageConfigUUID field to given value.
func (o *MultiTableBackupRequestParams) GetStorageLocation() string
GetStorageLocation returns the StorageLocation field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetStorageLocationOk() (*string, bool)
GetStorageLocationOk returns a tuple with the StorageLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetStorageLocation(v string)
SetStorageLocation sets StorageLocation field to given value.
func (o *MultiTableBackupRequestParams) HasStorageLocation() bool
HasStorageLocation returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTableByTableBackup() bool
GetTableByTableBackup returns the TableByTableBackup field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetTableByTableBackupOk() (*bool, bool)
GetTableByTableBackupOk returns a tuple with the TableByTableBackup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetTableByTableBackup(v bool)
SetTableByTableBackup sets TableByTableBackup field to given value.
func (o *MultiTableBackupRequestParams) HasTableByTableBackup() bool
HasTableByTableBackup returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTableName() string
GetTableName returns the TableName field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetTableNameOk() (*string, bool)
GetTableNameOk returns a tuple with the TableName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetTableName(v string)
SetTableName sets TableName field to given value.
func (o *MultiTableBackupRequestParams) HasTableName() bool
HasTableName returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTableNameList() []string
GetTableNameList returns the TableNameList field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetTableNameListOk() (*[]string, bool)
GetTableNameListOk returns a tuple with the TableNameList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetTableNameList(v []string)
SetTableNameList sets TableNameList field to given value.
func (o *MultiTableBackupRequestParams) HasTableNameList() bool
HasTableNameList returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTableUUID() string
GetTableUUID returns the TableUUID field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetTableUUID(v string)
SetTableUUID sets TableUUID field to given value.
func (o *MultiTableBackupRequestParams) HasTableUUID() bool
HasTableUUID returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTableUUIDList() []string
GetTableUUIDList returns the TableUUIDList field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetTableUUIDListOk() (*[]string, bool)
GetTableUUIDListOk returns a tuple with the TableUUIDList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetTableUUIDList(v []string)
SetTableUUIDList sets TableUUIDList field to given value.
func (o *MultiTableBackupRequestParams) HasTableUUIDList() bool
HasTableUUIDList returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTablespacesList() []Tablespace
GetTablespacesList returns the TablespacesList field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetTablespacesListOk() (*[]Tablespace, bool)
GetTablespacesListOk returns a tuple with the TablespacesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetTablespacesList(v []Tablespace)
SetTablespacesList sets TablespacesList field to given value.
func (o *MultiTableBackupRequestParams) HasTablespacesList() bool
HasTablespacesList returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTargetXClusterConfigs() []string
GetTargetXClusterConfigs returns the TargetXClusterConfigs field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetTargetXClusterConfigs(v []string)
SetTargetXClusterConfigs sets TargetXClusterConfigs field to given value.
func (o *MultiTableBackupRequestParams) HasTargetXClusterConfigs() bool
HasTargetXClusterConfigs returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTimeBeforeDelete() int64
GetTimeBeforeDelete returns the TimeBeforeDelete field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetTimeBeforeDeleteOk() (*int64, bool)
GetTimeBeforeDeleteOk returns a tuple with the TimeBeforeDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetTimeBeforeDelete(v int64)
SetTimeBeforeDelete sets TimeBeforeDelete field to given value.
func (o *MultiTableBackupRequestParams) HasTimeBeforeDelete() bool
HasTimeBeforeDelete returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetTimeTakenPartial() int64
GetTimeTakenPartial returns the TimeTakenPartial field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetTimeTakenPartialOk() (*int64, bool)
GetTimeTakenPartialOk returns a tuple with the TimeTakenPartial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetTimeTakenPartial(v int64)
SetTimeTakenPartial sets TimeTakenPartial field to given value.
func (o *MultiTableBackupRequestParams) GetTransactionalBackup() bool
GetTransactionalBackup returns the TransactionalBackup field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetTransactionalBackupOk() (*bool, bool)
GetTransactionalBackupOk returns a tuple with the TransactionalBackup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetTransactionalBackup(v bool)
SetTransactionalBackup sets TransactionalBackup field to given value.
func (o *MultiTableBackupRequestParams) HasTransactionalBackup() bool
HasTransactionalBackup returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetUniverseUUID() string
GetUniverseUUID returns the UniverseUUID field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetUniverseUUID(v string)
SetUniverseUUID sets UniverseUUID field to given value.
func (o *MultiTableBackupRequestParams) HasUniverseUUID() bool
HasUniverseUUID returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetUseTablespaces() bool
GetUseTablespaces returns the UseTablespaces field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) GetUseTablespacesOk() (*bool, bool)
GetUseTablespacesOk returns a tuple with the UseTablespaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultiTableBackupRequestParams) SetUseTablespaces(v bool)
SetUseTablespaces sets UseTablespaces field to given value.
func (o *MultiTableBackupRequestParams) HasUseTablespaces() bool
HasUseTablespaces returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetYbPrevSoftwareVersion() string
GetYbPrevSoftwareVersion returns the YbPrevSoftwareVersion field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetYbPrevSoftwareVersion(v string)
SetYbPrevSoftwareVersion sets YbPrevSoftwareVersion field to given value.
func (o *MultiTableBackupRequestParams) HasYbPrevSoftwareVersion() bool
HasYbPrevSoftwareVersion returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetYbcInstalled() bool
GetYbcInstalled returns the YbcInstalled field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetYbcInstalled(v bool)
SetYbcInstalled sets YbcInstalled field to given value.
func (o *MultiTableBackupRequestParams) HasYbcInstalled() bool
HasYbcInstalled returns a boolean if a field has been set.
func (o *MultiTableBackupRequestParams) GetYbcSoftwareVersion() string
GetYbcSoftwareVersion returns the YbcSoftwareVersion field if non-nil, zero value otherwise.
func (o *MultiTableBackupRequestParams) 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.
func (o *MultiTableBackupRequestParams) SetYbcSoftwareVersion(v string)
SetYbcSoftwareVersion sets YbcSoftwareVersion field to given value.
func (o *MultiTableBackupRequestParams) HasYbcSoftwareVersion() bool
HasYbcSoftwareVersion returns a boolean if a field has been set.