Skip to content

IpfilterProps

Properties for defining a Ipfilter.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-directmail-ipfilter

Initializer

import com.aliyun.ros.cdk.directmail.IpfilterProps;
IpfilterProps.builder()
    .ipAddress(java.lang.String)
    .ipAddress(IResolvable)
    .build();

Properties

Name Type Description
ipAddress java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property ipAddress: The whitelist IP address.

ipAddressRequired

public java.lang.Object getIpAddress();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property ipAddress: The whitelist IP address.