Skip to content

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.

AclEntriesOptional

public object AclEntries { get; set; }
  • Type: object

Property aclEntries: The entry of Network ACL.


DescriptionOptional

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://.


NetworkAclNameOptional

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://.