Class: Google::Apis::ComputeBeta::GuestOsFeature
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::GuestOsFeature
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Overview
Guest OS features.
Instance Attribute Summary collapse
-
#type ⇒ String
The ID of a supported feature.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GuestOsFeature
constructor
A new instance of GuestOsFeature.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GuestOsFeature
Returns a new instance of GuestOsFeature
6952 6953 6954 |
# File 'generated/google/apis/compute_beta/classes.rb', line 6952 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The ID of a supported feature. Read Enabling guest operating system features
to see a list of available options.
Corresponds to the JSON property type
6950 6951 6952 |
# File 'generated/google/apis/compute_beta/classes.rb', line 6950 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6957 6958 6959 |
# File 'generated/google/apis/compute_beta/classes.rb', line 6957 def update!(**args) @type = args[:type] if args.key?(:type) end |