1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getGaapProxyGroups
tencentcloud 1.81.186 published on Thursday, Apr 24, 2025 by tencentcloudstack

tencentcloud.getGaapProxyGroups

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.186 published on Thursday, Apr 24, 2025 by tencentcloudstack

    Use this data source to query detailed information of gaap proxy groups

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const proxyGroups = tencentcloud.getGaapProxyGroups({
        filters: [{
            name: "GroupId",
            values: ["lg-2foz7wjh"],
        }],
        projectId: 0,
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    proxy_groups = tencentcloud.get_gaap_proxy_groups(filters=[{
            "name": "GroupId",
            "values": ["lg-2foz7wjh"],
        }],
        project_id=0)
    
    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.GetGaapProxyGroups(ctx, &tencentcloud.GetGaapProxyGroupsArgs{
    			Filters: []tencentcloud.GetGaapProxyGroupsFilter{
    				{
    					Name: "GroupId",
    					Values: []string{
    						"lg-2foz7wjh",
    					},
    				},
    			},
    			ProjectId: 0,
    		}, 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 proxyGroups = Tencentcloud.GetGaapProxyGroups.Invoke(new()
        {
            Filters = new[]
            {
                new Tencentcloud.Inputs.GetGaapProxyGroupsFilterInputArgs
                {
                    Name = "GroupId",
                    Values = new[]
                    {
                        "lg-2foz7wjh",
                    },
                },
            },
            ProjectId = 0,
        });
    
    });
    
    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.GetGaapProxyGroupsArgs;
    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 proxyGroups = TencentcloudFunctions.getGaapProxyGroups(GetGaapProxyGroupsArgs.builder()
                .filters(GetGaapProxyGroupsFilterArgs.builder()
                    .name("GroupId")
                    .values("lg-2foz7wjh")
                    .build())
                .projectId(0)
                .build());
    
        }
    }
    
    variables:
      proxyGroups:
        fn::invoke:
          function: tencentcloud:getGaapProxyGroups
          arguments:
            filters:
              - name: GroupId
                values:
                  - lg-2foz7wjh
            projectId: 0
    

    Using getGaapProxyGroups

    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 getGaapProxyGroups(args: GetGaapProxyGroupsArgs, opts?: InvokeOptions): Promise<GetGaapProxyGroupsResult>
    function getGaapProxyGroupsOutput(args: GetGaapProxyGroupsOutputArgs, opts?: InvokeOptions): Output<GetGaapProxyGroupsResult>
    def get_gaap_proxy_groups(filters: Optional[Sequence[GetGaapProxyGroupsFilter]] = None,
                              id: Optional[str] = None,
                              project_id: Optional[float] = None,
                              result_output_file: Optional[str] = None,
                              tag_sets: Optional[Sequence[GetGaapProxyGroupsTagSet]] = None,
                              opts: Optional[InvokeOptions] = None) -> GetGaapProxyGroupsResult
    def get_gaap_proxy_groups_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetGaapProxyGroupsFilterArgs]]]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              project_id: Optional[pulumi.Input[float]] = None,
                              result_output_file: Optional[pulumi.Input[str]] = None,
                              tag_sets: Optional[pulumi.Input[Sequence[pulumi.Input[GetGaapProxyGroupsTagSetArgs]]]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetGaapProxyGroupsResult]
    func GetGaapProxyGroups(ctx *Context, args *GetGaapProxyGroupsArgs, opts ...InvokeOption) (*GetGaapProxyGroupsResult, error)
    func GetGaapProxyGroupsOutput(ctx *Context, args *GetGaapProxyGroupsOutputArgs, opts ...InvokeOption) GetGaapProxyGroupsResultOutput

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

    public static class GetGaapProxyGroups 
    {
        public static Task<GetGaapProxyGroupsResult> InvokeAsync(GetGaapProxyGroupsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaapProxyGroupsResult> Invoke(GetGaapProxyGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaapProxyGroupsResult> getGaapProxyGroups(GetGaapProxyGroupsArgs args, InvokeOptions options)
    public static Output<GetGaapProxyGroupsResult> getGaapProxyGroups(GetGaapProxyGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getGaapProxyGroups:getGaapProxyGroups
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId double
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    Filters List<GetGaapProxyGroupsFilter>
    Filter conditions,The upper limit of Filter.Values per request is 5.RealServerRegion - String - Required: No - (filtering criteria) Filter by real server region, refer to the RegionId in the returned results of the DescribeDestRegions interface.PackageType - String - Required: No - (Filter condition) proxy group type, where &#39;Thunder&#39; represents the standard proxy group and &#39;Accelerator&#39; represents the silver acceleration proxy group.
    Id string
    ResultOutputFile string
    Used to save results.
    TagSets List<GetGaapProxyGroupsTagSet>
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    ProjectId float64
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    Filters []GetGaapProxyGroupsFilter
    Filter conditions,The upper limit of Filter.Values per request is 5.RealServerRegion - String - Required: No - (filtering criteria) Filter by real server region, refer to the RegionId in the returned results of the DescribeDestRegions interface.PackageType - String - Required: No - (Filter condition) proxy group type, where &#39;Thunder&#39; represents the standard proxy group and &#39;Accelerator&#39; represents the silver acceleration proxy group.
    Id string
    ResultOutputFile string
    Used to save results.
    TagSets []GetGaapProxyGroupsTagSet
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    projectId Double
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    filters List<GetGaapProxyGroupsFilter>
    Filter conditions,The upper limit of Filter.Values per request is 5.RealServerRegion - String - Required: No - (filtering criteria) Filter by real server region, refer to the RegionId in the returned results of the DescribeDestRegions interface.PackageType - String - Required: No - (Filter condition) proxy group type, where &#39;Thunder&#39; represents the standard proxy group and &#39;Accelerator&#39; represents the silver acceleration proxy group.
    id String
    resultOutputFile String
    Used to save results.
    tagSets List<GetGaapProxyGroupsTagSet>
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    projectId number
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    filters GetGaapProxyGroupsFilter[]
    Filter conditions,The upper limit of Filter.Values per request is 5.RealServerRegion - String - Required: No - (filtering criteria) Filter by real server region, refer to the RegionId in the returned results of the DescribeDestRegions interface.PackageType - String - Required: No - (Filter condition) proxy group type, where &#39;Thunder&#39; represents the standard proxy group and &#39;Accelerator&#39; represents the silver acceleration proxy group.
    id string
    resultOutputFile string
    Used to save results.
    tagSets GetGaapProxyGroupsTagSet[]
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    project_id float
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    filters Sequence[GetGaapProxyGroupsFilter]
    Filter conditions,The upper limit of Filter.Values per request is 5.RealServerRegion - String - Required: No - (filtering criteria) Filter by real server region, refer to the RegionId in the returned results of the DescribeDestRegions interface.PackageType - String - Required: No - (Filter condition) proxy group type, where &#39;Thunder&#39; represents the standard proxy group and &#39;Accelerator&#39; represents the silver acceleration proxy group.
    id str
    result_output_file str
    Used to save results.
    tag_sets Sequence[GetGaapProxyGroupsTagSet]
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    projectId Number
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    filters List<Property Map>
    Filter conditions,The upper limit of Filter.Values per request is 5.RealServerRegion - String - Required: No - (filtering criteria) Filter by real server region, refer to the RegionId in the returned results of the DescribeDestRegions interface.PackageType - String - Required: No - (Filter condition) proxy group type, where &#39;Thunder&#39; represents the standard proxy group and &#39;Accelerator&#39; represents the silver acceleration proxy group.
    id String
    resultOutputFile String
    Used to save results.
    tagSets List<Property Map>
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.

    getGaapProxyGroups Result

    The following output properties are available:

    Id string
    ProjectId double
    Project Id.
    ProxyGroupLists List<GetGaapProxyGroupsProxyGroupList>
    List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
    Filters List<GetGaapProxyGroupsFilter>
    ResultOutputFile string
    TagSets List<GetGaapProxyGroupsTagSet>
    Tag Set.
    Id string
    ProjectId float64
    Project Id.
    ProxyGroupLists []GetGaapProxyGroupsProxyGroupList
    List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
    Filters []GetGaapProxyGroupsFilter
    ResultOutputFile string
    TagSets []GetGaapProxyGroupsTagSet
    Tag Set.
    id String
    projectId Double
    Project Id.
    proxyGroupLists List<GetGaapProxyGroupsProxyGroupList>
    List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
    filters List<GetGaapProxyGroupsFilter>
    resultOutputFile String
    tagSets List<GetGaapProxyGroupsTagSet>
    Tag Set.
    id string
    projectId number
    Project Id.
    proxyGroupLists GetGaapProxyGroupsProxyGroupList[]
    List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
    filters GetGaapProxyGroupsFilter[]
    resultOutputFile string
    tagSets GetGaapProxyGroupsTagSet[]
    Tag Set.
    id str
    project_id float
    Project Id.
    proxy_group_lists Sequence[GetGaapProxyGroupsProxyGroupList]
    List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
    filters Sequence[GetGaapProxyGroupsFilter]
    result_output_file str
    tag_sets Sequence[GetGaapProxyGroupsTagSet]
    Tag Set.
    id String
    projectId Number
    Project Id.
    proxyGroupLists List<Property Map>
    List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
    filters List<Property Map>
    resultOutputFile String
    tagSets List<Property Map>
    Tag Set.

    Supporting Types

    GetGaapProxyGroupsFilter

    Name string
    Filter conditions.
    Values List<string>
    filtering value.
    Name string
    Filter conditions.
    Values []string
    filtering value.
    name String
    Filter conditions.
    values List<String>
    filtering value.
    name string
    Filter conditions.
    values string[]
    filtering value.
    name str
    Filter conditions.
    values Sequence[str]
    filtering value.
    name String
    Filter conditions.
    values List<String>
    filtering value.

    GetGaapProxyGroupsProxyGroupList

    CreateTime double
    Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
    Domain string
    proxy group domain nameNote: 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.
    GroupId string
    proxy group Id.
    GroupName string
    proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
    Http3Supported double
    Supports the identification of Http3 features, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    ProjectId double
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    ProxyType double
    Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
    RealServerRegionInfos List<GetGaapProxyGroupsProxyGroupListRealServerRegionInfo>
    Real Server Region Info.
    Status string
    proxy group status.Among them,'RUNNING' indicates running;'CREATING' indicates being created;'DESTROYING' indicates being destroyed;'MOVING' indicates that the proxy is being migrated;'CHANGING' indicates partial deployment.
    TagSets List<GetGaapProxyGroupsProxyGroupListTagSet>
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    Version string
    proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
    CreateTime float64
    Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
    Domain string
    proxy group domain nameNote: 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.
    GroupId string
    proxy group Id.
    GroupName string
    proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
    Http3Supported float64
    Supports the identification of Http3 features, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    ProjectId float64
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    ProxyType float64
    Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
    RealServerRegionInfos []GetGaapProxyGroupsProxyGroupListRealServerRegionInfo
    Real Server Region Info.
    Status string
    proxy group status.Among them,'RUNNING' indicates running;'CREATING' indicates being created;'DESTROYING' indicates being destroyed;'MOVING' indicates that the proxy is being migrated;'CHANGING' indicates partial deployment.
    TagSets []GetGaapProxyGroupsProxyGroupListTagSet
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    Version string
    proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
    createTime Double
    Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
    domain String
    proxy group domain nameNote: 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.
    groupId String
    proxy group Id.
    groupName String
    proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
    http3Supported Double
    Supports the identification of Http3 features, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    projectId Double
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    proxyType Double
    Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
    realServerRegionInfos List<GetGaapProxyGroupsProxyGroupListRealServerRegionInfo>
    Real Server Region Info.
    status String
    proxy group status.Among them,'RUNNING' indicates running;'CREATING' indicates being created;'DESTROYING' indicates being destroyed;'MOVING' indicates that the proxy is being migrated;'CHANGING' indicates partial deployment.
    tagSets List<GetGaapProxyGroupsProxyGroupListTagSet>
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    version String
    proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
    createTime number
    Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
    domain string
    proxy group domain nameNote: 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.
    groupId string
    proxy group Id.
    groupName string
    proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
    http3Supported number
    Supports the identification of Http3 features, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    projectId number
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    proxyType number
    Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
    realServerRegionInfos GetGaapProxyGroupsProxyGroupListRealServerRegionInfo[]
    Real Server Region Info.
    status string
    proxy group status.Among them,'RUNNING' indicates running;'CREATING' indicates being created;'DESTROYING' indicates being destroyed;'MOVING' indicates that the proxy is being migrated;'CHANGING' indicates partial deployment.
    tagSets GetGaapProxyGroupsProxyGroupListTagSet[]
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    version string
    proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
    create_time float
    Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
    domain str
    proxy group domain nameNote: 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.
    group_id str
    proxy group Id.
    group_name str
    proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
    http3_supported float
    Supports the identification of Http3 features, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    project_id float
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    proxy_type float
    Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
    real_server_region_infos Sequence[GetGaapProxyGroupsProxyGroupListRealServerRegionInfo]
    Real Server Region Info.
    status str
    proxy group status.Among them,'RUNNING' indicates running;'CREATING' indicates being created;'DESTROYING' indicates being destroyed;'MOVING' indicates that the proxy is being migrated;'CHANGING' indicates partial deployment.
    tag_sets Sequence[GetGaapProxyGroupsProxyGroupListTagSet]
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    version str
    proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
    createTime Number
    Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
    domain String
    proxy group domain nameNote: 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.
    groupId String
    proxy group Id.
    groupName String
    proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
    http3Supported Number
    Supports the identification of Http3 features, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    projectId Number
    Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
    proxyType Number
    Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
    realServerRegionInfos List<Property Map>
    Real Server Region Info.
    status String
    proxy group status.Among them,'RUNNING' indicates running;'CREATING' indicates being created;'DESTROYING' indicates being destroyed;'MOVING' indicates that the proxy is being migrated;'CHANGING' indicates partial deployment.
    tagSets List<Property Map>
    Tag list, when this field exists, pulls the resource list under the corresponding tag.Supports a maximum of 5 labels. When there are two or more labels and any one of them is met, the proxy group will be pulled out.
    version String
    proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.

    GetGaapProxyGroupsProxyGroupListRealServerRegionInfo

    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<GetGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature>
    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 []GetGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature
    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<GetGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature>
    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 GetGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature[]
    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[GetGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature]
    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.

    GetGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature

    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.

    GetGaapProxyGroupsProxyGroupListTagSet

    TagKey string
    Tag Key.
    TagValue string
    Tag Value.
    TagKey string
    Tag Key.
    TagValue string
    Tag Value.
    tagKey String
    Tag Key.
    tagValue String
    Tag Value.
    tagKey string
    Tag Key.
    tagValue string
    Tag Value.
    tag_key str
    Tag Key.
    tag_value str
    Tag Value.
    tagKey String
    Tag Key.
    tagValue String
    Tag Value.

    GetGaapProxyGroupsTagSet

    TagKey string
    Tag Key.
    TagValue string
    Tag Value.
    TagKey string
    Tag Key.
    TagValue string
    Tag Value.
    tagKey String
    Tag Key.
    tagValue String
    Tag Value.
    tagKey string
    Tag Key.
    tagValue string
    Tag Value.
    tag_key str
    Tag Key.
    tag_value str
    Tag Value.
    tagKey String
    Tag Key.
    tagValue String
    Tag Value.

    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.186 published on Thursday, Apr 24, 2025 by tencentcloudstack