Class InternetDrgAttachmentNetworkUpdateDetails
Update details for an Internet attachment for a DRG.
Inherited Members
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. |