Class SwitchoverBlueGreenDeploymentDetails
Details for switching over a blue/green deployment.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class SwitchoverBlueGreenDeploymentDetails
Properties
WaitTimeInSeconds
Declaration
[JsonProperty(PropertyName = "waitTimeInSeconds")]
public int? WaitTimeInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Upper bound guidance, in seconds, for waiting while the target DB System applies remaining replication changes during switchover processing. |