Class: Google::Apis::GkebackupV1::Restore

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkebackup_v1/classes.rb,
lib/google/apis/gkebackup_v1/representations.rb,
lib/google/apis/gkebackup_v1/representations.rb

Overview

Represents both a request to Restore some portion of a Backup into a target GKE cluster and a record of the restore operation itself. Next id: 18

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Restore

Returns a new instance of Restore.



1439
1440
1441
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1439

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#backupString

Required. Immutable. A reference to the Backup used as the source from which this Restore will restore. Note that this Backup must be a sub-resource of the RestorePlan's backup_plan. Format: projects//locations//backupPlans// backups/. Corresponds to the JSON property backup

Returns:

  • (String)


1345
1346
1347
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1345

def backup
  @backup
end

#clusterString

Output only. The target cluster into which this Restore will restore data. Valid formats: - projects//locations//clusters/* - projects//zones// clusters/* Inherited from parent RestorePlan's cluster value. Corresponds to the JSON property cluster

Returns:

  • (String)


1352
1353
1354
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1352

def cluster
  @cluster
end

#complete_timeString

Output only. Timestamp of when the restore operation completed. Corresponds to the JSON property completeTime

Returns:

  • (String)


1357
1358
1359
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1357

def complete_time
  @complete_time
end

#create_timeString

Output only. The timestamp when this Restore resource was created. Corresponds to the JSON property createTime

Returns:

  • (String)


1362
1363
1364
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1362

def create_time
  @create_time
end

#descriptionString

User specified descriptive string for this Restore. Corresponds to the JSON property description

Returns:

  • (String)


1367
1368
1369
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1367

def description
  @description
end

#etagString

Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a restore from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify- write cycle to perform restore updates in order to avoid race conditions: An etag is returned in the response to GetRestore, and systems are expected to put that etag in the request to UpdateRestore or DeleteRestore to ensure that their change will be applied to the same version of the resource. Corresponds to the JSON property etag

Returns:

  • (String)


1378
1379
1380
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1378

def etag
  @etag
end

#labelsHash<String,String>

A set of custom labels supplied by user. Corresponds to the JSON property labels

Returns:

  • (Hash<String,String>)


1383
1384
1385
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1383

def labels
  @labels
end

#nameString

Output only. The full name of the Restore resource. Format: projects// locations//restorePlans//restores/ Corresponds to the JSON property name

Returns:

  • (String)


1389
1390
1391
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1389

def name
  @name
end

#resources_excluded_countFixnum

Output only. Number of resources excluded during the restore execution. Corresponds to the JSON property resourcesExcludedCount

Returns:

  • (Fixnum)


1394
1395
1396
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1394

def resources_excluded_count
  @resources_excluded_count
end

#resources_failed_countFixnum

Output only. Number of resources that failed to be restored during the restore execution. Corresponds to the JSON property resourcesFailedCount

Returns:

  • (Fixnum)


1400
1401
1402
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1400

def resources_failed_count
  @resources_failed_count
end

#resources_restored_countFixnum

Output only. Number of resources restored during the restore execution. Corresponds to the JSON property resourcesRestoredCount

Returns:

  • (Fixnum)


1405
1406
1407
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1405

def resources_restored_count
  @resources_restored_count
end

#restore_configGoogle::Apis::GkebackupV1::RestoreConfig

Configuration of a restore. Next id: 9 Corresponds to the JSON property restoreConfig



1410
1411
1412
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1410

def restore_config
  @restore_config
end

#stateString

Output only. The current state of the Restore. Corresponds to the JSON property state

Returns:

  • (String)


1415
1416
1417
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1415

def state
  @state
end

#state_reasonString

Output only. Human-readable description of why the Restore is in its current state. Corresponds to the JSON property stateReason

Returns:

  • (String)


1421
1422
1423
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1421

def state_reason
  @state_reason
end

#uidString

Output only. Server generated global unique identifier of UUID format. Corresponds to the JSON property uid

Returns:

  • (String)


1427
1428
1429
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1427

def uid
  @uid
end

#update_timeString

Output only. The timestamp when this Restore resource was last updated. Corresponds to the JSON property updateTime

Returns:

  • (String)


1432
1433
1434
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1432

def update_time
  @update_time
end

#volumes_restored_countFixnum

Output only. Number of volumes restored during the restore execution. Corresponds to the JSON property volumesRestoredCount

Returns:

  • (Fixnum)


1437
1438
1439
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1437

def volumes_restored_count
  @volumes_restored_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
# File 'lib/google/apis/gkebackup_v1/classes.rb', line 1444

def update!(**args)
  @backup = args[:backup] if args.key?(:backup)
  @cluster = args[:cluster] if args.key?(:cluster)
  @complete_time = args[:complete_time] if args.key?(:complete_time)
  @create_time = args[:create_time] if args.key?(:create_time)
  @description = args[:description] if args.key?(:description)
  @etag = args[:etag] if args.key?(:etag)
  @labels = args[:labels] if args.key?(:labels)
  @name = args[:name] if args.key?(:name)
  @resources_excluded_count = args[:resources_excluded_count] if args.key?(:resources_excluded_count)
  @resources_failed_count = args[:resources_failed_count] if args.key?(:resources_failed_count)
  @resources_restored_count = args[:resources_restored_count] if args.key?(:resources_restored_count)
  @restore_config = args[:restore_config] if args.key?(:restore_config)
  @state = args[:state] if args.key?(:state)
  @state_reason = args[:state_reason] if args.key?(:state_reason)
  @uid = args[:uid] if args.key?(:uid)
  @update_time = args[:update_time] if args.key?(:update_time)
  @volumes_restored_count = args[:volumes_restored_count] if args.key?(:volumes_restored_count)
end