View Source GoogleApi.MigrationCenter.V1.Model.PlatformDetails (google_api_migration_center v0.3.0)
Information about the platform.
Attributes
-
awsEc2Details
(type:GoogleApi.MigrationCenter.V1.Model.AwsEc2PlatformDetails.t
, default:nil
) - AWS EC2 specific details. -
azureVmDetails
(type:GoogleApi.MigrationCenter.V1.Model.AzureVmPlatformDetails.t
, default:nil
) - Azure VM specific details. -
genericDetails
(type:GoogleApi.MigrationCenter.V1.Model.GenericPlatformDetails.t
, default:nil
) - Generic platform details. -
physicalDetails
(type:GoogleApi.MigrationCenter.V1.Model.PhysicalPlatformDetails.t
, default:nil
) - Physical machines platform details. -
vmwareDetails
(type:GoogleApi.MigrationCenter.V1.Model.VmwarePlatformDetails.t
, default:nil
) - VMware specific details.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.PlatformDetails{ awsEc2Details: GoogleApi.MigrationCenter.V1.Model.AwsEc2PlatformDetails.t() | nil, azureVmDetails: GoogleApi.MigrationCenter.V1.Model.AzureVmPlatformDetails.t() | nil, genericDetails: GoogleApi.MigrationCenter.V1.Model.GenericPlatformDetails.t() | nil, physicalDetails: GoogleApi.MigrationCenter.V1.Model.PhysicalPlatformDetails.t() | nil, vmwareDetails: GoogleApi.MigrationCenter.V1.Model.VmwarePlatformDetails.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.