Class CreateBlueGreenDeploymentDetails
Details for creating a blue/green deployment backed by a replication channel.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class CreateBlueGreenDeploymentDetails
Properties
ChannelDetails
Declaration
[Required(ErrorMessage = "ChannelDetails is required.")]
[JsonProperty(PropertyName = "channelDetails")]
public CreateBlueGreenDeploymentChannelDetails ChannelDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateBlueGreenDeploymentChannelDetails |
Remarks
Required
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compartment. |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The display name of the blue/green deployment. |
Remarks
Required
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} |
SourceDbSystemId
Declaration
[Required(ErrorMessage = "SourceDbSystemId is required.")]
[JsonProperty(PropertyName = "sourceDbSystemId")]
public string SourceDbSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Source DB system OCID. |
Remarks
Required
TargetDbSystemDetails
Declaration
[Required(ErrorMessage = "TargetDbSystemDetails is required.")]
[JsonProperty(PropertyName = "targetDbSystemDetails")]
public CreateBlueGreenDeploymentTargetDbSystemDetails TargetDbSystemDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateBlueGreenDeploymentTargetDbSystemDetails |
Remarks
Required