Class: Google::Cloud::Compute::V1::InstancesStartWithEncryptionKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstancesStartWithEncryptionKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#disks ⇒ ::Array<::Google::Cloud::Compute::V1::CustomerEncryptionKeyProtectedDisk>
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
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.
15216 15217 15218 15219 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15216 class InstancesStartWithEncryptionKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |