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.
Implements
IMessagePhysicalPlatformDetails, IEquatablePhysicalPlatformDetails, IDeepCloneablePhysicalPlatformDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
PhysicalPlatformDetails()
public PhysicalPlatformDetails()
PhysicalPlatformDetails(PhysicalPlatformDetails)
public PhysicalPlatformDetails(PhysicalPlatformDetails other)
Parameter | |
---|---|
Name | Description |
other | PhysicalPlatformDetails |
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 | |
---|---|
Type | Description |
string |