Migration Center v1 API - Class GenericPlatformDetails (1.1.0)

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.

Inheritance

object > GenericPlatformDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GenericPlatformDetails()

public GenericPlatformDetails()

GenericPlatformDetails(GenericPlatformDetails)

public GenericPlatformDetails(GenericPlatformDetails other)
Parameter
NameDescription
otherGenericPlatformDetails

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
TypeDescription
string