IpAddress

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

Bases: object

IP address associated with the gateway.

Methods

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

Attributes

ip_address [Required] Gets the ip_address of this IpAddress.
__init__(**kwargs)

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

Parameters:ip_address (str) – The value to assign to the ip_address property of this IpAddress.
ip_address

[Required] Gets the ip_address of this IpAddress. An IP address.

Returns:The ip_address of this IpAddress.
Return type:str