Class InternetDrgAttachmentNetworkCreateDetails
Create details for an "Internet" attachment for a DRG
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class InternetDrgAttachmentNetworkCreateDetails : DrgAttachmentNetworkCreateDetails
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. |