Show / Hide Table of Contents

Class SwitchoverBlueGreenDeploymentDetails

Details for switching over a blue/green deployment.

Inheritance
object
SwitchoverBlueGreenDeploymentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top