RosNetworkAclAssociationProps
Properties for defining a RosNetworkAclAssociation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-networkaclassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosNetworkAclAssociationProps {
object NetworkAclId,
object Resources
};
Properties
| Name | Type | Description |
|---|---|---|
NetworkAclId |
object |
No description. |
Resources |
object |
No description. |
NetworkAclIdRequired
public object NetworkAclId { get; set; }
- Type: object
ResourcesRequired
public object Resources { get; set; }
- Type: object