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