Class Ipv4AddressConfiguration
IPv4 address configuration details that should be used when creating the gateway.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class Ipv4AddressConfiguration
Properties
ReservedIpIds
Declaration
[JsonProperty(PropertyName = "reservedIpIds")]
public List<string> ReservedIpIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of Reserved IP OCIDs created in VCN service. |