Skip to content

WhitelistProps

Properties for defining a Whitelist.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmemcache"
&alicloudroscdkmemcache.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.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: Instance ID (globally unique).


SecurityIpsRequired

SecurityIps interface{}
  • Type: interface{}

Property securityIps: IP address whitelist to be modified.


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: Whitelist group.