tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getGaapAccessRegions
Explore with Pulumi AI
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
Use this data source to query detailed information of gaap access regions
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const accessRegions = tencentcloud.getGaapAccessRegions({});
import pulumi
import pulumi_tencentcloud as tencentcloud
access_regions = tencentcloud.get_gaap_access_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.GetGaapAccessRegions(ctx, &tencentcloud.GetGaapAccessRegionsArgs{}, 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 accessRegions = Tencentcloud.GetGaapAccessRegions.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.GetGaapAccessRegionsArgs;
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 accessRegions = TencentcloudFunctions.getGaapAccessRegions();
    }
}
variables:
  accessRegions:
    fn::invoke:
      function: tencentcloud:getGaapAccessRegions
      arguments: {}
Using getGaapAccessRegions
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 getGaapAccessRegions(args: GetGaapAccessRegionsArgs, opts?: InvokeOptions): Promise<GetGaapAccessRegionsResult>
function getGaapAccessRegionsOutput(args: GetGaapAccessRegionsOutputArgs, opts?: InvokeOptions): Output<GetGaapAccessRegionsResult>def get_gaap_access_regions(id: Optional[str] = None,
                            result_output_file: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetGaapAccessRegionsResult
def get_gaap_access_regions_output(id: Optional[pulumi.Input[str]] = None,
                            result_output_file: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetGaapAccessRegionsResult]func GetGaapAccessRegions(ctx *Context, args *GetGaapAccessRegionsArgs, opts ...InvokeOption) (*GetGaapAccessRegionsResult, error)
func GetGaapAccessRegionsOutput(ctx *Context, args *GetGaapAccessRegionsOutputArgs, opts ...InvokeOption) GetGaapAccessRegionsResultOutput> Note: This function is named GetGaapAccessRegions in the Go SDK.
public static class GetGaapAccessRegions 
{
    public static Task<GetGaapAccessRegionsResult> InvokeAsync(GetGaapAccessRegionsArgs args, InvokeOptions? opts = null)
    public static Output<GetGaapAccessRegionsResult> Invoke(GetGaapAccessRegionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaapAccessRegionsResult> getGaapAccessRegions(GetGaapAccessRegionsArgs args, InvokeOptions options)
public static Output<GetGaapAccessRegionsResult> getGaapAccessRegions(GetGaapAccessRegionsArgs args, InvokeOptions options)
fn::invoke:
  function: tencentcloud:index/getGaapAccessRegions:getGaapAccessRegions
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- ResultOutput stringFile 
- Used to save results.
- Id string
- ResultOutput stringFile 
- Used to save results.
- id String
- resultOutput StringFile 
- Used to save results.
- id string
- resultOutput stringFile 
- Used to save results.
- id str
- result_output_ strfile 
- Used to save results.
- id String
- resultOutput StringFile 
- Used to save results.
getGaapAccessRegions Result
The following output properties are available:
- AccessRegion List<GetSets Gaap Access Regions Access Region Set> 
- Acceleration Zone Details List.
- Id string
- ResultOutput stringFile 
- AccessRegion []GetSets Gaap Access Regions Access Region Set 
- Acceleration Zone Details List.
- Id string
- ResultOutput stringFile 
- accessRegion List<GetSets Gaap Access Regions Access Region Set> 
- Acceleration Zone Details List.
- id String
- resultOutput StringFile 
- accessRegion GetSets Gaap Access Regions Access Region Set[] 
- Acceleration Zone Details List.
- id string
- resultOutput stringFile 
- access_region_ Sequence[Getsets Gaap Access Regions Access Region Set] 
- Acceleration Zone Details List.
- id str
- result_output_ strfile 
- accessRegion List<Property Map>Sets 
- Acceleration Zone Details List.
- id String
- resultOutput StringFile 
Supporting Types
GetGaapAccessRegionsAccessRegionSet      
- 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.
- RegionArea stringName 
- Name of the region to which the computer room belongs.
- RegionId string
- Region id.
- RegionName string
- English or Chinese name of the region.
- SupportFeatures List<GetGaap Access Regions Access Region Set Support Feature> 
- 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.
- RegionArea stringName 
- Name of the region to which the computer room belongs.
- RegionId string
- Region id.
- RegionName string
- English or Chinese name of the region.
- SupportFeatures []GetGaap Access Regions Access Region Set Support Feature 
- 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.
- regionArea StringName 
- Name of the region to which the computer room belongs.
- regionId String
- Region id.
- regionName String
- English or Chinese name of the region.
- supportFeatures List<GetGaap Access Regions Access Region Set Support Feature> 
- 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.
- regionArea stringName 
- Name of the region to which the computer room belongs.
- regionId string
- Region id.
- regionName string
- English or Chinese name of the region.
- supportFeatures GetGaap Access Regions Access Region Set Support Feature[] 
- 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_ strname 
- Name of the region to which the computer room belongs.
- region_id str
- Region id.
- region_name str
- English or Chinese name of the region.
- support_features Sequence[GetGaap Access Regions Access Region Set Support Feature] 
- 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.
- regionArea StringName 
- Name of the region to which the computer room belongs.
- regionId String
- Region id.
- regionName String
- English or Chinese name of the region.
- supportFeatures List<Property Map>
- Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
GetGaapAccessRegionsAccessRegionSetSupportFeature        
- 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 tencentcloudTerraform Provider.
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack