Show / Hide Table of Contents

Class LoopbackDrgAttachmentNetworkUpdateDetails

Specifies the update details for Loopback attachment.

Inheritance
object
DrgAttachmentNetworkUpdateDetails
LoopbackDrgAttachmentNetworkUpdateDetails
Inherited Members
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 LoopbackDrgAttachmentNetworkUpdateDetails : DrgAttachmentNetworkUpdateDetails

Properties

Ids

Declaration
[JsonProperty(PropertyName = "ids")]
public List<string> Ids { get; set; }
Property Value
Type Description
List<string>

The OCID of the Ipsec tunnel attachment.

In this article
Back to top