Class: Google::Compute::Data::InsTemSouImaEncKeyCatalog
- Inherits:
-
InsTemSouImaEncKey
- Object
- InsTemSouImaEncKey
- Google::Compute::Data::InsTemSouImaEncKeyCatalog
- Defined in:
- lib/google/compute/property/instancetemplate_source_image_encryption_key.rb
Overview
Manages a InsTemSouImaEncKey nested object Data is coming from the Puppet manifest
Instance Attribute Summary
Attributes inherited from InsTemSouImaEncKey
Instance Method Summary collapse
-
#initialize(args) ⇒ InsTemSouImaEncKeyCatalog
constructor
A new instance of InsTemSouImaEncKeyCatalog.
Methods inherited from InsTemSouImaEncKey
Constructor Details
#initialize(args) ⇒ InsTemSouImaEncKeyCatalog
Returns a new instance of InsTemSouImaEncKeyCatalog.
96 97 98 99 100 101 |
# File 'lib/google/compute/property/instancetemplate_source_image_encryption_key.rb', line 96 def initialize(args) @raw_key = Google::Compute::Property::String.unsafe_munge(args['raw_key']) @sha256 = Google::Compute::Property::String.unsafe_munge(args['sha256']) end |