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