Show / Hide Table of Contents

Class LoopBackDrgAttachmentNetworkCreateDetails

Specifies the Loopback attachment.

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

In this article
Back to top