Class: Google::Apis::MigrationcenterV1alpha1::PlatformDetails
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::PlatformDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb
Overview
Information about the platform.
Instance Attribute Summary collapse
-
#vmware_details ⇒ Google::Apis::MigrationcenterV1alpha1::VmwarePlatformDetails
VMware specific details.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PlatformDetails
constructor
A new instance of PlatformDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PlatformDetails
Returns a new instance of PlatformDetails.
2203 2204 2205 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vmware_details ⇒ Google::Apis::MigrationcenterV1alpha1::VmwarePlatformDetails
VMware specific details.
Corresponds to the JSON property vmwareDetails
2201 2202 2203 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2201 def vmware_details @vmware_details end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2208 2209 2210 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2208 def update!(**args) @vmware_details = args[:vmware_details] if args.key?(:vmware_details) end |