Class LoopBackDrgAttachmentNetworkCreateDetails
Specifies the Loopback attachment.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class LoopBackDrgAttachmentNetworkCreateDetails : DrgAttachmentNetworkCreateDetails
Properties
Ids
Declaration
[Required(ErrorMessage = "Ids is required.")]
[JsonProperty(PropertyName = "ids")]
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The OCID of the network attached to the DRG. |
Remarks
Required
LoopBackIp
Declaration
[Required(ErrorMessage = "LoopBackIp is required.")]
[JsonProperty(PropertyName = "loopBackIp")]
public string LoopBackIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string | the oracle ip address of the tunnel headend. |
Remarks
Required