Class: Google::Cloud::Compute::V1::SourceDiskEncryptionKey
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SourceDiskEncryptionKey
- 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
The customer-supplied encryption key of the source disk.
-
#source_disk ⇒ ::String
URL of the disk attached to the source instance.
Instance Attribute Details
#disk_encryption_key ⇒ ::Google::Cloud::Compute::V1::CustomerEncryptionKey
29975 29976 29977 29978 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29975 class SourceDiskEncryptionKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_disk ⇒ ::String
29975 29976 29977 29978 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29975 class SourceDiskEncryptionKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |