Class: Google::Cloud::Compute::V1::InstancesStartWithEncryptionKeyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#disks::Array<::Google::Cloud::Compute::V1::CustomerEncryptionKeyProtectedDisk>

Returns Array of disks associated with this instance that are protected with a customer-supplied encryption key.

In order to start the instance, the disk url and its corresponding key must be provided.

If the disk is not protected with a customer-supplied encryption key it should not be specified.

Returns:

  • (::Array<::Google::Cloud::Compute::V1::CustomerEncryptionKeyProtectedDisk>)

    Array of disks associated with this instance that are protected with a customer-supplied encryption key.

    In order to start the instance, the disk url and its corresponding key must be provided.

    If the disk is not protected with a customer-supplied encryption key it should not be specified.



6899
6900
6901
6902
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6899

class InstancesStartWithEncryptionKeyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end