Class DrgRedundancyStatus
The redundancy status of the DRG. For more information, see Redundancy Remedies.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class DrgRedundancyStatus
  Properties
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(ResponseEnumConverter))]
public DrgRedundancyStatus.StatusEnum? Status { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DrgRedundancyStatus.StatusEnum? | The redundancy status of the DRG.  |