StartClusterShapeConfigs

class oci.bds.models.StartClusterShapeConfigs(**kwargs)

Bases: object

The shape configuration to be used to start the cluster. If the value is not set, the start cluster operation will try to start the cluster as is.

Methods

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

Attributes

node_type_shape_configs [Required] Gets the node_type_shape_configs of this StartClusterShapeConfigs.
__init__(**kwargs)

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

Parameters:node_type_shape_configs (list[oci.bds.models.NodeTypeShapeConfig]) – The value to assign to the node_type_shape_configs property of this StartClusterShapeConfigs.
node_type_shape_configs

[Required] Gets the node_type_shape_configs of this StartClusterShapeConfigs. Shape configurations for each node type.

Returns:The node_type_shape_configs of this StartClusterShapeConfigs.
Return type:list[oci.bds.models.NodeTypeShapeConfig]