Skip to content

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.ListResourcesProperty> Property resources: The list of resources that need to be associated with network ACL.

networkAclIdRequired

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

Property networkAclId: The ID of the network ACL.


resourcesRequired

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

Property resources: The list of resources that need to be associated with network ACL.