Class PhysicalPlatformDetails
Platform specific details for Physical Machines.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class PhysicalPlatformDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hyperthreading
Whether the machine is hyperthreaded.
Declaration
[JsonProperty("hyperthreading")]
public virtual string Hyperthreading { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
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.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |