Class: Google::Compute::Data::ImageGuestOsFeatuApi

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 GCP API

Instance Attribute Summary

Attributes inherited from ImageGuestOsFeatu

#type

Instance Method Summary collapse

Methods inherited from ImageGuestOsFeatu

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

Constructor Details

#initialize(args) ⇒ ImageGuestOsFeatuApi

Returns a new instance of ImageGuestOsFeatuApi.



83
84
85
# File 'lib/google/compute/property/image_guest_os_features.rb', line 83

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