Skip to content

NetworkAclProps

Properties for defining a NetworkAcl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-networkacl

Initializer

import com.aliyun.ros.cdk.ens.NetworkAclProps;
NetworkAclProps.builder()
//  .aclEntries(IResolvable)
//  .aclEntries(java.util.List<IResolvable)
//  .aclEntries(AclEntriesProperty>)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .networkAclName(java.lang.String)
//  .networkAclName(IResolvable)
    .build();

Properties

Name Type Description
aclEntries com.aliyun.ros.cdk.core.IResolvable OR java.util.ListAclEntriesProperty> Property aclEntries: The entry of Network ACL.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the network ACL.
networkAclName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property networkAclName: Enter a name for the network ACL.

aclEntriesOptional

public java.lang.Object getAclEntries();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListAclEntriesProperty>

Property aclEntries: The entry of Network ACL.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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 java.lang.Object getNetworkAclName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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