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. master
Gets the master of this ChangeShapeNodes. utility
Gets the utility of this ChangeShapeNodes. worker
Gets the worker 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.
- master (str) – The value to assign to the master property of this ChangeShapeNodes.
- utility (str) – The value to assign to the utility property of this ChangeShapeNodes.
- cloudsql (str) – The value to assign to the cloudsql property of this ChangeShapeNodes.
-
cloudsql
¶ Gets the cloudsql of this ChangeShapeNodes. Change shape of the Cloud SQL node to the desired target shape. Only VM_STANDARD shapes are allowed here.
Returns: The cloudsql of this ChangeShapeNodes. Return type: str
-
master
¶ Gets the master of this ChangeShapeNodes. Change shape of master nodes to the desired target shape. Only VM_STANDARD shapes are allowed here.
Returns: The master of this ChangeShapeNodes. Return type: str
-
utility
¶ Gets the utility of this ChangeShapeNodes. Change shape of utility nodes to the desired target shape. Only VM_STANDARD shapes are allowed here.
Returns: The utility of this ChangeShapeNodes. Return type: str
-
worker
¶ Gets the worker of this ChangeShapeNodes. Change shape of worker nodes to the desired target shape. Only VM_STANDARD shapes are allowed here.
Returns: The worker of this ChangeShapeNodes. Return type: str
-