tencentcloud 1.81.186 published on Thursday, Apr 24, 2025 by tencentcloudstack
tencentcloud.getGaapProxyGroups
Explore with Pulumi AI
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:
- Project
Id double - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- Filters
List<Get
Gaap Proxy Groups Filter> - 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 'Thunder' represents the standard proxy group and 'Accelerator' represents the silver acceleration proxy group.
- Id string
- Result
Output stringFile - Used to save results.
- List<Get
Gaap Proxy Groups Tag Set> - 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 float64 - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- Filters
[]Get
Gaap Proxy Groups Filter - 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 'Thunder' represents the standard proxy group and 'Accelerator' represents the silver acceleration proxy group.
- Id string
- Result
Output stringFile - Used to save results.
- []Get
Gaap Proxy Groups Tag Set - 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 Double - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- filters
List<Get
Gaap Proxy Groups Filter> - 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 'Thunder' represents the standard proxy group and 'Accelerator' represents the silver acceleration proxy group.
- id String
- result
Output StringFile - Used to save results.
- List<Get
Gaap Proxy Groups Tag Set> - 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 number - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- filters
Get
Gaap Proxy Groups Filter[] - 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 'Thunder' represents the standard proxy group and 'Accelerator' represents the silver acceleration proxy group.
- id string
- result
Output stringFile - Used to save results.
- Get
Gaap Proxy Groups Tag Set[] - 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[Get
Gaap Proxy Groups Filter] - 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 'Thunder' represents the standard proxy group and 'Accelerator' represents the silver acceleration proxy group.
- id str
- result_
output_ strfile - Used to save results.
- tag_
sets Sequence[GetGaap Proxy Groups Tag Set] - 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 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 'Thunder' represents the standard proxy group and 'Accelerator' represents the silver acceleration proxy group.
- id String
- result
Output StringFile - Used to save results.
- 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
- Project
Id double - Project Id.
- Proxy
Group List<GetLists Gaap Proxy Groups Proxy Group List> - List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
- Filters
List<Get
Gaap Proxy Groups Filter> - Result
Output stringFile - List<Get
Gaap Proxy Groups Tag Set> - Tag Set.
- Id string
- Project
Id float64 - Project Id.
- Proxy
Group []GetLists Gaap Proxy Groups Proxy Group List - List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
- Filters
[]Get
Gaap Proxy Groups Filter - Result
Output stringFile - []Get
Gaap Proxy Groups Tag Set - Tag Set.
- id String
- project
Id Double - Project Id.
- proxy
Group List<GetLists Gaap Proxy Groups Proxy Group List> - List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
- filters
List<Get
Gaap Proxy Groups Filter> - result
Output StringFile - List<Get
Gaap Proxy Groups Tag Set> - Tag Set.
- id string
- project
Id number - Project Id.
- proxy
Group GetLists Gaap Proxy Groups Proxy Group List[] - List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
- filters
Get
Gaap Proxy Groups Filter[] - result
Output stringFile - Get
Gaap Proxy Groups Tag Set[] - Tag Set.
- id str
- project_
id float - Project Id.
- proxy_
group_ Sequence[Getlists Gaap Proxy Groups Proxy Group List] - List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
- filters
Sequence[Get
Gaap Proxy Groups Filter] - result_
output_ strfile - tag_
sets Sequence[GetGaap Proxy Groups Tag Set] - Tag Set.
- id String
- project
Id Number - Project Id.
- proxy
Group List<Property Map>Lists - List of proxy groups.Note: This field may return null, indicating that a valid value cannot be obtained.
- filters List<Property Map>
- result
Output StringFile - List<Property Map>
- Tag Set.
Supporting Types
GetGaapProxyGroupsFilter
GetGaapProxyGroupsProxyGroupList
- Create
Time 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.
- Feature
Bitmap 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.
- Group
Id string - proxy group Id.
- Group
Name 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.
- Project
Id double - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- Proxy
Type double - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- Real
Server List<GetRegion Infos Gaap Proxy Groups Proxy Group List Real Server Region Info> - 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.
- List<Get
Gaap Proxy Groups Proxy Group List Tag Set> - 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 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.
- Feature
Bitmap 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.
- Group
Id string - proxy group Id.
- Group
Name 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.
- Project
Id float64 - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- Proxy
Type float64 - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- Real
Server []GetRegion Infos Gaap Proxy Groups Proxy Group List Real Server Region Info - 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.
- []Get
Gaap Proxy Groups Proxy Group List Tag Set - 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 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.
- feature
Bitmap 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.
- group
Id String - proxy group Id.
- group
Name 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.
- project
Id Double - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- proxy
Type Double - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- real
Server List<GetRegion Infos Gaap Proxy Groups Proxy Group List Real Server Region Info> - 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.
- List<Get
Gaap Proxy Groups Proxy Group List Tag Set> - 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 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.
- feature
Bitmap 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.
- group
Id string - proxy group Id.
- group
Name 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.
- project
Id number - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- proxy
Type number - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- real
Server GetRegion Infos Gaap Proxy Groups Proxy Group List Real Server Region Info[] - 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.
- Get
Gaap Proxy Groups Proxy Group List Tag Set[] - 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_ Sequence[Getregion_ infos Gaap Proxy Groups Proxy Group List Real Server Region Info] - 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[GetGaap Proxy Groups Proxy Group List Tag Set] - 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.
- create
Time 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.
- feature
Bitmap 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.
- group
Id String - proxy group Id.
- group
Name 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.
- project
Id Number - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- proxy
Type Number - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- real
Server List<Property Map>Region Infos - 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.
- 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
- Feature
Bitmap 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.
- 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 - Region Name.
- Support
Features List<GetGaap Proxy Groups Proxy Group List Real Server Region Info Support Feature> - Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
- Feature
Bitmap 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.
- 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 - Region Name.
- Support
Features []GetGaap Proxy Groups Proxy Group List Real Server Region Info Support Feature - Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
- feature
Bitmap 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.
- 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 - Region Name.
- support
Features List<GetGaap Proxy Groups Proxy Group List Real Server Region Info Support Feature> - Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
- feature
Bitmap 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.
- 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 - Region Name.
- support
Features GetGaap Proxy Groups Proxy Group List Real Server Region Info 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 - Region name of the computer room.
- region_
id str - Region Id.
- region_
name str - Region Name.
- support_
features Sequence[GetGaap Proxy Groups Proxy Group List Real Server Region Info Support Feature] - Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
- feature
Bitmap 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.
- 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 - Region Name.
- support
Features List<Property Map> - Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
GetGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature
- Network
Types 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.
- Network
Types []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 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.
- network
Types 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.
- network
Types 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
GetGaapProxyGroupsTagSet
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.186 published on Thursday, Apr 24, 2025 by tencentcloudstack