Class Google::Cloud::Compute::V1::StatefulPolicyPreservedState (v1.1.0)

Configuration of preserved resources.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#disks

def disks() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::StatefulPolicyPreservedStateDiskDevice}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::StatefulPolicyPreservedStateDiskDevice}) — 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.

#disks=

def disks=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::StatefulPolicyPreservedStateDiskDevice}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::StatefulPolicyPreservedStateDiskDevice}) — 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.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::StatefulPolicyPreservedStateDiskDevice}) — 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.