Class: Google::Apis::BackupdrV1::GuestOsFeature

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GuestOsFeature

Returns a new instance of GuestOsFeature.



2289
2290
2291
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2289

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#typeString

The ID of a supported feature. Corresponds to the JSON property type

Returns:

  • (String)


2287
2288
2289
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2287

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2294
2295
2296
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2294

def update!(**args)
  @type = args[:type] if args.key?(:type)
end