Show / Hide Table of Contents

Class ComputeEngineShapeDescriptor

Compute Engine target shape descriptor.

Inheritance
object
ComputeEngineShapeDescriptor
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.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

Memory in mebibytes.

Declaration
[JsonProperty("memoryMb")]
public virtual int? MemoryMb { get; set; }
Property Value
Type Description
int?

PhysicalCoreCount

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

Storage

Output only. Compute Engine storage. Never empty.

Declaration
[JsonProperty("storage")]
public virtual IList<ComputeStorageDescriptor> Storage { get; set; }
Property Value
Type Description
IList<ComputeStorageDescriptor>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX