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>
15644 15645 15646 15647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15644 class InstancesStartWithEncryptionKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |