Class: Google::Cloud::Compute::V1::SourceDiskEncryptionKey

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

#disk_encryption_key::Google::Cloud::Compute::V1::CustomerEncryptionKey

Returns The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.

Returns:



31499
31500
31501
31502
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31499

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

#source_disk::String

Returns URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk.

Returns:



31499
31500
31501
31502
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31499

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