NodeCount¶
-
class
oci.data_flow.models.
NodeCount
(**kwargs)¶ Bases:
object
An object with a logical shape and count of the number of nodes with that shape.
Methods
__init__
(**kwargs)Initializes a new NodeCount object with values from keyword arguments. Attributes
count
Gets the count of this NodeCount. logical_shape
Gets the logical_shape of this NodeCount. -
__init__
(**kwargs)¶ Initializes a new NodeCount object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - logical_shape (str) – The value to assign to the logical_shape property of this NodeCount.
- count (int) – The value to assign to the count property of this NodeCount.
-
count
¶ Gets the count of this NodeCount. The node count of this compute shape.
Returns: The count of this NodeCount. Return type: int
-
logical_shape
¶ Gets the logical_shape of this NodeCount. The compute shape of the nodes that the count is for.
Returns: The logical_shape of this NodeCount. Return type: str
-