NetworkAclAssociationProps
Properties for defining a NetworkAclAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-networkaclassociation
Initializer
import com.aliyun.ros.cdk.vpc.NetworkAclAssociationProps;
NetworkAclAssociationProps.builder()
.networkAclId(java.lang.String)
.networkAclId(IResolvable)
.resources(IResolvable)
.resources(java.util.List<IResolvable)
.resources(ResourcesProperty>)
.build();
Properties
Name | Type | Description |
---|---|---|
networkAclId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property networkAclId: The ID of the network ACL. |
resources |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property resources: The list of resources that need to be associated with network ACL. |
networkAclId
Required
public java.lang.Object getNetworkAclId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property networkAclId: The ID of the network ACL.
resources
Required
public java.lang.Object getResources();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
ResourcesProperty>
Property resources: The list of resources that need to be associated with network ACL.