Show / Hide Table of Contents

Class InternetDrgAttachmentNetworkDetails

Details for an "Internet" attachment for a DRG

Inheritance
object
DrgAttachmentNetworkDetails
InternetDrgAttachmentNetworkDetails
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.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class InternetDrgAttachmentNetworkDetails : DrgAttachmentNetworkDetails

Properties

ByoipRangeIds

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

The list of BYOIP Range OCIDs used to be accessible to the internet via this DRG.

In this article
Back to top