NodeShapeSummary¶
-
class
oci.managed_kafka.models.NodeShapeSummary(**kwargs)¶ Bases:
objectSummary of the shape.
Methods
__init__(**kwargs)Initializes a new NodeShapeSummary object with values from keyword arguments. Attributes
name[Required] Gets the name of this NodeShapeSummary. -
__init__(**kwargs)¶ Initializes a new NodeShapeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this NodeShapeSummary.
-
name¶ [Required] Gets the name of this NodeShapeSummary. The name of the shape
Returns: The name of this NodeShapeSummary. Return type: str
-