Skip to content

RosNetworkAclsProps

Properties for defining a RosNetworkAcls.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-networkacls

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RosNetworkAclsProps {
    NetworkAclId: interface{},
    NetworkAclName: interface{},
    RefreshOptions: interface{},
    ResourceId: interface{},
    ResourceType: interface{},
    VpcId: interface{},
}

Properties

Name Type Description
NetworkAclId interface{} No description.
NetworkAclName interface{} No description.
RefreshOptions interface{} No description.
ResourceId interface{} No description.
ResourceType interface{} No description.
VpcId interface{} No description.

NetworkAclIdOptional

NetworkAclId interface{}
  • Type: interface{}

NetworkAclNameOptional

NetworkAclName interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceIdOptional

ResourceId interface{}
  • Type: interface{}

ResourceTypeOptional

ResourceType interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}