Skip to content

RosNetworkAclProps

Properties for defining a RosNetworkAcl.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosNetworkAclProps {
    VpcId: interface{},
    Description: interface{},
    EgressAclEntries: interface{},
    IngressAclEntries: interface{},
    NetworkAclName: interface{},
}

Properties

Name Type Description
VpcId interface{} No description.
Description interface{} No description.
EgressAclEntries interface{} No description.
IngressAclEntries interface{} No description.
NetworkAclName interface{} No description.

VpcIdRequired

VpcId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

EgressAclEntriesOptional

EgressAclEntries interface{}
  • Type: interface{}

IngressAclEntriesOptional

IngressAclEntries interface{}
  • Type: interface{}

NetworkAclNameOptional

NetworkAclName interface{}
  • Type: interface{}