ShapesDetails

class oci.opensearch.models.ShapesDetails(**kwargs)

Bases: object

Shapes for OpenSearch Cluster.

Methods

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

Attributes

shapes Gets the shapes of this ShapesDetails.
__init__(**kwargs)

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

Parameters:shapes (list[str]) – The value to assign to the shapes property of this ShapesDetails.
shapes

Gets the shapes of this ShapesDetails. List of Shapes.

Returns:The shapes of this ShapesDetails.
Return type:list[str]