public sealed class GenericPlatformDetails : IMessage<GenericPlatformDetails>, IEquatable<GenericPlatformDetails>, IDeepCloneable<GenericPlatformDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GenericPlatformDetails.
Generic platform details.
Implements
IMessageGenericPlatformDetails, IEquatableGenericPlatformDetails, IDeepCloneableGenericPlatformDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GenericPlatformDetails()
public GenericPlatformDetails()
GenericPlatformDetails(GenericPlatformDetails)
public GenericPlatformDetails(GenericPlatformDetails other)
Parameter | |
---|---|
Name | Description |
other | GenericPlatformDetails |
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 VMs in the same location may have different string values for this field.
Property Value | |
---|---|
Type | Description |
string |