Class: Google::Compute::Data::InsTemSouImaEncKeyApi
- Inherits:
-
InsTemSouImaEncKey
- Object
- InsTemSouImaEncKey
- Google::Compute::Data::InsTemSouImaEncKeyApi
- Defined in:
- lib/google/compute/property/instancetemplate_source_image_encryption_key.rb
Overview
Manages a InsTemSouImaEncKey nested object Data is coming from the GCP API
Instance Attribute Summary
Attributes inherited from InsTemSouImaEncKey
Instance Method Summary collapse
-
#initialize(args) ⇒ InsTemSouImaEncKeyApi
constructor
A new instance of InsTemSouImaEncKeyApi.
Methods inherited from InsTemSouImaEncKey
Constructor Details
#initialize(args) ⇒ InsTemSouImaEncKeyApi
Returns a new instance of InsTemSouImaEncKeyApi.
87 88 89 90 |
# File 'lib/google/compute/property/instancetemplate_source_image_encryption_key.rb', line 87 def initialize(args) @raw_key = Google::Compute::Property::String.api_munge(args['rawKey']) @sha256 = Google::Compute::Property::String.api_munge(args['sha256']) end |