NetworkRuleProps
Properties for defining a NetworkRule.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-networkrule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kms;
new NetworkRuleProps {
object NetworkRuleName,
object Type,
object Description = null,
object SourcePrivateIp = null
};
Properties
| Name | Type | Description |
|---|---|---|
NetworkRuleName | object | Property networkRuleName: The name of the access control rule. |
Type | object | Property type: Network type. |
Description | object | Property description: The description of the network rule. |
SourcePrivateIp | object | Property sourcePrivateIp: VPC network whitelist, The private IP address or private CIDR block, Supports binding up to 800 CIDR blocks or IP addresses. |
NetworkRuleNameRequired
public object NetworkRuleName { get; set; }
- Type: object
Property networkRuleName: The name of the access control rule.
TypeRequired
public object Type { get; set; }
- Type: object
Property type: Network type.
The value can be Private only, that is, only private IP addresses are supported.
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: The description of the network rule.
SourcePrivateIpOptional
public object SourcePrivateIp { get; set; }
- Type: object
Property sourcePrivateIp: VPC network whitelist, The private IP address or private CIDR block, Supports binding up to 800 CIDR blocks or IP addresses.