NetworkAclProps
Properties for defining a NetworkAcl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-networkacl
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkens"
&alicloudroscdkens.NetworkAclProps {
AclEntries: interface{},
Description: interface{},
NetworkAclName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AclEntries |
interface{} |
Property aclEntries: The entry of Network ACL. |
Description |
interface{} |
Property description: The description of the network ACL. |
NetworkAclName |
interface{} |
Property networkAclName: Enter a name for the network ACL. |
AclEntries
Optional
AclEntries interface{}
- Type: interface{}
Property aclEntries: The entry of Network ACL.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the network ACL.
The description must be 1 to 256 characters in length and cannot start with http:// or https://.
NetworkAclName
Optional
NetworkAclName interface{}
- Type: interface{}
Property networkAclName: Enter a name for the network ACL.
The name must be 1 to 128 characters in length and cannot start with http:// or https://.