Class CreateAutomaticDrConfigurationDetails
The details for creating an Automatic DR configuration.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class CreateAutomaticDrConfigurationDetails
Properties
DefaultFailoverDrPlanId
Declaration
[JsonProperty(PropertyName = "defaultFailoverDrPlanId")]
public string DefaultFailoverDrPlanId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The unique id of a Failover DR Plan.
|
DefaultSwitchoverDrPlanId
Declaration
[JsonProperty(PropertyName = "defaultSwitchoverDrPlanId")]
public string DefaultSwitchoverDrPlanId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The unique id of a Switchover DR Plan.
|
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.
|
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 Automatic DR configuration being created.
|
Remarks
Required
DrProtectionGroupId
Declaration
[Required(ErrorMessage = "DrProtectionGroupId is required.")]
[JsonProperty(PropertyName = "drProtectionGroupId")]
public string DrProtectionGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the DR protection group to which this Automatic DR configuration belongs.
|
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.
|
Members
Declaration
[Required(ErrorMessage = "Members is required.")]
[JsonProperty(PropertyName = "members")]
public List<CreateAutomaticDrConfigurationMemberDetails> Members { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CreateAutomaticDrConfigurationMemberDetails> | A list of members for Automatic DR configuration. |
Remarks
Required