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{},
Type: interface{},
Description: interface{},
SourcePrivateIp: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
NetworkRuleName | interface{} | Property networkRuleName: The name of the access control rule. |
Type | interface{} | Property type: Network type. |
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.
TypeRequired
Type interface{}
- Type: interface{}
Property type: Network type.
The value can be Private only, that is, only private IP addresses are supported.
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.