Skip to content

WhitelistProps

Properties for defining a Whitelist.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
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.

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: Instance ID (globally unique).


SecurityIpsRequired

public object SecurityIps { get; set; }
  • Type: object

Property securityIps: IP address whitelist to be modified.


SecurityIpGroupAttributeOptional

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.


SecurityIpGroupNameOptional

public object SecurityIpGroupName { get; set; }
  • Type: object

Property securityIpGroupName: Whitelist group.