Class PlatformDetails
Information about the platform.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class PlatformDetails : IDirectResponseSchema
Properties
AwsEc2Details
AWS EC2 specific details.
Declaration
[JsonProperty("awsEc2Details")]
public virtual AwsEc2PlatformDetails AwsEc2Details { get; set; }
Property Value
Type | Description |
---|---|
AwsEc2PlatformDetails |
AzureVmDetails
Azure VM specific details.
Declaration
[JsonProperty("azureVmDetails")]
public virtual AzureVmPlatformDetails AzureVmDetails { get; set; }
Property Value
Type | Description |
---|---|
AzureVmPlatformDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenericDetails
Generic platform details.
Declaration
[JsonProperty("genericDetails")]
public virtual GenericPlatformDetails GenericDetails { get; set; }
Property Value
Type | Description |
---|---|
GenericPlatformDetails |
PhysicalDetails
Physical machines platform details.
Declaration
[JsonProperty("physicalDetails")]
public virtual PhysicalPlatformDetails PhysicalDetails { get; set; }
Property Value
Type | Description |
---|---|
PhysicalPlatformDetails |
VmwareDetails
VMware specific details.
Declaration
[JsonProperty("vmwareDetails")]
public virtual VmwarePlatformDetails VmwareDetails { get; set; }
Property Value
Type | Description |
---|---|
VmwarePlatformDetails |