class Google::Apis::ComputeV1::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_v1/classes.rb, line 8890
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_v1/classes.rb, line 8895
def update!(**args)
  @type = args[:type] if args.key?(:type)
end