Class AddEmailOutboundIpDetails
Outbound IP details to be assigned to the IpPool.
Inherited Members
Namespace: Oci.EmailService.Models
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class AddEmailOutboundIpDetails
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 ADD to the IpPool. Public IPs must be in the AVAILABLE state to be assigned to the IpPool. |
Remarks
Required