1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vpc
  6. getNetworkAcl
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::VPC::NetworkAcl

    Using getNetworkAcl

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNetworkAcl(args: GetNetworkAclArgs, opts?: InvokeOptions): Promise<GetNetworkAclResult>
    function getNetworkAclOutput(args: GetNetworkAclOutputArgs, opts?: InvokeOptions): Output<GetNetworkAclResult>
    def get_network_acl(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetNetworkAclResult
    def get_network_acl_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetNetworkAclResult]
    func LookupNetworkAcl(ctx *Context, args *LookupNetworkAclArgs, opts ...InvokeOption) (*LookupNetworkAclResult, error)
    func LookupNetworkAclOutput(ctx *Context, args *LookupNetworkAclOutputArgs, opts ...InvokeOption) LookupNetworkAclResultOutput

    > Note: This function is named LookupNetworkAcl in the Go SDK.

    public static class GetNetworkAcl 
    {
        public static Task<GetNetworkAclResult> InvokeAsync(GetNetworkAclArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkAclResult> Invoke(GetNetworkAclInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkAclResult> getNetworkAcl(GetNetworkAclArgs args, InvokeOptions options)
    public static Output<GetNetworkAclResult> getNetworkAcl(GetNetworkAclArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:vpc/getNetworkAcl:getNetworkAcl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getNetworkAcl Result

    The following output properties are available:

    CreatedTime string
    Creation time of the network ACL.
    DefaultEgressAclEntries List<Volcengine.GetNetworkAclDefaultEgressAclEntry>
    Default outbound ACL rule list.
    DefaultIngressAclEntries List<Volcengine.GetNetworkAclDefaultIngressAclEntry>
    Default inbound ACL rule list.
    Description string
    Network ACL description. Length must be 0–255 characters. Must start with a letter, Chinese character, or number. Can include English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。).
    EgressAclEntries List<Volcengine.GetNetworkAclEgressAclEntry>
    Outbound ACL rule list.
    Id string
    Uniquely identifies the resource.
    IngressAclEntries List<Volcengine.GetNetworkAclIngressAclEntry>
    Inbound ACL rule list.
    NetworkAclId string
    Network ACL ID.
    NetworkAclName string
    Network ACL name. Length must be 1–128 characters. Must start with a letter, Chinese character, or number, and can include periods (.), underscores (_), and hyphens (-).
    ProjectName string
    Name of the project associated with the network ACL. If not specified, added to the default project.
    Resources List<Volcengine.GetNetworkAclResource>
    Associated resource list.
    Status string
    Status of the network ACL. Available: Available. Creating: Creating.
    Tags List<Volcengine.GetNetworkAclTag>
    Tag list.
    UpdatedTime string
    Last updated time of the network ACL.
    VpcId string
    ID of the VPC associated with the network ACL.
    CreatedTime string
    Creation time of the network ACL.
    DefaultEgressAclEntries []GetNetworkAclDefaultEgressAclEntry
    Default outbound ACL rule list.
    DefaultIngressAclEntries []GetNetworkAclDefaultIngressAclEntry
    Default inbound ACL rule list.
    Description string
    Network ACL description. Length must be 0–255 characters. Must start with a letter, Chinese character, or number. Can include English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。).
    EgressAclEntries []GetNetworkAclEgressAclEntry
    Outbound ACL rule list.
    Id string
    Uniquely identifies the resource.
    IngressAclEntries []GetNetworkAclIngressAclEntry
    Inbound ACL rule list.
    NetworkAclId string
    Network ACL ID.
    NetworkAclName string
    Network ACL name. Length must be 1–128 characters. Must start with a letter, Chinese character, or number, and can include periods (.), underscores (_), and hyphens (-).
    ProjectName string
    Name of the project associated with the network ACL. If not specified, added to the default project.
    Resources []GetNetworkAclResource
    Associated resource list.
    Status string
    Status of the network ACL. Available: Available. Creating: Creating.
    Tags []GetNetworkAclTag
    Tag list.
    UpdatedTime string
    Last updated time of the network ACL.
    VpcId string
    ID of the VPC associated with the network ACL.
    createdTime String
    Creation time of the network ACL.
    defaultEgressAclEntries List<GetNetworkAclDefaultEgressAclEntry>
    Default outbound ACL rule list.
    defaultIngressAclEntries List<GetNetworkAclDefaultIngressAclEntry>
    Default inbound ACL rule list.
    description String
    Network ACL description. Length must be 0–255 characters. Must start with a letter, Chinese character, or number. Can include English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。).
    egressAclEntries List<GetNetworkAclEgressAclEntry>
    Outbound ACL rule list.
    id String
    Uniquely identifies the resource.
    ingressAclEntries List<GetNetworkAclIngressAclEntry>
    Inbound ACL rule list.
    networkAclId String
    Network ACL ID.
    networkAclName String
    Network ACL name. Length must be 1–128 characters. Must start with a letter, Chinese character, or number, and can include periods (.), underscores (_), and hyphens (-).
    projectName String
    Name of the project associated with the network ACL. If not specified, added to the default project.
    resources List<GetNetworkAclResource>
    Associated resource list.
    status String
    Status of the network ACL. Available: Available. Creating: Creating.
    tags List<GetNetworkAclTag>
    Tag list.
    updatedTime String
    Last updated time of the network ACL.
    vpcId String
    ID of the VPC associated with the network ACL.
    createdTime string
    Creation time of the network ACL.
    defaultEgressAclEntries GetNetworkAclDefaultEgressAclEntry[]
    Default outbound ACL rule list.
    defaultIngressAclEntries GetNetworkAclDefaultIngressAclEntry[]
    Default inbound ACL rule list.
    description string
    Network ACL description. Length must be 0–255 characters. Must start with a letter, Chinese character, or number. Can include English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。).
    egressAclEntries GetNetworkAclEgressAclEntry[]
    Outbound ACL rule list.
    id string
    Uniquely identifies the resource.
    ingressAclEntries GetNetworkAclIngressAclEntry[]
    Inbound ACL rule list.
    networkAclId string
    Network ACL ID.
    networkAclName string
    Network ACL name. Length must be 1–128 characters. Must start with a letter, Chinese character, or number, and can include periods (.), underscores (_), and hyphens (-).
    projectName string
    Name of the project associated with the network ACL. If not specified, added to the default project.
    resources GetNetworkAclResource[]
    Associated resource list.
    status string
    Status of the network ACL. Available: Available. Creating: Creating.
    tags GetNetworkAclTag[]
    Tag list.
    updatedTime string
    Last updated time of the network ACL.
    vpcId string
    ID of the VPC associated with the network ACL.
    created_time str
    Creation time of the network ACL.
    default_egress_acl_entries Sequence[GetNetworkAclDefaultEgressAclEntry]
    Default outbound ACL rule list.
    default_ingress_acl_entries Sequence[GetNetworkAclDefaultIngressAclEntry]
    Default inbound ACL rule list.
    description str
    Network ACL description. Length must be 0–255 characters. Must start with a letter, Chinese character, or number. Can include English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。).
    egress_acl_entries Sequence[GetNetworkAclEgressAclEntry]
    Outbound ACL rule list.
    id str
    Uniquely identifies the resource.
    ingress_acl_entries Sequence[GetNetworkAclIngressAclEntry]
    Inbound ACL rule list.
    network_acl_id str
    Network ACL ID.
    network_acl_name str
    Network ACL name. Length must be 1–128 characters. Must start with a letter, Chinese character, or number, and can include periods (.), underscores (_), and hyphens (-).
    project_name str
    Name of the project associated with the network ACL. If not specified, added to the default project.
    resources Sequence[GetNetworkAclResource]
    Associated resource list.
    status str
    Status of the network ACL. Available: Available. Creating: Creating.
    tags Sequence[GetNetworkAclTag]
    Tag list.
    updated_time str
    Last updated time of the network ACL.
    vpc_id str
    ID of the VPC associated with the network ACL.
    createdTime String
    Creation time of the network ACL.
    defaultEgressAclEntries List<Property Map>
    Default outbound ACL rule list.
    defaultIngressAclEntries List<Property Map>
    Default inbound ACL rule list.
    description String
    Network ACL description. Length must be 0–255 characters. Must start with a letter, Chinese character, or number. Can include English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。).
    egressAclEntries List<Property Map>
    Outbound ACL rule list.
    id String
    Uniquely identifies the resource.
    ingressAclEntries List<Property Map>
    Inbound ACL rule list.
    networkAclId String
    Network ACL ID.
    networkAclName String
    Network ACL name. Length must be 1–128 characters. Must start with a letter, Chinese character, or number, and can include periods (.), underscores (_), and hyphens (-).
    projectName String
    Name of the project associated with the network ACL. If not specified, added to the default project.
    resources List<Property Map>
    Associated resource list.
    status String
    Status of the network ACL. Available: Available. Creating: Creating.
    tags List<Property Map>
    Tag list.
    updatedTime String
    Last updated time of the network ACL.
    vpcId String
    ID of the VPC associated with the network ACL.

    Supporting Types

    GetNetworkAclDefaultEgressAclEntry

    CidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    Description string
    Rule description.
    NetworkAclEntryId string
    Rule ID.
    NetworkAclEntryName string
    Rule name.
    Policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    Port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    Priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    Protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    CidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    Description string
    Rule description.
    NetworkAclEntryId string
    Rule ID.
    NetworkAclEntryName string
    Rule name.
    Policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    Port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    Priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    Protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp String
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description String
    Rule description.
    networkAclEntryId String
    Rule ID.
    networkAclEntryName String
    Rule name.
    policy String
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port String
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority Integer
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol String
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description string
    Rule description.
    networkAclEntryId string
    Rule ID.
    networkAclEntryName string
    Rule name.
    policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority number
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidr_ip str
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description str
    Rule description.
    network_acl_entry_id str
    Rule ID.
    network_acl_entry_name str
    Rule name.
    policy str
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port str
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol str
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp String
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description String
    Rule description.
    networkAclEntryId String
    Rule ID.
    networkAclEntryName String
    Rule name.
    policy String
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port String
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority Number
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol String
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.

    GetNetworkAclDefaultIngressAclEntry

    CidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    Description string
    Rule description.
    NetworkAclEntryId string
    Rule ID.
    NetworkAclEntryName string
    Rule name.
    Policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    Port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    Priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    Protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    CidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    Description string
    Rule description.
    NetworkAclEntryId string
    Rule ID.
    NetworkAclEntryName string
    Rule name.
    Policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    Port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    Priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    Protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp String
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description String
    Rule description.
    networkAclEntryId String
    Rule ID.
    networkAclEntryName String
    Rule name.
    policy String
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port String
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority Integer
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol String
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description string
    Rule description.
    networkAclEntryId string
    Rule ID.
    networkAclEntryName string
    Rule name.
    policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority number
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidr_ip str
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description str
    Rule description.
    network_acl_entry_id str
    Rule ID.
    network_acl_entry_name str
    Rule name.
    policy str
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port str
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol str
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp String
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description String
    Rule description.
    networkAclEntryId String
    Rule ID.
    networkAclEntryName String
    Rule name.
    policy String
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port String
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority Number
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol String
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.

    GetNetworkAclEgressAclEntry

    CidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    Description string
    Rule description.
    NetworkAclEntryId string
    Rule ID.
    NetworkAclEntryName string
    Rule name.
    Policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    Port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    Priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    Protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    CidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    Description string
    Rule description.
    NetworkAclEntryId string
    Rule ID.
    NetworkAclEntryName string
    Rule name.
    Policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    Port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    Priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    Protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp String
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description String
    Rule description.
    networkAclEntryId String
    Rule ID.
    networkAclEntryName String
    Rule name.
    policy String
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port String
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority Integer
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol String
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description string
    Rule description.
    networkAclEntryId string
    Rule ID.
    networkAclEntryName string
    Rule name.
    policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority number
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidr_ip str
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description str
    Rule description.
    network_acl_entry_id str
    Rule ID.
    network_acl_entry_name str
    Rule name.
    policy str
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port str
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol str
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp String
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description String
    Rule description.
    networkAclEntryId String
    Rule ID.
    networkAclEntryName String
    Rule name.
    policy String
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port String
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority Number
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol String
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.

    GetNetworkAclIngressAclEntry

    CidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    Description string
    Rule description.
    NetworkAclEntryId string
    Rule ID.
    NetworkAclEntryName string
    Rule name.
    Policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    Port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    Priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    Protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    CidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    Description string
    Rule description.
    NetworkAclEntryId string
    Rule ID.
    NetworkAclEntryName string
    Rule name.
    Policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    Port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    Priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    Protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp String
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description String
    Rule description.
    networkAclEntryId String
    Rule ID.
    networkAclEntryName String
    Rule name.
    policy String
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port String
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority Integer
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol String
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp string
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description string
    Rule description.
    networkAclEntryId string
    Rule ID.
    networkAclEntryName string
    Rule name.
    policy string
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port string
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority number
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol string
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidr_ip str
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description str
    Rule description.
    network_acl_entry_id str
    Rule ID.
    network_acl_entry_name str
    Rule name.
    policy str
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port str
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority int
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol str
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.
    cidrIp String
    For inbound rules, specifies the source address range. For outbound rules, specifies the destination address range. Supports CIDR and IPv4 address ranges. Default value: none.
    description String
    Rule description.
    networkAclEntryId String
    Rule ID.
    networkAclEntryName String
    Rule name.
    policy String
    Authorization policy. accept: Allow access. drop: Deny access. No denial message is returned; the requester only experiences a timeout or similar connection failure.
    port String
    Destination port range for the rule. If the direction rule protocol is all, icmp, or gre, the port range is -1/-1, meaning no port restriction. If the protocol is tcp or udp, the port range is 1–65535, formatted as 1/200, 80/80, indicating ports 1 to 200, or port 80.
    priority Number
    Priority of direction rules. Lower numbers indicate higher priority. Default value if not specified: 1.
    protocol String
    Protocol type. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol. icmpv6: ICMPV6 protocol. gre: GRE protocol. all: Supports all protocols.

    GetNetworkAclResource

    ResourceId string
    Associated resource ID.
    Status string
    Status of resources associated with the network ACL. BINDED: Bound. BINDING: Binding. UNBINDING: Unbinding.
    ResourceId string
    Associated resource ID.
    Status string
    Status of resources associated with the network ACL. BINDED: Bound. BINDING: Binding. UNBINDING: Unbinding.
    resourceId String
    Associated resource ID.
    status String
    Status of resources associated with the network ACL. BINDED: Bound. BINDING: Binding. UNBINDING: Unbinding.
    resourceId string
    Associated resource ID.
    status string
    Status of resources associated with the network ACL. BINDED: Bound. BINDING: Binding. UNBINDING: Unbinding.
    resource_id str
    Associated resource ID.
    status str
    Status of resources associated with the network ACL. BINDED: Bound. BINDING: Binding. UNBINDING: Unbinding.
    resourceId String
    Associated resource ID.
    status String
    Status of resources associated with the network ACL. BINDED: Bound. BINDING: Binding. UNBINDING: Unbinding.

    GetNetworkAclTag

    Key string
    User tag key.
    Value string
    User tag value.
    Key string
    User tag key.
    Value string
    User tag value.
    key String
    User tag key.
    value String
    User tag value.
    key string
    User tag key.
    value string
    User tag value.
    key str
    User tag key.
    value str
    User tag value.
    key String
    User tag key.
    value String
    User tag value.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.