Class: Google::Cloud::Compute::V1::CustomerEncryptionKeyProtectedDisk
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CustomerEncryptionKeyProtectedDisk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#disk_encryption_key ⇒ ::Google::Cloud::Compute::V1::CustomerEncryptionKey
Decrypts data associated with the disk with a customer-supplied encryption key.
-
#source ⇒ ::String
Specifies a valid partial or full URL to an existing Persistent Disk resource.
Instance Attribute Details
#disk_encryption_key ⇒ ::Google::Cloud::Compute::V1::CustomerEncryptionKey
5735 5736 5737 5738 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5735 class CustomerEncryptionKeyProtectedDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::String
5735 5736 5737 5738 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5735 class CustomerEncryptionKeyProtectedDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |