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.List |
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. |
aclEntries
Optional
public java.lang.Object getAclEntries();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
AclEntriesProperty>
Property aclEntries: The entry of Network ACL.
description
Optional
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://.
networkAclName
Optional
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://.