NetworkAclProps
Properties for defining a NetworkAcl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-networkacl
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ens;
new NetworkAclProps {
object AclEntries = null,
object Description = null,
object NetworkAclName = null
};
Properties
Name | Type | Description |
---|---|---|
AclEntries |
object |
Property aclEntries: The entry of Network ACL. |
Description |
object |
Property description: The description of the network ACL. |
NetworkAclName |
object |
Property networkAclName: Enter a name for the network ACL. |
AclEntries
Optional
public object AclEntries { get; set; }
- Type: object
Property aclEntries: The entry of Network ACL.
Description
Optional
public object Description { get; set; }
- Type: object
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
public object NetworkAclName { get; set; }
- Type: object
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://.