Class: Google::Apis::VmmigrationV1::AzureVmsDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/vmmigration_v1/classes.rb,
lib/google/apis/vmmigration_v1/representations.rb,
lib/google/apis/vmmigration_v1/representations.rb

Overview

AzureVmsDetails describes VMs in Azure.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AzureVmsDetails

Returns a new instance of AzureVmsDetails.



735
736
737
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 735

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

Instance Attribute Details

#detailsArray<Google::Apis::VmmigrationV1::AzureVmDetails>

The details of the Azure VMs. Corresponds to the JSON property details



733
734
735
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 733

def details
  @details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



740
741
742
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 740

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