1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getTeoOriginAcl
tencentcloud 1.82.25 published on Monday, Sep 22, 2025 by tencentcloudstack

tencentcloud.getTeoOriginAcl

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.82.25 published on Monday, Sep 22, 2025 by tencentcloudstack

    Use this data source to query detailed information of TEO origin acl

    Example Usage

    Query origin acl by zone Id

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const example = tencentcloud.getTeoOriginAcl({
        zoneId: "zone-3fkff38fyw8s",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    example = tencentcloud.get_teo_origin_acl(zone_id="zone-3fkff38fyw8s")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.LookupTeoOriginAcl(ctx, &tencentcloud.LookupTeoOriginAclArgs{
    			ZoneId: "zone-3fkff38fyw8s",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Tencentcloud.GetTeoOriginAcl.Invoke(new()
        {
            ZoneId = "zone-3fkff38fyw8s",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetTeoOriginAclArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = TencentcloudFunctions.getTeoOriginAcl(GetTeoOriginAclArgs.builder()
                .zoneId("zone-3fkff38fyw8s")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: tencentcloud:getTeoOriginAcl
          arguments:
            zoneId: zone-3fkff38fyw8s
    

    Using getTeoOriginAcl

    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 getTeoOriginAcl(args: GetTeoOriginAclArgs, opts?: InvokeOptions): Promise<GetTeoOriginAclResult>
    function getTeoOriginAclOutput(args: GetTeoOriginAclOutputArgs, opts?: InvokeOptions): Output<GetTeoOriginAclResult>
    def get_teo_origin_acl(id: Optional[str] = None,
                           result_output_file: Optional[str] = None,
                           zone_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetTeoOriginAclResult
    def get_teo_origin_acl_output(id: Optional[pulumi.Input[str]] = None,
                           result_output_file: Optional[pulumi.Input[str]] = None,
                           zone_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetTeoOriginAclResult]
    func LookupTeoOriginAcl(ctx *Context, args *LookupTeoOriginAclArgs, opts ...InvokeOption) (*LookupTeoOriginAclResult, error)
    func LookupTeoOriginAclOutput(ctx *Context, args *LookupTeoOriginAclOutputArgs, opts ...InvokeOption) LookupTeoOriginAclResultOutput

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

    public static class GetTeoOriginAcl 
    {
        public static Task<GetTeoOriginAclResult> InvokeAsync(GetTeoOriginAclArgs args, InvokeOptions? opts = null)
        public static Output<GetTeoOriginAclResult> Invoke(GetTeoOriginAclInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTeoOriginAclResult> getTeoOriginAcl(GetTeoOriginAclArgs args, InvokeOptions options)
    public static Output<GetTeoOriginAclResult> getTeoOriginAcl(GetTeoOriginAclArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getTeoOriginAcl:getTeoOriginAcl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ZoneId string
    Specifies the site ID.
    Id string
    ResultOutputFile string
    Used to save results.
    ZoneId string
    Specifies the site ID.
    Id string
    ResultOutputFile string
    Used to save results.
    zoneId String
    Specifies the site ID.
    id String
    resultOutputFile String
    Used to save results.
    zoneId string
    Specifies the site ID.
    id string
    resultOutputFile string
    Used to save results.
    zone_id str
    Specifies the site ID.
    id str
    result_output_file str
    Used to save results.
    zoneId String
    Specifies the site ID.
    id String
    resultOutputFile String
    Used to save results.

    getTeoOriginAcl Result

    The following output properties are available:

    Id string
    OriginAclInfos List<GetTeoOriginAclOriginAclInfo>
    Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
    ZoneId string
    ResultOutputFile string
    Id string
    OriginAclInfos []GetTeoOriginAclOriginAclInfo
    Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
    ZoneId string
    ResultOutputFile string
    id String
    originAclInfos List<GetTeoOriginAclOriginAclInfo>
    Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
    zoneId String
    resultOutputFile String
    id string
    originAclInfos GetTeoOriginAclOriginAclInfo[]
    Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
    zoneId string
    resultOutputFile string
    id str
    origin_acl_infos Sequence[GetTeoOriginAclOriginAclInfo]
    Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
    zone_id str
    result_output_file str
    id String
    originAclInfos List<Property Map>
    Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
    zoneId String
    resultOutputFile String

    Supporting Types

    GetTeoOriginAclOriginAclInfo

    CurrentOriginAcls List<GetTeoOriginAclOriginAclInfoCurrentOriginAcl>
    Currently effective origin ACLs. This field is empty when origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    L4ProxyIds List<string>
    The list of L4 proxy instances that enable the origin ACLs. This field is empty when origin protection is not enabled.
    L7Hosts List<string>
    The list of L7 accelerated domains that enable the origin ACLs. This field is empty when origin protection is not enabled.
    NextOriginAcls List<GetTeoOriginAclOriginAclInfoNextOriginAcl>
    When the origin ACLs are updated, this field will be returned with the next version's origin IP range to take effect, including a comparison with the current origin IP range. This field is empty if not updated or origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    Status string
    Origin protection status. Vaild values:

    • online: in effect;
    • offline: disabled;
    • updating: configuration deployment in progress.
    CurrentOriginAcls []GetTeoOriginAclOriginAclInfoCurrentOriginAcl
    Currently effective origin ACLs. This field is empty when origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    L4ProxyIds []string
    The list of L4 proxy instances that enable the origin ACLs. This field is empty when origin protection is not enabled.
    L7Hosts []string
    The list of L7 accelerated domains that enable the origin ACLs. This field is empty when origin protection is not enabled.
    NextOriginAcls []GetTeoOriginAclOriginAclInfoNextOriginAcl
    When the origin ACLs are updated, this field will be returned with the next version's origin IP range to take effect, including a comparison with the current origin IP range. This field is empty if not updated or origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    Status string
    Origin protection status. Vaild values:

    • online: in effect;
    • offline: disabled;
    • updating: configuration deployment in progress.
    currentOriginAcls List<GetTeoOriginAclOriginAclInfoCurrentOriginAcl>
    Currently effective origin ACLs. This field is empty when origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    l4ProxyIds List<String>
    The list of L4 proxy instances that enable the origin ACLs. This field is empty when origin protection is not enabled.
    l7Hosts List<String>
    The list of L7 accelerated domains that enable the origin ACLs. This field is empty when origin protection is not enabled.
    nextOriginAcls List<GetTeoOriginAclOriginAclInfoNextOriginAcl>
    When the origin ACLs are updated, this field will be returned with the next version's origin IP range to take effect, including a comparison with the current origin IP range. This field is empty if not updated or origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    status String
    Origin protection status. Vaild values:

    • online: in effect;
    • offline: disabled;
    • updating: configuration deployment in progress.
    currentOriginAcls GetTeoOriginAclOriginAclInfoCurrentOriginAcl[]
    Currently effective origin ACLs. This field is empty when origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    l4ProxyIds string[]
    The list of L4 proxy instances that enable the origin ACLs. This field is empty when origin protection is not enabled.
    l7Hosts string[]
    The list of L7 accelerated domains that enable the origin ACLs. This field is empty when origin protection is not enabled.
    nextOriginAcls GetTeoOriginAclOriginAclInfoNextOriginAcl[]
    When the origin ACLs are updated, this field will be returned with the next version's origin IP range to take effect, including a comparison with the current origin IP range. This field is empty if not updated or origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    status string
    Origin protection status. Vaild values:

    • online: in effect;
    • offline: disabled;
    • updating: configuration deployment in progress.
    current_origin_acls Sequence[GetTeoOriginAclOriginAclInfoCurrentOriginAcl]
    Currently effective origin ACLs. This field is empty when origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    l4_proxy_ids Sequence[str]
    The list of L4 proxy instances that enable the origin ACLs. This field is empty when origin protection is not enabled.
    l7_hosts Sequence[str]
    The list of L7 accelerated domains that enable the origin ACLs. This field is empty when origin protection is not enabled.
    next_origin_acls Sequence[GetTeoOriginAclOriginAclInfoNextOriginAcl]
    When the origin ACLs are updated, this field will be returned with the next version's origin IP range to take effect, including a comparison with the current origin IP range. This field is empty if not updated or origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    status str
    Origin protection status. Vaild values:

    • online: in effect;
    • offline: disabled;
    • updating: configuration deployment in progress.
    currentOriginAcls List<Property Map>
    Currently effective origin ACLs. This field is empty when origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    l4ProxyIds List<String>
    The list of L4 proxy instances that enable the origin ACLs. This field is empty when origin protection is not enabled.
    l7Hosts List<String>
    The list of L7 accelerated domains that enable the origin ACLs. This field is empty when origin protection is not enabled.
    nextOriginAcls List<Property Map>
    When the origin ACLs are updated, this field will be returned with the next version's origin IP range to take effect, including a comparison with the current origin IP range. This field is empty if not updated or origin protection is not enabled. Note: This field may return null, which indicates a failure to obtain a valid value.
    status String
    Origin protection status. Vaild values:

    • online: in effect;
    • offline: disabled;
    • updating: configuration deployment in progress.

    GetTeoOriginAclOriginAclInfoCurrentOriginAcl

    ActiveTime string
    Version effective time in UTC+8, following the date and time format of the ISO 8601 standard. Note: This field may return null, which indicates a failure to obtain a valid value.
    EntireAddresses List<GetTeoOriginAclOriginAclInfoCurrentOriginAclEntireAddress>
    IP range details.
    IsPlaned string
    This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.

    • true: specifies that the version is effective and the update to the latest version is confirmed.
    • false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure. Note: This field may return null, which indicates a failure to obtain a valid value.
    Version string
    Version number.
    ActiveTime string
    Version effective time in UTC+8, following the date and time format of the ISO 8601 standard. Note: This field may return null, which indicates a failure to obtain a valid value.
    EntireAddresses []GetTeoOriginAclOriginAclInfoCurrentOriginAclEntireAddress
    IP range details.
    IsPlaned string
    This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.

    • true: specifies that the version is effective and the update to the latest version is confirmed.
    • false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure. Note: This field may return null, which indicates a failure to obtain a valid value.
    Version string
    Version number.
    activeTime String
    Version effective time in UTC+8, following the date and time format of the ISO 8601 standard. Note: This field may return null, which indicates a failure to obtain a valid value.
    entireAddresses List<GetTeoOriginAclOriginAclInfoCurrentOriginAclEntireAddress>
    IP range details.
    isPlaned String
    This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.

    • true: specifies that the version is effective and the update to the latest version is confirmed.
    • false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure. Note: This field may return null, which indicates a failure to obtain a valid value.
    version String
    Version number.
    activeTime string
    Version effective time in UTC+8, following the date and time format of the ISO 8601 standard. Note: This field may return null, which indicates a failure to obtain a valid value.
    entireAddresses GetTeoOriginAclOriginAclInfoCurrentOriginAclEntireAddress[]
    IP range details.
    isPlaned string
    This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.

    • true: specifies that the version is effective and the update to the latest version is confirmed.
    • false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure. Note: This field may return null, which indicates a failure to obtain a valid value.
    version string
    Version number.
    active_time str
    Version effective time in UTC+8, following the date and time format of the ISO 8601 standard. Note: This field may return null, which indicates a failure to obtain a valid value.
    entire_addresses Sequence[GetTeoOriginAclOriginAclInfoCurrentOriginAclEntireAddress]
    IP range details.
    is_planed str
    This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.

    • true: specifies that the version is effective and the update to the latest version is confirmed.
    • false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure. Note: This field may return null, which indicates a failure to obtain a valid value.
    version str
    Version number.
    activeTime String
    Version effective time in UTC+8, following the date and time format of the ISO 8601 standard. Note: This field may return null, which indicates a failure to obtain a valid value.
    entireAddresses List<Property Map>
    IP range details.
    isPlaned String
    This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.

    • true: specifies that the version is effective and the update to the latest version is confirmed.
    • false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure. Note: This field may return null, which indicates a failure to obtain a valid value.
    version String
    Version number.

    GetTeoOriginAclOriginAclInfoCurrentOriginAclEntireAddress

    IPv4s List<string>
    IPv4 subnet.
    IPv6s List<string>
    IPv6 subnet.
    IPv4s []string
    IPv4 subnet.
    IPv6s []string
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.
    iPv4s string[]
    IPv4 subnet.
    iPv6s string[]
    IPv6 subnet.
    i_pv4s Sequence[str]
    IPv4 subnet.
    i_pv6s Sequence[str]
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.

    GetTeoOriginAclOriginAclInfoNextOriginAcl

    AddedAddresses List<GetTeoOriginAclOriginAclInfoNextOriginAclAddedAddress>
    The latest origin IP range newly-added compared with the origin IP range in CurrentOrginACL.
    EntireAddresses List<GetTeoOriginAclOriginAclInfoNextOriginAclEntireAddress>
    IP range details.
    NoChangeAddresses List<GetTeoOriginAclOriginAclInfoNextOriginAclNoChangeAddress>
    The latest origin IP range is unchanged compared with the origin IP range in CurrentOrginACL.
    PlannedActiveTime string
    Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.
    RemovedAddresses List<GetTeoOriginAclOriginAclInfoNextOriginAclRemovedAddress>
    The latest origin IP range deleted compared with the origin IP range in CurrentOrginACL.
    Version string
    Version number.
    AddedAddresses []GetTeoOriginAclOriginAclInfoNextOriginAclAddedAddress
    The latest origin IP range newly-added compared with the origin IP range in CurrentOrginACL.
    EntireAddresses []GetTeoOriginAclOriginAclInfoNextOriginAclEntireAddress
    IP range details.
    NoChangeAddresses []GetTeoOriginAclOriginAclInfoNextOriginAclNoChangeAddress
    The latest origin IP range is unchanged compared with the origin IP range in CurrentOrginACL.
    PlannedActiveTime string
    Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.
    RemovedAddresses []GetTeoOriginAclOriginAclInfoNextOriginAclRemovedAddress
    The latest origin IP range deleted compared with the origin IP range in CurrentOrginACL.
    Version string
    Version number.
    addedAddresses List<GetTeoOriginAclOriginAclInfoNextOriginAclAddedAddress>
    The latest origin IP range newly-added compared with the origin IP range in CurrentOrginACL.
    entireAddresses List<GetTeoOriginAclOriginAclInfoNextOriginAclEntireAddress>
    IP range details.
    noChangeAddresses List<GetTeoOriginAclOriginAclInfoNextOriginAclNoChangeAddress>
    The latest origin IP range is unchanged compared with the origin IP range in CurrentOrginACL.
    plannedActiveTime String
    Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.
    removedAddresses List<GetTeoOriginAclOriginAclInfoNextOriginAclRemovedAddress>
    The latest origin IP range deleted compared with the origin IP range in CurrentOrginACL.
    version String
    Version number.
    addedAddresses GetTeoOriginAclOriginAclInfoNextOriginAclAddedAddress[]
    The latest origin IP range newly-added compared with the origin IP range in CurrentOrginACL.
    entireAddresses GetTeoOriginAclOriginAclInfoNextOriginAclEntireAddress[]
    IP range details.
    noChangeAddresses GetTeoOriginAclOriginAclInfoNextOriginAclNoChangeAddress[]
    The latest origin IP range is unchanged compared with the origin IP range in CurrentOrginACL.
    plannedActiveTime string
    Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.
    removedAddresses GetTeoOriginAclOriginAclInfoNextOriginAclRemovedAddress[]
    The latest origin IP range deleted compared with the origin IP range in CurrentOrginACL.
    version string
    Version number.
    added_addresses Sequence[GetTeoOriginAclOriginAclInfoNextOriginAclAddedAddress]
    The latest origin IP range newly-added compared with the origin IP range in CurrentOrginACL.
    entire_addresses Sequence[GetTeoOriginAclOriginAclInfoNextOriginAclEntireAddress]
    IP range details.
    no_change_addresses Sequence[GetTeoOriginAclOriginAclInfoNextOriginAclNoChangeAddress]
    The latest origin IP range is unchanged compared with the origin IP range in CurrentOrginACL.
    planned_active_time str
    Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.
    removed_addresses Sequence[GetTeoOriginAclOriginAclInfoNextOriginAclRemovedAddress]
    The latest origin IP range deleted compared with the origin IP range in CurrentOrginACL.
    version str
    Version number.
    addedAddresses List<Property Map>
    The latest origin IP range newly-added compared with the origin IP range in CurrentOrginACL.
    entireAddresses List<Property Map>
    IP range details.
    noChangeAddresses List<Property Map>
    The latest origin IP range is unchanged compared with the origin IP range in CurrentOrginACL.
    plannedActiveTime String
    Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.
    removedAddresses List<Property Map>
    The latest origin IP range deleted compared with the origin IP range in CurrentOrginACL.
    version String
    Version number.

    GetTeoOriginAclOriginAclInfoNextOriginAclAddedAddress

    IPv4s List<string>
    IPv4 subnet.
    IPv6s List<string>
    IPv6 subnet.
    IPv4s []string
    IPv4 subnet.
    IPv6s []string
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.
    iPv4s string[]
    IPv4 subnet.
    iPv6s string[]
    IPv6 subnet.
    i_pv4s Sequence[str]
    IPv4 subnet.
    i_pv6s Sequence[str]
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.

    GetTeoOriginAclOriginAclInfoNextOriginAclEntireAddress

    IPv4s List<string>
    IPv4 subnet.
    IPv6s List<string>
    IPv6 subnet.
    IPv4s []string
    IPv4 subnet.
    IPv6s []string
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.
    iPv4s string[]
    IPv4 subnet.
    iPv6s string[]
    IPv6 subnet.
    i_pv4s Sequence[str]
    IPv4 subnet.
    i_pv6s Sequence[str]
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.

    GetTeoOriginAclOriginAclInfoNextOriginAclNoChangeAddress

    IPv4s List<string>
    IPv4 subnet.
    IPv6s List<string>
    IPv6 subnet.
    IPv4s []string
    IPv4 subnet.
    IPv6s []string
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.
    iPv4s string[]
    IPv4 subnet.
    iPv6s string[]
    IPv6 subnet.
    i_pv4s Sequence[str]
    IPv4 subnet.
    i_pv6s Sequence[str]
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.

    GetTeoOriginAclOriginAclInfoNextOriginAclRemovedAddress

    IPv4s List<string>
    IPv4 subnet.
    IPv6s List<string>
    IPv6 subnet.
    IPv4s []string
    IPv4 subnet.
    IPv6s []string
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.
    iPv4s string[]
    IPv4 subnet.
    iPv6s string[]
    IPv6 subnet.
    i_pv4s Sequence[str]
    IPv4 subnet.
    i_pv6s Sequence[str]
    IPv6 subnet.
    iPv4s List<String>
    IPv4 subnet.
    iPv6s List<String>
    IPv6 subnet.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.25 published on Monday, Sep 22, 2025 by tencentcloudstack