Show / Hide Table of Contents

Class DrgRedundancyStatus

The redundancy status of the DRG. For more information, see Redundancy Remedies.

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

In this article
Back to top