Show / Hide Table of Contents

Class AddEmailOutboundIpDetails

Outbound IP details to be assigned to the IpPool.

Inheritance
object
AddEmailOutboundIpDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top