ClusterNode¶
-
class
oci.container_engine.models.
ClusterNode
(**kwargs)¶ Bases:
object
The properties that define a cluster node.
Methods
__init__
(**kwargs)Initializes a new ClusterNode object with values from keyword arguments. Attributes
cluster_id
Gets the cluster_id of this ClusterNode. id
Gets the id of this ClusterNode. -
__init__
(**kwargs)¶ Initializes a new ClusterNode object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ClusterNode.
- cluster_id (str) – The value to assign to the cluster_id property of this ClusterNode.
-
cluster_id
¶ Gets the cluster_id of this ClusterNode. The OCID of the cluster to which this node belongs.
Returns: The cluster_id of this ClusterNode. Return type: str
-
id
¶ Gets the id of this ClusterNode. The OCID of the compute instance backing this node.
Returns: The id of this ClusterNode. Return type: str
-