EmailOutboundIpCollection¶
-
class
oci.email.models.EmailOutboundIpCollection(**kwargs)¶ Bases:
objectResults of an outbound public IP search. Contains EmailOutboundIpSummary items.
Methods
__init__(**kwargs)Initializes a new EmailOutboundIpCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this EmailOutboundIpCollection. -
__init__(**kwargs)¶ Initializes a new EmailOutboundIpCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.email.models.EmailOutboundIpSummary]) – The value to assign to the items property of this EmailOutboundIpCollection.
-
items¶ [Required] Gets the items of this EmailOutboundIpCollection. List of public IPs.
Returns: The items of this EmailOutboundIpCollection. Return type: list[oci.email.models.EmailOutboundIpSummary]
-