Show / Hide Table of Contents

Class VirtualCircuitDrgAttachmentNetworkDetails

Specifies the virtual circuit attached to the DRG.

Inheritance
object
DrgAttachmentNetworkDetails
VirtualCircuitDrgAttachmentNetworkDetails
Inherited Members
DrgAttachmentNetworkDetails.Id
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 VirtualCircuitDrgAttachmentNetworkDetails : DrgAttachmentNetworkDetails

Properties

TransportOnlyMode

Declaration
[JsonProperty(PropertyName = "transportOnlyMode")]
public bool? TransportOnlyMode { get; set; }
Property Value
Type Description
bool?

Boolean flag that determines wether all traffic over the virtual circuits is encrypted.
Example: true

In this article
Back to top