class Google::Apis::ComputeV1::StatefulPolicyPreservedState

Configuration of preserved resources.

Attributes

disks[RW]

Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks. Corresponds to the JSON property ‘disks` @return [Hash<String,Google::Apis::ComputeV1::StatefulPolicyPreservedStateDiskDevice>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 35362
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 35367
def update!(**args)
  @disks = args[:disks] if args.key?(:disks)
end