GoogleApi.VMMigration.V1.Model.AzureVmsDetails (google_api_vm_migration v0.11.0)
View SourceAzureVmsDetails describes VMs in Azure.
Attributes
-
details
(type:list(GoogleApi.VMMigration.V1.Model.AzureVmDetails.t)
, default:nil
) - The details of the Azure VMs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMMigration.V1.Model.AzureVmsDetails{ details: [GoogleApi.VMMigration.V1.Model.AzureVmDetails.t()] | nil }