Skip to content

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.

NetworkAclIdRequired

public object NetworkAclId { get; set; }
  • Type: object

NetworkIdsRequired

public object NetworkIds { get; set; }
  • Type: object