class Google::Apis::ComputeBeta::GuestOsFeature
Guest OS features.
Attributes
type[RW]
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` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 9486 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 9491 def update!(**args) @type = args[:type] if args.key?(:type) end