Skip to content

RosNetworkAclProps

Properties for defining a RosNetworkAcl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-networkacl

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosNetworkAclProps {
    object VpcId,
    object Description = null,
    object EgressAclEntries = null,
    object IngressAclEntries = null,
    object NetworkAclName = null
};

Properties

Name Type Description
VpcId object No description.
Description object No description.
EgressAclEntries object No description.
IngressAclEntries object No description.
NetworkAclName object No description.

VpcIdRequired

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

DescriptionOptional

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

EgressAclEntriesOptional

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

IngressAclEntriesOptional

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

NetworkAclNameOptional

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