Class: Google::Cloud::VMMigration::V1::Encryption

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Encryption message describes the details of the applied encryption.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key::String

Returns Required. The name of the encryption key that is stored in Google Cloud KMS.

Returns:

  • (::String)

    Required. The name of the encryption key that is stored in Google Cloud KMS.



741
742
743
744
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 741

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