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: IP address whitelist to be modified. |
SecurityIpGroupAttribute |
interface{} |
Property securityIpGroupAttribute: The default is empty. |
SecurityIpGroupName |
interface{} |
Property securityIpGroupName: Whitelist group. |
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: Instance ID (globally unique).
SecurityIps
Required
SecurityIps interface{}
- Type: interface{}
Property securityIps: IP address whitelist to be modified.
SecurityIpGroupAttribute
Optional
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.
SecurityIpGroupName
Optional
SecurityIpGroupName interface{}
- Type: interface{}
Property securityIpGroupName: Whitelist group.