Class: Google::Apis::VmmigrationV1alpha1::Encryption

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/vmmigration_v1alpha1/classes.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb

Overview

Encryption message describes the details of the applied encryption.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Encryption

Returns a new instance of Encryption.



2506
2507
2508
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 2506

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kms_keyString

Required. The name of the encryption key that is stored in Google Cloud KMS. Corresponds to the JSON property kmsKey

Returns:

  • (String)


2504
2505
2506
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 2504

def kms_key
  @kms_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2511
2512
2513
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 2511

def update!(**args)
  @kms_key = args[:kms_key] if args.key?(:kms_key)
end