ChangeShapeNodes

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

Bases: object

Individual worker nodes groups details.

Methods

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

Attributes

cloudsql Gets the cloudsql of this ChangeShapeNodes.
cloudsql_shape_config Gets the cloudsql_shape_config of this ChangeShapeNodes.
compute_only_worker Gets the compute_only_worker of this ChangeShapeNodes.
compute_only_worker_shape_config Gets the compute_only_worker_shape_config of this ChangeShapeNodes.
edge Gets the edge of this ChangeShapeNodes.
edge_shape_config Gets the edge_shape_config of this ChangeShapeNodes.
kafka_broker Gets the kafka_broker of this ChangeShapeNodes.
kafka_broker_shape_config Gets the kafka_broker_shape_config of this ChangeShapeNodes.
master Gets the master of this ChangeShapeNodes.
master_shape_config Gets the master_shape_config of this ChangeShapeNodes.
utility Gets the utility of this ChangeShapeNodes.
utility_shape_config Gets the utility_shape_config of this ChangeShapeNodes.
worker Gets the worker of this ChangeShapeNodes.
worker_shape_config Gets the worker_shape_config of this ChangeShapeNodes.
__init__(**kwargs)

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

Parameters:
  • worker (str) – The value to assign to the worker property of this ChangeShapeNodes.
  • worker_shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the worker_shape_config property of this ChangeShapeNodes.
  • compute_only_worker (str) – The value to assign to the compute_only_worker property of this ChangeShapeNodes.
  • compute_only_worker_shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the compute_only_worker_shape_config property of this ChangeShapeNodes.
  • master (str) – The value to assign to the master property of this ChangeShapeNodes.
  • master_shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the master_shape_config property of this ChangeShapeNodes.
  • utility (str) – The value to assign to the utility property of this ChangeShapeNodes.
  • utility_shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the utility_shape_config property of this ChangeShapeNodes.
  • cloudsql (str) – The value to assign to the cloudsql property of this ChangeShapeNodes.
  • cloudsql_shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the cloudsql_shape_config property of this ChangeShapeNodes.
  • edge (str) – The value to assign to the edge property of this ChangeShapeNodes.
  • edge_shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the edge_shape_config property of this ChangeShapeNodes.
  • kafka_broker (str) – The value to assign to the kafka_broker property of this ChangeShapeNodes.
  • kafka_broker_shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the kafka_broker_shape_config property of this ChangeShapeNodes.
cloudsql

Gets the cloudsql of this ChangeShapeNodes. Change shape of the Cloud SQL node to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

Returns:The cloudsql of this ChangeShapeNodes.
Return type:str
cloudsql_shape_config

Gets the cloudsql_shape_config of this ChangeShapeNodes.

Returns:The cloudsql_shape_config of this ChangeShapeNodes.
Return type:oci.bds.models.ShapeConfigDetails
compute_only_worker

Gets the compute_only_worker of this ChangeShapeNodes. Change shape of compute only worker nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

Returns:The compute_only_worker of this ChangeShapeNodes.
Return type:str
compute_only_worker_shape_config

Gets the compute_only_worker_shape_config of this ChangeShapeNodes.

Returns:The compute_only_worker_shape_config of this ChangeShapeNodes.
Return type:oci.bds.models.ShapeConfigDetails
edge

Gets the edge of this ChangeShapeNodes. Change shape of edge nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

Returns:The edge of this ChangeShapeNodes.
Return type:str
edge_shape_config

Gets the edge_shape_config of this ChangeShapeNodes.

Returns:The edge_shape_config of this ChangeShapeNodes.
Return type:oci.bds.models.ShapeConfigDetails
kafka_broker

Gets the kafka_broker of this ChangeShapeNodes. Change shape of Kafka Broker nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

Returns:The kafka_broker of this ChangeShapeNodes.
Return type:str
kafka_broker_shape_config

Gets the kafka_broker_shape_config of this ChangeShapeNodes.

Returns:The kafka_broker_shape_config of this ChangeShapeNodes.
Return type:oci.bds.models.ShapeConfigDetails
master

Gets the master of this ChangeShapeNodes. Change shape of master nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

Returns:The master of this ChangeShapeNodes.
Return type:str
master_shape_config

Gets the master_shape_config of this ChangeShapeNodes.

Returns:The master_shape_config of this ChangeShapeNodes.
Return type:oci.bds.models.ShapeConfigDetails
utility

Gets the utility of this ChangeShapeNodes. Change shape of utility nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

Returns:The utility of this ChangeShapeNodes.
Return type:str
utility_shape_config

Gets the utility_shape_config of this ChangeShapeNodes.

Returns:The utility_shape_config of this ChangeShapeNodes.
Return type:oci.bds.models.ShapeConfigDetails
worker

Gets the worker of this ChangeShapeNodes. Change shape of worker nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

Returns:The worker of this ChangeShapeNodes.
Return type:str
worker_shape_config

Gets the worker_shape_config of this ChangeShapeNodes.

Returns:The worker_shape_config of this ChangeShapeNodes.
Return type:oci.bds.models.ShapeConfigDetails