AddEmailOutboundIpDetails¶
-
class
oci.email.models.AddEmailOutboundIpDetails(**kwargs)¶ Bases:
objectOutbound IP details to be assigned to the IpPool.
Methods
__init__(**kwargs)Initializes a new AddEmailOutboundIpDetails object with values from keyword arguments. Attributes
outbound_ips[Required] Gets the outbound_ips of this AddEmailOutboundIpDetails. -
__init__(**kwargs)¶ Initializes a new AddEmailOutboundIpDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: outbound_ips (list[str]) – The value to assign to the outbound_ips property of this AddEmailOutboundIpDetails.
-
outbound_ips¶ [Required] Gets the outbound_ips of this AddEmailOutboundIpDetails. List of public IPs to ADD to the IpPool. Public IPs must be in the AVAILABLE state to be assigned to the IpPool.
Returns: The outbound_ips of this AddEmailOutboundIpDetails. Return type: list[str]
-