WhitelistProps
Properties for defining a Whitelist
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-memcache-whitelist
Initializer
using AlibabaCloud.SDK.ROS.CDK.Memcache;
new WhitelistProps {
object InstanceId,
object SecurityIps,
object SecurityIpGroupAttribute = null,
object SecurityIpGroupName = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
Property instanceId: Instance ID (globally unique). |
SecurityIps |
object |
Property securityIps: IP address whitelist to be modified. |
SecurityIpGroupAttribute |
object |
Property securityIpGroupAttribute: The default is empty. |
SecurityIpGroupName |
object |
Property securityIpGroupName: Whitelist group. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: Instance ID (globally unique).
SecurityIps
Required
public object SecurityIps { get; set; }
- Type: object
Property securityIps: IP address whitelist to be modified.
SecurityIpGroupAttribute
Optional
public object SecurityIpGroupAttribute { get; set; }
- Type: object
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
public object SecurityIpGroupName { get; set; }
- Type: object
Property securityIpGroupName: Whitelist group.