Class RemoveEmailOutboundIpDetails
Outbound IP details to be unassigned from the IpPool.
Inherited Members
Namespace: Oci.EmailService.Models
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class RemoveEmailOutboundIpDetails
Properties
OutboundIps
Declaration
[Required(ErrorMessage = "OutboundIps is required.")]
[JsonProperty(PropertyName = "outboundIps")]
public List<string> OutboundIps { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | 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. |
Remarks
Required