Skip to content

WhitelistProps

Properties for defining a Whitelist.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-redis-whitelist

Initializer

import com.aliyun.ros.cdk.redis.WhitelistProps;
WhitelistProps.builder()
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
    .securityIps(java.lang.String)
    .securityIps(IResolvable)
//  .securityIpGroupAttribute(java.lang.String)
//  .securityIpGroupAttribute(IResolvable)
//  .securityIpGroupName(java.lang.String)
//  .securityIpGroupName(IResolvable)
    .build();

Properties

Name Type Description
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceId: Instance ID (globally unique).
securityIps java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property securityIps: IP address whitelist to be modified.
securityIpGroupAttribute java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property securityIpGroupAttribute: The default is empty.
securityIpGroupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property securityIpGroupName: Whitelist group.

instanceIdRequired

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

Property instanceId: Instance ID (globally unique).


securityIpsRequired

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

Property securityIps: IP address whitelist to be modified.


securityIpGroupAttributeOptional

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

Property securityIpGroupAttribute: The default is empty.

For distinguishing between different attribute values, the console will not display the value of hidden whitelist packet.


securityIpGroupNameOptional

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

Property securityIpGroupName: Whitelist group.