RemoveEmailOutboundIpDetails¶
-
class
oci.email.models.RemoveEmailOutboundIpDetails(**kwargs)¶ Bases:
objectOutbound IP details to be unassigned from the IpPool.
Methods
__init__(**kwargs)Initializes a new RemoveEmailOutboundIpDetails object with values from keyword arguments. Attributes
outbound_ips[Required] Gets the outbound_ips of this RemoveEmailOutboundIpDetails. -
__init__(**kwargs)¶ Initializes a new RemoveEmailOutboundIpDetails 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 RemoveEmailOutboundIpDetails.
-
outbound_ips¶ [Required] Gets the outbound_ips of this RemoveEmailOutboundIpDetails. List of public IPs to REMOVE from the IpPool. After a public IP is unassigned, it will be marked as AVAILABLE and can be assigned to another IpPool. The last IP removed from the Pool will be deleted from the IP Pool after 24 hours.
Returns: The outbound_ips of this RemoveEmailOutboundIpDetails. Return type: list[str]
-