SwitchoverBlueGreenDeploymentDetails¶
-
class
oci.mysql.models.SwitchoverBlueGreenDeploymentDetails(**kwargs)¶ Bases:
objectDetails for switching over a blue/green deployment.
Methods
__init__(**kwargs)Initializes a new SwitchoverBlueGreenDeploymentDetails object with values from keyword arguments. Attributes
wait_time_in_secondsGets the wait_time_in_seconds of this SwitchoverBlueGreenDeploymentDetails. -
__init__(**kwargs)¶ Initializes a new SwitchoverBlueGreenDeploymentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: wait_time_in_seconds (int) – The value to assign to the wait_time_in_seconds property of this SwitchoverBlueGreenDeploymentDetails.
-
wait_time_in_seconds¶ Gets the wait_time_in_seconds of this SwitchoverBlueGreenDeploymentDetails. Upper bound guidance, in seconds, for waiting while the target DB System applies remaining replication changes during switchover processing.
Returns: The wait_time_in_seconds of this SwitchoverBlueGreenDeploymentDetails. Return type: int
-