NetworkAclAssociationProps
Properties for defining a NetworkAclAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-networkaclassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ens;
new NetworkAclAssociationProps {
object NetworkAclId,
object NetworkIds
};
Properties
Name | Type | Description |
---|---|---|
NetworkAclId |
object |
Property networkAclId: The ID of the network ACL. |
NetworkIds |
object |
Property networkIds: The network id which you want to associate the network ACL. |
NetworkAclId
Required
public object NetworkAclId { get; set; }
- Type: object
Property networkAclId: The ID of the network ACL.
NetworkIds
Required
public object NetworkIds { get; set; }
- Type: object
Property networkIds: The network id which you want to associate the network ACL.