Class CapacityReportInstanceShapeConfig
The shape configuration for a shape in a capacity report.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class CapacityReportInstanceShapeConfig
Properties
BaselineOcpuUtilization
Declaration
[JsonProperty(PropertyName = "baselineOcpuUtilization")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CapacityReportInstanceShapeConfig.BaselineOcpuUtilizationEnum? BaselineOcpuUtilization { get; set; }
Property Value
| Type | Description |
|---|---|
| CapacityReportInstanceShapeConfig.BaselineOcpuUtilizationEnum? | The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a
non-burstable instance, or explicitly specify non-burstable with
|
MemoryInGBs
Declaration
[JsonProperty(PropertyName = "memoryInGBs")]
public float? MemoryInGBs { get; set; }
Property Value
| Type | Description |
|---|---|
| float? | The total amount of memory available to the instance, in gigabytes. |
Nvmes
Declaration
[JsonProperty(PropertyName = "nvmes")]
public int? Nvmes { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The number of NVMe drives to be used for storage. |
Ocpus
Declaration
[JsonProperty(PropertyName = "ocpus")]
public float? Ocpus { get; set; }
Property Value
| Type | Description |
|---|---|
| float? | The total number of OCPUs available to the instance. |