Class UpdateNodeShapeConfigDetails
The shape configuration of the nodes.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class UpdateNodeShapeConfigDetailsProperties
MemoryInGBs
Declaration
[JsonProperty(PropertyName = "memoryInGBs")]
public float? MemoryInGBs { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | The total amount of memory available to each node, in gigabytes. | 
Ocpus
Declaration
[JsonProperty(PropertyName = "ocpus")]
public float? Ocpus { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | The total number of OCPUs available to each node in the node pool. See here for details. |