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. |
NetworkAclId
Required
public object NetworkAclId { get; set; }
- Type: object
Resources
Required
public object Resources { get; set; }
- Type: object