Skip to content

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 Description = null,
    object SourcePrivateIp = null
};

Properties

Name Type Description
NetworkRuleName object Property networkRuleName: The name of the access control rule.
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.


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.