Class: Google::Compute::Data::ImageGuestOsFeatuCatalog

Inherits:
ImageGuestOsFeatu show all
Defined in:
lib/google/compute/property/image_guest_os_features.rb

Overview

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

Instance Attribute Summary

Attributes inherited from ImageGuestOsFeatu

#type

Instance Method Summary collapse

Methods inherited from ImageGuestOsFeatu

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

Constructor Details

#initialize(args) ⇒ ImageGuestOsFeatuCatalog

Returns a new instance of ImageGuestOsFeatuCatalog.



91
92
93
# File 'lib/google/compute/property/image_guest_os_features.rb', line 91

def initialize(args)
  @type = Google::Compute::Property::Enum.unsafe_munge(args['type'])
end