Migration Center v1 API - Class PhysicalPlatformDetails (1.0.0)

public sealed class PhysicalPlatformDetails : IMessage<PhysicalPlatformDetails>, IEquatable<PhysicalPlatformDetails>, IDeepCloneable<PhysicalPlatformDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class PhysicalPlatformDetails.

Platform specific details for Physical Machines.

Inheritance

object > PhysicalPlatformDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

PhysicalPlatformDetails()

public PhysicalPlatformDetails()

PhysicalPlatformDetails(PhysicalPlatformDetails)

public PhysicalPlatformDetails(PhysicalPlatformDetails other)
Parameter
NameDescription
otherPhysicalPlatformDetails

Properties

Location

public string Location { get; set; }

Free text representation of the machine location. The format of this field should not be relied on. Different machines in the same location may have different string values for this field.

Property Value
TypeDescription
string