Class: Google::Apis::BackupdrV1::GuestOsFeature
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::GuestOsFeature
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb
Overview
Feature type of the Guest OS.
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.
Constructor Details
#initialize(**args) ⇒ GuestOsFeature
Returns a new instance of GuestOsFeature.
2285 2286 2287 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2285 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The ID of a supported feature.
Corresponds to the JSON property type
2283 2284 2285 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2283 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2290 2291 2292 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2290 def update!(**args) @type = args[:type] if args.key?(:type) end |