Class: Google::Compute::Data::InstSourImagEncrKeyCatalog

Inherits:
InstSourImagEncrKey show all
Defined in:
lib/google/compute/property/instance_source_image_encryption_key.rb

Overview

Manages a InstSourImagEncrKey nested object Data is coming from the Puppet manifest

Instance Attribute Summary

Attributes inherited from InstSourImagEncrKey

#raw_key, #sha256

Instance Method Summary collapse

Methods inherited from InstSourImagEncrKey

#<=>, #==, #to_json, #to_s

Constructor Details

#initialize(args) ⇒ InstSourImagEncrKeyCatalog

Returns a new instance of InstSourImagEncrKeyCatalog.



95
96
97
98
99
100
# File 'lib/google/compute/property/instance_source_image_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