Class: Google::Compute::Data::ImageGuestOsFeatuCatalog
- Inherits:
-
ImageGuestOsFeatu
- Object
- ImageGuestOsFeatu
- Google::Compute::Data::ImageGuestOsFeatuCatalog
- 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
Instance Method Summary collapse
-
#initialize(args) ⇒ ImageGuestOsFeatuCatalog
constructor
A new instance of ImageGuestOsFeatuCatalog.
Methods inherited from ImageGuestOsFeatu
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 |