Class DrgRedundancyStatus
The redundancy status of the DRG. For more information, see Redundancy Remedies.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class DrgRedundancyStatusProperties
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the DRG. | 
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public DrgRedundancyStatus.StatusEnum? Status { get; set; }Property Value
| Type | Description | 
|---|---|
| DrgRedundancyStatus.StatusEnum? | The redundancy status of the DRG. |