Ipv4AddressConfiguration

class oci.apigateway.models.Ipv4AddressConfiguration(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new Ipv4AddressConfiguration object with values from keyword arguments.

Attributes

reserved_ip_ids Gets the reserved_ip_ids of this Ipv4AddressConfiguration.
__init__(**kwargs)

Initializes a new Ipv4AddressConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:reserved_ip_ids (list[str]) – The value to assign to the reserved_ip_ids property of this Ipv4AddressConfiguration.
reserved_ip_ids

Gets the reserved_ip_ids of this Ipv4AddressConfiguration. List of Reserved IP OCIDs created in VCN service.

Returns:The reserved_ip_ids of this Ipv4AddressConfiguration.
Return type:list[str]