Show / Hide Table of Contents

Class InternetDrgAttachmentNetworkUpdateDetails

Update details for an Internet attachment for a DRG.

Inheritance
object
DrgAttachmentNetworkUpdateDetails
InternetDrgAttachmentNetworkUpdateDetails
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 InternetDrgAttachmentNetworkUpdateDetails : DrgAttachmentNetworkUpdateDetails

Properties

ByoipRangeIds

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

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

In this article
Back to top