Show / Hide Table of Contents

Class PlatformDetails

Information about the platform.

Inheritance
object
PlatformDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX