UpdateNodeShapeConfigDetails¶
- 
class oci.container_engine.models.UpdateNodeShapeConfigDetails(**kwargs)¶
- Bases: - object- The shape configuration of the nodes. - Methods - __init__(**kwargs)- Initializes a new UpdateNodeShapeConfigDetails object with values from keyword arguments. - Attributes - memory_in_gbs- Gets the memory_in_gbs of this UpdateNodeShapeConfigDetails. - ocpus- Gets the ocpus of this UpdateNodeShapeConfigDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateNodeShapeConfigDetails 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 UpdateNodeShapeConfigDetails.
- memory_in_gbs (float) – The value to assign to the memory_in_gbs property of this UpdateNodeShapeConfigDetails.
 
 - 
memory_in_gbs¶
- Gets the memory_in_gbs of this UpdateNodeShapeConfigDetails. The total amount of memory available to each node, in gigabytes. - Returns: - The memory_in_gbs of this UpdateNodeShapeConfigDetails. - Return type: - float 
 
-