BlueGreenDeploymentTargetDbSystemDetails

class oci.mysql.models.BlueGreenDeploymentTargetDbSystemDetails(**kwargs)

Bases: object

Target DB System details for a blue/green deployment.

Methods

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

Attributes

configuration_id Gets the configuration_id of this BlueGreenDeploymentTargetDbSystemDetails.
data_storage_size_in_gbs Gets the data_storage_size_in_gbs of this BlueGreenDeploymentTargetDbSystemDetails.
mysql_version Gets the mysql_version of this BlueGreenDeploymentTargetDbSystemDetails.
shape_name Gets the shape_name of this BlueGreenDeploymentTargetDbSystemDetails.
__init__(**kwargs)

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

Parameters:
  • mysql_version (str) – The value to assign to the mysql_version property of this BlueGreenDeploymentTargetDbSystemDetails.
  • shape_name (str) – The value to assign to the shape_name property of this BlueGreenDeploymentTargetDbSystemDetails.
  • configuration_id (str) – The value to assign to the configuration_id property of this BlueGreenDeploymentTargetDbSystemDetails.
  • data_storage_size_in_gbs (int) – The value to assign to the data_storage_size_in_gbs property of this BlueGreenDeploymentTargetDbSystemDetails.
configuration_id

Gets the configuration_id of this BlueGreenDeploymentTargetDbSystemDetails. The OCID of the configuration applied to the target DB System.

Returns:The configuration_id of this BlueGreenDeploymentTargetDbSystemDetails.
Return type:str
data_storage_size_in_gbs

Gets the data_storage_size_in_gbs of this BlueGreenDeploymentTargetDbSystemDetails. Initial data storage size in GiBs for the target DB System.

Returns:The data_storage_size_in_gbs of this BlueGreenDeploymentTargetDbSystemDetails.
Return type:int
mysql_version

Gets the mysql_version of this BlueGreenDeploymentTargetDbSystemDetails. Target MySQL engine version.

Returns:The mysql_version of this BlueGreenDeploymentTargetDbSystemDetails.
Return type:str
shape_name

Gets the shape_name of this BlueGreenDeploymentTargetDbSystemDetails. The shape of the target DB System. The shape determines resources allocated to the DB System - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. To get a list of shapes, use the list_shapes() operation.

Returns:The shape_name of this BlueGreenDeploymentTargetDbSystemDetails.
Return type:str