Class ComputeEngineShapeDescriptor
Compute Engine target shape descriptor.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ComputeEngineShapeDescriptor : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogicalCoreCount
Output only. Number of logical cores.
Declaration
[JsonProperty("logicalCoreCount")]
public virtual int? LogicalCoreCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MachineType
Output only. Compute Engine machine type.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type | Description |
---|---|
string |
MemoryMb
Output only. Memory in mebibytes.
Declaration
[JsonProperty("memoryMb")]
public virtual int? MemoryMb { get; set; }
Property Value
Type | Description |
---|---|
int? |
PhysicalCoreCount
Output only. Number of physical cores.
Declaration
[JsonProperty("physicalCoreCount")]
public virtual int? PhysicalCoreCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Series
Output only. Compute Engine machine series.
Declaration
[JsonProperty("series")]
public virtual string Series { get; set; }
Property Value
Type | Description |
---|---|
string |
SmtEnabled
Output only. Whether simultaneous multithreading is enabled (see https://cloud.google.com/compute/docs/instances/set-threads-per-core).
Declaration
[JsonProperty("smtEnabled")]
public virtual bool? SmtEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Storage
Output only. Compute Engine storage. Never empty.
Declaration
[JsonProperty("storage")]
public virtual IList<ComputeStorageDescriptor> Storage { get; set; }
Property Value
Type | Description |
---|---|
IList<ComputeStorageDescriptor> |