Show / Hide Table of Contents

Class Ipv4AddressConfiguration

IPv4 address configuration details that should be used when creating the gateway.

Inheritance
object
Ipv4AddressConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top