tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getGaapAccessRegionsByDestRegion
Start a Neo task
Explain and create a tencentcloud.getGaapAccessRegionsByDestRegion resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of gaap access regions by dest region
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const accessRegionsByDestRegion = tencentcloud.getGaapAccessRegionsByDestRegion({
destRegion: "SouthChina",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
access_regions_by_dest_region = tencentcloud.get_gaap_access_regions_by_dest_region(dest_region="SouthChina")
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.GetGaapAccessRegionsByDestRegion(ctx, &tencentcloud.GetGaapAccessRegionsByDestRegionArgs{
DestRegion: "SouthChina",
}, 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 accessRegionsByDestRegion = Tencentcloud.GetGaapAccessRegionsByDestRegion.Invoke(new()
{
DestRegion = "SouthChina",
});
});
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.GetGaapAccessRegionsByDestRegionArgs;
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 accessRegionsByDestRegion = TencentcloudFunctions.getGaapAccessRegionsByDestRegion(GetGaapAccessRegionsByDestRegionArgs.builder()
.destRegion("SouthChina")
.build());
}
}
variables:
accessRegionsByDestRegion:
fn::invoke:
function: tencentcloud:getGaapAccessRegionsByDestRegion
arguments:
destRegion: SouthChina
Using getGaapAccessRegionsByDestRegion
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 getGaapAccessRegionsByDestRegion(args: GetGaapAccessRegionsByDestRegionArgs, opts?: InvokeOptions): Promise<GetGaapAccessRegionsByDestRegionResult>
function getGaapAccessRegionsByDestRegionOutput(args: GetGaapAccessRegionsByDestRegionOutputArgs, opts?: InvokeOptions): Output<GetGaapAccessRegionsByDestRegionResult>def get_gaap_access_regions_by_dest_region(dest_region: Optional[str] = None,
id: Optional[str] = None,
ip_address_version: Optional[str] = None,
package_type: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGaapAccessRegionsByDestRegionResult
def get_gaap_access_regions_by_dest_region_output(dest_region: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
ip_address_version: Optional[pulumi.Input[str]] = None,
package_type: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGaapAccessRegionsByDestRegionResult]func GetGaapAccessRegionsByDestRegion(ctx *Context, args *GetGaapAccessRegionsByDestRegionArgs, opts ...InvokeOption) (*GetGaapAccessRegionsByDestRegionResult, error)
func GetGaapAccessRegionsByDestRegionOutput(ctx *Context, args *GetGaapAccessRegionsByDestRegionOutputArgs, opts ...InvokeOption) GetGaapAccessRegionsByDestRegionResultOutput> Note: This function is named GetGaapAccessRegionsByDestRegion in the Go SDK.
public static class GetGaapAccessRegionsByDestRegion
{
public static Task<GetGaapAccessRegionsByDestRegionResult> InvokeAsync(GetGaapAccessRegionsByDestRegionArgs args, InvokeOptions? opts = null)
public static Output<GetGaapAccessRegionsByDestRegionResult> Invoke(GetGaapAccessRegionsByDestRegionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaapAccessRegionsByDestRegionResult> getGaapAccessRegionsByDestRegion(GetGaapAccessRegionsByDestRegionArgs args, InvokeOptions options)
public static Output<GetGaapAccessRegionsByDestRegionResult> getGaapAccessRegionsByDestRegion(GetGaapAccessRegionsByDestRegionArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getGaapAccessRegionsByDestRegion:getGaapAccessRegionsByDestRegion
arguments:
# arguments dictionaryThe following arguments are supported:
- Dest
Region string - Origin region.
- Id string
- Ip
Address stringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- Package
Type string - Channel package type, where Thunder represents a standard proxy group, Accelerator represents a game accelerator proxy, and CrossBorder represents a cross-border proxy.
- Result
Output stringFile - Used to save results.
- Dest
Region string - Origin region.
- Id string
- Ip
Address stringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- Package
Type string - Channel package type, where Thunder represents a standard proxy group, Accelerator represents a game accelerator proxy, and CrossBorder represents a cross-border proxy.
- Result
Output stringFile - Used to save results.
- dest
Region String - Origin region.
- id String
- ip
Address StringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- package
Type String - Channel package type, where Thunder represents a standard proxy group, Accelerator represents a game accelerator proxy, and CrossBorder represents a cross-border proxy.
- result
Output StringFile - Used to save results.
- dest
Region string - Origin region.
- id string
- ip
Address stringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- package
Type string - Channel package type, where Thunder represents a standard proxy group, Accelerator represents a game accelerator proxy, and CrossBorder represents a cross-border proxy.
- result
Output stringFile - Used to save results.
- dest_
region str - Origin region.
- id str
- ip_
address_ strversion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- package_
type str - Channel package type, where Thunder represents a standard proxy group, Accelerator represents a game accelerator proxy, and CrossBorder represents a cross-border proxy.
- result_
output_ strfile - Used to save results.
- dest
Region String - Origin region.
- id String
- ip
Address StringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- package
Type String - Channel package type, where Thunder represents a standard proxy group, Accelerator represents a game accelerator proxy, and CrossBorder represents a cross-border proxy.
- result
Output StringFile - Used to save results.
getGaapAccessRegionsByDestRegion Result
The following output properties are available:
- Access
Region List<GetSets Gaap Access Regions By Dest Region Access Region Set> - List of available acceleration zone information.
- Dest
Region string - Id string
- Ip
Address stringVersion - Package
Type string - Result
Output stringFile
- Access
Region []GetSets Gaap Access Regions By Dest Region Access Region Set - List of available acceleration zone information.
- Dest
Region string - Id string
- Ip
Address stringVersion - Package
Type string - Result
Output stringFile
- access
Region List<GetSets Gaap Access Regions By Dest Region Access Region Set> - List of available acceleration zone information.
- dest
Region String - id String
- ip
Address StringVersion - package
Type String - result
Output StringFile
- access
Region GetSets Gaap Access Regions By Dest Region Access Region Set[] - List of available acceleration zone information.
- dest
Region string - id string
- ip
Address stringVersion - package
Type string - result
Output stringFile
- access_
region_ Sequence[Getsets Gaap Access Regions By Dest Region Access Region Set] - List of available acceleration zone information.
- dest_
region str - id str
- ip_
address_ strversion - package_
type str - result_
output_ strfile
- access
Region List<Property Map>Sets - List of available acceleration zone information.
- dest
Region String - id String
- ip
Address StringVersion - package
Type String - result
Output StringFile
Supporting Types
GetGaapAccessRegionsByDestRegionAccessRegionSet
- Bandwidth
Lists List<double> - Optional bandwidth value array.
- Concurrent
Lists List<double> - Optional concurrency value array.
- Feature
Bitmap double - The type of computer room, where dc represents the DataCenter data center, ec represents the feature bitmap, and each bit represents a feature, where:0, indicates that the feature is not supported;1, indicates support for this feature.The meaning of the feature bitmap is as follows (from right to left):The first bit supports 4-layer acceleration;The second bit supports 7-layer acceleration;The third bit supports Http3 access;The fourth bit supports IPv6;The fifth bit supports high-quality BGP access;The 6th bit supports three network access;The 7th bit supports QoS acceleration in the access segment.Note: This field may return null, indicating that a valid value cannot be obtained. Edge nodes.
- Idc
Type string - The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
- Region
Area string - Region of the computer room.
- Region
Area stringName - Region name of the computer room.
- Region
Id string - Region id.
- Region
Name string - Chinese or English name of the region.
- Bandwidth
Lists []float64 - Optional bandwidth value array.
- Concurrent
Lists []float64 - Optional concurrency value array.
- Feature
Bitmap float64 - The type of computer room, where dc represents the DataCenter data center, ec represents the feature bitmap, and each bit represents a feature, where:0, indicates that the feature is not supported;1, indicates support for this feature.The meaning of the feature bitmap is as follows (from right to left):The first bit supports 4-layer acceleration;The second bit supports 7-layer acceleration;The third bit supports Http3 access;The fourth bit supports IPv6;The fifth bit supports high-quality BGP access;The 6th bit supports three network access;The 7th bit supports QoS acceleration in the access segment.Note: This field may return null, indicating that a valid value cannot be obtained. Edge nodes.
- Idc
Type string - The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
- Region
Area string - Region of the computer room.
- Region
Area stringName - Region name of the computer room.
- Region
Id string - Region id.
- Region
Name string - Chinese or English name of the region.
- bandwidth
Lists List<Double> - Optional bandwidth value array.
- concurrent
Lists List<Double> - Optional concurrency value array.
- feature
Bitmap Double - The type of computer room, where dc represents the DataCenter data center, ec represents the feature bitmap, and each bit represents a feature, where:0, indicates that the feature is not supported;1, indicates support for this feature.The meaning of the feature bitmap is as follows (from right to left):The first bit supports 4-layer acceleration;The second bit supports 7-layer acceleration;The third bit supports Http3 access;The fourth bit supports IPv6;The fifth bit supports high-quality BGP access;The 6th bit supports three network access;The 7th bit supports QoS acceleration in the access segment.Note: This field may return null, indicating that a valid value cannot be obtained. Edge nodes.
- idc
Type String - The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
- region
Area String - Region of the computer room.
- region
Area StringName - Region name of the computer room.
- region
Id String - Region id.
- region
Name String - Chinese or English name of the region.
- bandwidth
Lists number[] - Optional bandwidth value array.
- concurrent
Lists number[] - Optional concurrency value array.
- feature
Bitmap number - The type of computer room, where dc represents the DataCenter data center, ec represents the feature bitmap, and each bit represents a feature, where:0, indicates that the feature is not supported;1, indicates support for this feature.The meaning of the feature bitmap is as follows (from right to left):The first bit supports 4-layer acceleration;The second bit supports 7-layer acceleration;The third bit supports Http3 access;The fourth bit supports IPv6;The fifth bit supports high-quality BGP access;The 6th bit supports three network access;The 7th bit supports QoS acceleration in the access segment.Note: This field may return null, indicating that a valid value cannot be obtained. Edge nodes.
- idc
Type string - The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
- region
Area string - Region of the computer room.
- region
Area stringName - Region name of the computer room.
- region
Id string - Region id.
- region
Name string - Chinese or English name of the region.
- bandwidth_
lists Sequence[float] - Optional bandwidth value array.
- concurrent_
lists Sequence[float] - Optional concurrency value array.
- feature_
bitmap float - The type of computer room, where dc represents the DataCenter data center, ec represents the feature bitmap, and each bit represents a feature, where:0, indicates that the feature is not supported;1, indicates support for this feature.The meaning of the feature bitmap is as follows (from right to left):The first bit supports 4-layer acceleration;The second bit supports 7-layer acceleration;The third bit supports Http3 access;The fourth bit supports IPv6;The fifth bit supports high-quality BGP access;The 6th bit supports three network access;The 7th bit supports QoS acceleration in the access segment.Note: This field may return null, indicating that a valid value cannot be obtained. Edge nodes.
- idc_
type str - The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
- region_
area str - Region of the computer room.
- region_
area_ strname - Region name of the computer room.
- region_
id str - Region id.
- region_
name str - Chinese or English name of the region.
- bandwidth
Lists List<Number> - Optional bandwidth value array.
- concurrent
Lists List<Number> - Optional concurrency value array.
- feature
Bitmap Number - The type of computer room, where dc represents the DataCenter data center, ec represents the feature bitmap, and each bit represents a feature, where:0, indicates that the feature is not supported;1, indicates support for this feature.The meaning of the feature bitmap is as follows (from right to left):The first bit supports 4-layer acceleration;The second bit supports 7-layer acceleration;The third bit supports Http3 access;The fourth bit supports IPv6;The fifth bit supports high-quality BGP access;The 6th bit supports three network access;The 7th bit supports QoS acceleration in the access segment.Note: This field may return null, indicating that a valid value cannot be obtained. Edge nodes.
- idc
Type String - The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
- region
Area String - Region of the computer room.
- region
Area StringName - Region name of the computer room.
- region
Id String - Region id.
- region
Name String - Chinese or English name of the region.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
