Class DrgPromotionStatusResponse
The promotion/unpromotion status of a DRG
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class DrgPromotionStatusResponse
Properties
DrgId
Declaration
[Required(ErrorMessage = "DrgId is required.")]
[JsonProperty(PropertyName = "drgId")]
public string DrgId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the DRG |
Remarks
Required
DrgPromotionStatus
Declaration
[JsonProperty(PropertyName = "drgPromotionStatus")]
[JsonConverter(typeof(StringEnumConverter))]
public DrgPromotionStatusResponse.DrgPromotionStatusEnum? DrgPromotionStatus { get; set; }
Property Value
Type | Description |
---|---|
DrgPromotionStatusResponse.DrgPromotionStatusEnum? | The promotion status of the DRG |
IpsecPromotionStatus
Declaration
[JsonProperty(PropertyName = "ipsecPromotionStatus")]
public Dictionary<string, string> IpsecPromotionStatus { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | A map of the promotion status of each IPSec connection on this DRG {conn_id -> promo_status} |
RpcPromotionStatus
Declaration
[JsonProperty(PropertyName = "rpcPromotionStatus")]
public Dictionary<string, string> RpcPromotionStatus { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | A map of the promotion status of each RPC connection on this DRG {conn_id -> promo_status} |
VcPromotionStatus
Declaration
[JsonProperty(PropertyName = "vcPromotionStatus")]
public Dictionary<string, string> VcPromotionStatus { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | A map of the promotion status of each VC on this DRG {conn_id -> promo_status} |