WhitelistProps
Properties for defining a Whitelist.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-redis-whitelist
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkredis"
&alicloudroscdkredis.WhitelistProps {
InstanceId: interface{},
SecurityIps: interface{},
SecurityIpGroupAttribute: interface{},
SecurityIpGroupName: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
InstanceId | interface{} | Property instanceId: Instance ID (globally unique). |
SecurityIps | interface{} | Property securityIps: The IP addresses in the whitelist. |
SecurityIpGroupAttribute | interface{} | Property securityIpGroupAttribute: The default is empty. |
SecurityIpGroupName | interface{} | Property securityIpGroupName: The name of the IP address whitelist. |
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
Property instanceId: Instance ID (globally unique).
SecurityIpsRequired
SecurityIps interface{}
- Type: interface{}
Property securityIps: The IP addresses in the whitelist.
Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
SecurityIpGroupAttributeOptional
SecurityIpGroupAttribute interface{}
- Type: interface{}
Property securityIpGroupAttribute: The default is empty.
For distinguishing between different attribute values, the console will not display the value of hidden whitelist packet.
SecurityIpGroupNameOptional
SecurityIpGroupName interface{}
- Type: interface{}
Property securityIpGroupName: The name of the IP address whitelist.
You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.>