NetworkAclAssociationProps
Properties for defining a NetworkAclAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-networkaclassociation
Initializer
import com.aliyun.ros.cdk.ens.NetworkAclAssociationProps;
NetworkAclAssociationProps.builder()
.networkAclId(java.lang.String)
.networkAclId(IResolvable)
.networkIds(IResolvable)
.networkIds(java.util.List<java.lang.String)
.networkIds(IResolvable>)
.build();
Properties
Name | Type | Description |
---|---|---|
networkAclId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property networkAclId: The ID of the network ACL. |
networkIds |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property networkIds: The network id which you want to associate the 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.
networkIds
Required
public java.lang.Object getNetworkIds();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property networkIds: The network id which you want to associate the network ACL.