View Source GoogleApi.MigrationCenter.V1.Model.AzureVmPlatformDetails (google_api_migration_center v0.2.0)

Azure VM specific details.

Attributes

  • location (type: String.t, default: nil) - The location of the machine in the Azure format.
  • machineTypeLabel (type: String.t, default: nil) - Azure platform's machine type label.
  • provisioningState (type: String.t, default: nil) - Azure platform's provisioning state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.AzureVmPlatformDetails{
  location: String.t() | nil,
  machineTypeLabel: String.t() | nil,
  provisioningState: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.