Class: Google::Apis::VmmigrationV1alpha1::AzureVmsDetails
- Inherits:
-
Object
- Object
- Google::Apis::VmmigrationV1alpha1::AzureVmsDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vmmigration_v1alpha1/classes.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb
Overview
AzureVmsDetails describes VMs in Azure.
Instance Attribute Summary collapse
-
#details ⇒ Array<Google::Apis::VmmigrationV1alpha1::AzureVmDetails>
The details of the Azure VMs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AzureVmsDetails
constructor
A new instance of AzureVmsDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AzureVmsDetails
Returns a new instance of AzureVmsDetails.
723 724 725 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 723 def initialize(**args) update!(**args) end |
Instance Attribute Details
#details ⇒ Array<Google::Apis::VmmigrationV1alpha1::AzureVmDetails>
The details of the Azure VMs.
Corresponds to the JSON property details
721 722 723 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 721 def details @details end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
728 729 730 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 728 def update!(**args) @details = args[:details] if args.key?(:details) end |