1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getGaapDestRegions
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getGaapDestRegions

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of gaap dest regions

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const destRegions = tencentcloud.getGaapDestRegions({});
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    dest_regions = tencentcloud.get_gaap_dest_regions()
    
    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.GetGaapDestRegions(ctx, &tencentcloud.GetGaapDestRegionsArgs{}, 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 destRegions = Tencentcloud.GetGaapDestRegions.Invoke();
    
    });
    
    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.GetGaapDestRegionsArgs;
    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 destRegions = TencentcloudFunctions.getGaapDestRegions();
    
        }
    }
    
    variables:
      destRegions:
        fn::invoke:
          function: tencentcloud:getGaapDestRegions
          arguments: {}
    

    Using getGaapDestRegions

    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 getGaapDestRegions(args: GetGaapDestRegionsArgs, opts?: InvokeOptions): Promise<GetGaapDestRegionsResult>
    function getGaapDestRegionsOutput(args: GetGaapDestRegionsOutputArgs, opts?: InvokeOptions): Output<GetGaapDestRegionsResult>
    def get_gaap_dest_regions(id: Optional[str] = None,
                              result_output_file: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetGaapDestRegionsResult
    def get_gaap_dest_regions_output(id: Optional[pulumi.Input[str]] = None,
                              result_output_file: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetGaapDestRegionsResult]
    func GetGaapDestRegions(ctx *Context, args *GetGaapDestRegionsArgs, opts ...InvokeOption) (*GetGaapDestRegionsResult, error)
    func GetGaapDestRegionsOutput(ctx *Context, args *GetGaapDestRegionsOutputArgs, opts ...InvokeOption) GetGaapDestRegionsResultOutput

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

    public static class GetGaapDestRegions 
    {
        public static Task<GetGaapDestRegionsResult> InvokeAsync(GetGaapDestRegionsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaapDestRegionsResult> Invoke(GetGaapDestRegionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaapDestRegionsResult> getGaapDestRegions(GetGaapDestRegionsArgs args, InvokeOptions options)
    public static Output<GetGaapDestRegionsResult> getGaapDestRegions(GetGaapDestRegionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getGaapDestRegions:getGaapDestRegions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    ResultOutputFile string
    Used to save results.
    Id string
    ResultOutputFile string
    Used to save results.
    id String
    resultOutputFile String
    Used to save results.
    id string
    resultOutputFile string
    Used to save results.
    id str
    result_output_file str
    Used to save results.
    id String
    resultOutputFile String
    Used to save results.

    getGaapDestRegions Result

    The following output properties are available:

    DestRegionSets []GetGaapDestRegionsDestRegionSet
    Source Site Area Details List.
    Id string
    ResultOutputFile string
    destRegionSets GetGaapDestRegionsDestRegionSet[]
    Source Site Area Details List.
    id string
    resultOutputFile string
    destRegionSets List<Property Map>
    Source Site Area Details List.
    id String
    resultOutputFile String

    Supporting Types

    GetGaapDestRegionsDestRegionSet

    FeatureBitmap double
    Property bitmap, where each bit represents a property, 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.
    IdcType string
    The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
    RegionArea string
    Region of the computer room.
    RegionAreaName string
    Region name of the computer room.
    RegionId string
    region ID.
    RegionName string
    region name.
    SupportFeatures List<GetGaapDestRegionsDestRegionSetSupportFeature>
    Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
    FeatureBitmap float64
    Property bitmap, where each bit represents a property, 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.
    IdcType string
    The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
    RegionArea string
    Region of the computer room.
    RegionAreaName string
    Region name of the computer room.
    RegionId string
    region ID.
    RegionName string
    region name.
    SupportFeatures []GetGaapDestRegionsDestRegionSetSupportFeature
    Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
    featureBitmap Double
    Property bitmap, where each bit represents a property, 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.
    idcType String
    The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
    regionArea String
    Region of the computer room.
    regionAreaName String
    Region name of the computer room.
    regionId String
    region ID.
    regionName String
    region name.
    supportFeatures List<GetGaapDestRegionsDestRegionSetSupportFeature>
    Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
    featureBitmap number
    Property bitmap, where each bit represents a property, 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.
    idcType string
    The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
    regionArea string
    Region of the computer room.
    regionAreaName string
    Region name of the computer room.
    regionId string
    region ID.
    regionName string
    region name.
    supportFeatures GetGaapDestRegionsDestRegionSetSupportFeature[]
    Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
    feature_bitmap float
    Property bitmap, where each bit represents a property, 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.
    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_name str
    Region name of the computer room.
    region_id str
    region ID.
    region_name str
    region name.
    support_features Sequence[GetGaapDestRegionsDestRegionSetSupportFeature]
    Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
    featureBitmap Number
    Property bitmap, where each bit represents a property, 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.
    idcType String
    The type of computer room, where dc represents the DataCenter data center and ec represents the EdgeComputing edge node.
    regionArea String
    Region of the computer room.
    regionAreaName String
    Region name of the computer room.
    regionId String
    region ID.
    regionName String
    region name.
    supportFeatures List<Property Map>
    Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.

    GetGaapDestRegionsDestRegionSetSupportFeature

    NetworkTypes List<string>
    A list of network types supported by the access area, with normal indicating support for regular BGP, cn2 indicating premium BGP, triple indicating three networks, and secure_EIP represents a custom secure EIP.
    NetworkTypes []string
    A list of network types supported by the access area, with normal indicating support for regular BGP, cn2 indicating premium BGP, triple indicating three networks, and secure_EIP represents a custom secure EIP.
    networkTypes List<String>
    A list of network types supported by the access area, with normal indicating support for regular BGP, cn2 indicating premium BGP, triple indicating three networks, and secure_EIP represents a custom secure EIP.
    networkTypes string[]
    A list of network types supported by the access area, with normal indicating support for regular BGP, cn2 indicating premium BGP, triple indicating three networks, and secure_EIP represents a custom secure EIP.
    network_types Sequence[str]
    A list of network types supported by the access area, with normal indicating support for regular BGP, cn2 indicating premium BGP, triple indicating three networks, and secure_EIP represents a custom secure EIP.
    networkTypes List<String>
    A list of network types supported by the access area, with normal indicating support for regular BGP, cn2 indicating premium BGP, triple indicating three networks, and secure_EIP represents a custom secure EIP.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack