| Name | Type | Description | Notes |
|---|---|---|---|
| BackupSizeFromStorageLocation | int64 | ||
| CompleteTime | Pointer to time.Time | RestoreKeyspace task completion time | [optional] |
| CreateTime | Pointer to time.Time | RestoreKeyspace task creation time | [optional] |
| RestoreUUID | Pointer to string | Universe-level Restore UUID | [optional] [readonly] |
| SourceKeyspace | Pointer to string | Source keyspace name | [optional] [readonly] |
| State | Pointer to string | State of the keyspace restore | [optional] [readonly] |
| StorageLocation | Pointer to string | Storage location name | [optional] [readonly] |
| TableNameList | Pointer to []string | Restored Table name List | [optional] [readonly] |
| TargetKeyspace | Pointer to string | Target keyspace name | [optional] [readonly] |
| TaskUUID | Pointer to string | Restore Keyspace task UUID | [optional] [readonly] |
| Uuid | Pointer to string | Restore keyspace UUID | [optional] [readonly] |
func NewRestoreKeyspace(backupSizeFromStorageLocation int64, ) *RestoreKeyspace
NewRestoreKeyspace instantiates a new RestoreKeyspace 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 NewRestoreKeyspaceWithDefaults() *RestoreKeyspace
NewRestoreKeyspaceWithDefaults instantiates a new RestoreKeyspace 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 *RestoreKeyspace) GetBackupSizeFromStorageLocation() int64
GetBackupSizeFromStorageLocation returns the BackupSizeFromStorageLocation field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetBackupSizeFromStorageLocationOk() (*int64, bool)
GetBackupSizeFromStorageLocationOk returns a tuple with the BackupSizeFromStorageLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetBackupSizeFromStorageLocation(v int64)
SetBackupSizeFromStorageLocation sets BackupSizeFromStorageLocation field to given value.
func (o *RestoreKeyspace) GetCompleteTime() time.Time
GetCompleteTime returns the CompleteTime field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetCompleteTimeOk() (*time.Time, bool)
GetCompleteTimeOk returns a tuple with the CompleteTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetCompleteTime(v time.Time)
SetCompleteTime sets CompleteTime field to given value.
func (o *RestoreKeyspace) HasCompleteTime() bool
HasCompleteTime returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetCreateTime() time.Time
GetCreateTime returns the CreateTime field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetCreateTimeOk() (*time.Time, bool)
GetCreateTimeOk returns a tuple with the CreateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetCreateTime(v time.Time)
SetCreateTime sets CreateTime field to given value.
func (o *RestoreKeyspace) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetRestoreUUID() string
GetRestoreUUID returns the RestoreUUID field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetRestoreUUIDOk() (*string, bool)
GetRestoreUUIDOk returns a tuple with the RestoreUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetRestoreUUID(v string)
SetRestoreUUID sets RestoreUUID field to given value.
func (o *RestoreKeyspace) HasRestoreUUID() bool
HasRestoreUUID returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetSourceKeyspace() string
GetSourceKeyspace returns the SourceKeyspace field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetSourceKeyspaceOk() (*string, bool)
GetSourceKeyspaceOk returns a tuple with the SourceKeyspace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetSourceKeyspace(v string)
SetSourceKeyspace sets SourceKeyspace field to given value.
func (o *RestoreKeyspace) HasSourceKeyspace() bool
HasSourceKeyspace returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetState(v string)
SetState sets State field to given value.
func (o *RestoreKeyspace) HasState() bool
HasState returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetStorageLocation() string
GetStorageLocation returns the StorageLocation field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) 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 *RestoreKeyspace) SetStorageLocation(v string)
SetStorageLocation sets StorageLocation field to given value.
func (o *RestoreKeyspace) HasStorageLocation() bool
HasStorageLocation returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetTableNameList() []string
GetTableNameList returns the TableNameList field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) 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 *RestoreKeyspace) SetTableNameList(v []string)
SetTableNameList sets TableNameList field to given value.
func (o *RestoreKeyspace) HasTableNameList() bool
HasTableNameList returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetTargetKeyspace() string
GetTargetKeyspace returns the TargetKeyspace field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetTargetKeyspaceOk() (*string, bool)
GetTargetKeyspaceOk returns a tuple with the TargetKeyspace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetTargetKeyspace(v string)
SetTargetKeyspace sets TargetKeyspace field to given value.
func (o *RestoreKeyspace) HasTargetKeyspace() bool
HasTargetKeyspace returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetTaskUUID() string
GetTaskUUID returns the TaskUUID field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetTaskUUIDOk() (*string, bool)
GetTaskUUIDOk returns a tuple with the TaskUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetTaskUUID(v string)
SetTaskUUID sets TaskUUID field to given value.
func (o *RestoreKeyspace) HasTaskUUID() bool
HasTaskUUID returns a boolean if a field has been set.
func (o *RestoreKeyspace) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *RestoreKeyspace) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreKeyspace) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *RestoreKeyspace) HasUuid() bool
HasUuid returns a boolean if a field has been set.