Skip to content

NetworkRuleProps

Properties for defining a NetworkRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-networkrule

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkms"
&alicloudroscdkkms.NetworkRuleProps {
    NetworkRuleName: interface{},
    Description: interface{},
    SourcePrivateIp: interface{},
}

Properties

Name Type Description
NetworkRuleName interface{} Property networkRuleName: The name of the access control rule.
Description interface{} Property description: The description of the network rule.
SourcePrivateIp interface{} Property sourcePrivateIp: VPC network whitelist, The private IP address or private CIDR block, Supports binding up to 800 CIDR blocks or IP addresses.

NetworkRuleNameRequired

NetworkRuleName interface{}
  • Type: interface{}

Property networkRuleName: The name of the access control rule.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the network rule.


SourcePrivateIpOptional

SourcePrivateIp interface{}
  • Type: interface{}

Property sourcePrivateIp: VPC network whitelist, The private IP address or private CIDR block, Supports binding up to 800 CIDR blocks or IP addresses.