public sealed class ComputeEngineShapeDescriptor : IMessage<ComputeEngineShapeDescriptor>, IEquatable<ComputeEngineShapeDescriptor>, IDeepCloneable<ComputeEngineShapeDescriptor>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ComputeEngineShapeDescriptor.
Compute Engine target shape descriptor.
Implements
IMessageComputeEngineShapeDescriptor, IEquatableComputeEngineShapeDescriptor, IDeepCloneableComputeEngineShapeDescriptor, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ComputeEngineShapeDescriptor()
public ComputeEngineShapeDescriptor()ComputeEngineShapeDescriptor(ComputeEngineShapeDescriptor)
public ComputeEngineShapeDescriptor(ComputeEngineShapeDescriptor other)| Parameter | |
|---|---|
| Name | Description | 
| other | ComputeEngineShapeDescriptor | 
Properties
LogicalCoreCount
public int LogicalCoreCount { get; set; }Number of logical cores.
| Property Value | |
|---|---|
| Type | Description | 
| int | |
MachineType
public string MachineType { get; set; }Compute Engine machine type.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
MemoryMb
public int MemoryMb { get; set; }Memory in mebibytes.
| Property Value | |
|---|---|
| Type | Description | 
| int | |
PhysicalCoreCount
public int PhysicalCoreCount { get; set; }Number of physical cores.
| Property Value | |
|---|---|
| Type | Description | 
| int | |
Series
public string Series { get; set; }Compute Engine machine series.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Storage
public RepeatedField<ComputeStorageDescriptor> Storage { get; }Compute Engine storage. Never empty.
| Property Value | |
|---|---|
| Type | Description | 
| RepeatedFieldComputeStorageDescriptor | |