CreateNodeShapeConfigDetails

class oci.container_engine.models.CreateNodeShapeConfigDetails(**kwargs)

Bases: object

The shape configuration of the nodes.

Methods

__init__(**kwargs) Initializes a new CreateNodeShapeConfigDetails object with values from keyword arguments.

Attributes

memory_in_gbs Gets the memory_in_gbs of this CreateNodeShapeConfigDetails.
ocpus Gets the ocpus of this CreateNodeShapeConfigDetails.
__init__(**kwargs)

Initializes a new CreateNodeShapeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • ocpus (float) – The value to assign to the ocpus property of this CreateNodeShapeConfigDetails.
  • memory_in_gbs (float) – The value to assign to the memory_in_gbs property of this CreateNodeShapeConfigDetails.
memory_in_gbs

Gets the memory_in_gbs of this CreateNodeShapeConfigDetails. The total amount of memory available to each node, in gigabytes.

Returns:The memory_in_gbs of this CreateNodeShapeConfigDetails.
Return type:float
ocpus

Gets the ocpus of this CreateNodeShapeConfigDetails. The total number of OCPUs available to each node in the node pool. See here for details.

Returns:The ocpus of this CreateNodeShapeConfigDetails.
Return type:float