Class: Google::Compute::Data::DiskDiskEncryKeyCatalog
- Inherits:
-
DiskDiskEncryKey
- Object
- DiskDiskEncryKey
- Google::Compute::Data::DiskDiskEncryKeyCatalog
- Defined in:
- lib/google/compute/property/disk_disk_encryption_key.rb
Overview
Manages a DiskDiskEncryKey nested object Data is coming from the Puppet manifest
Instance Attribute Summary
Attributes inherited from DiskDiskEncryKey
Instance Method Summary collapse
-
#initialize(args) ⇒ DiskDiskEncryKeyCatalog
constructor
A new instance of DiskDiskEncryKeyCatalog.
Methods inherited from DiskDiskEncryKey
Constructor Details
#initialize(args) ⇒ DiskDiskEncryKeyCatalog
Returns a new instance of DiskDiskEncryKeyCatalog.
95 96 97 98 99 100 |
# File 'lib/google/compute/property/disk_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 |