tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack
tencentcloud.getGaapProxyGroups
Explore with Pulumi AI
tencentcloud 1.81.182 published on Monday, Apr 14, 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. double - Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
- Domain
This property is required. string - proxy group domain nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Feature
Bitmap This property is required. 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 This property is required. string - proxy group Id.
- Group
Name This property is required. string - proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
- Http3Supported
This property is required. 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 This property is required. double - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- Proxy
Type This property is required. double - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- Real
Server Region Infos This property is required. List<GetGaap Proxy Groups Proxy Group List Real Server Region Info> - Real Server Region Info.
- Status
This property is required. 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.
This property is required. List<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
This property is required. string - proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
- Create
Time This property is required. float64 - Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
- Domain
This property is required. string - proxy group domain nameNote: This field may return null, indicating that a valid value cannot be obtained.
- Feature
Bitmap This property is required. 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 This property is required. string - proxy group Id.
- Group
Name This property is required. string - proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
- Http3Supported
This property is required. 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 This property is required. float64 - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- Proxy
Type This property is required. float64 - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- Real
Server Region Infos This property is required. []GetGaap Proxy Groups Proxy Group List Real Server Region Info - Real Server Region Info.
- Status
This property is required. 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.
This property is required. []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
This property is required. string - proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
- create
Time This property is required. Double - Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
- domain
This property is required. String - proxy group domain nameNote: This field may return null, indicating that a valid value cannot be obtained.
- feature
Bitmap This property is required. 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 This property is required. String - proxy group Id.
- group
Name This property is required. String - proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
- http3Supported
This property is required. 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 This property is required. Double - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- proxy
Type This property is required. Double - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- real
Server Region Infos This property is required. List<GetGaap Proxy Groups Proxy Group List Real Server Region Info> - Real Server Region Info.
- status
This property is required. 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.
This property is required. List<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
This property is required. String - proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
- create
Time This property is required. number - Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
- domain
This property is required. string - proxy group domain nameNote: This field may return null, indicating that a valid value cannot be obtained.
- feature
Bitmap This property is required. 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 This property is required. string - proxy group Id.
- group
Name This property is required. string - proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
- http3Supported
This property is required. 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 This property is required. number - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- proxy
Type This property is required. number - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- real
Server Region Infos This property is required. GetGaap Proxy Groups Proxy Group List Real Server Region Info[] - Real Server Region Info.
- status
This property is required. 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.
This property is required. 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
This property is required. string - proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
- create_
time This property is required. float - Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
- domain
This property is required. str - proxy group domain nameNote: This field may return null, indicating that a valid value cannot be obtained.
- feature_
bitmap This property is required. 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 This property is required. str - proxy group Id.
- group_
name This property is required. str - proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
- http3_
supported This property is required. 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 This property is required. float - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- proxy_
type This property is required. 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 This property is required. Sequence[GetGaap Proxy Groups Proxy Group List Real Server Region Info] - Real Server Region Info.
- status
This property is required. 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 This property is required. 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
This property is required. str - proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
- create
Time This property is required. Number - Create TimeNote: This field may return null, indicating that a valid value cannot be obtained.
- domain
This property is required. String - proxy group domain nameNote: This field may return null, indicating that a valid value cannot be obtained.
- feature
Bitmap This property is required. 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 This property is required. String - proxy group Id.
- group
Name This property is required. String - proxy Group NameNote: This field may return null, indicating that a valid value cannot be obtained.
- http3Supported
This property is required. 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 This property is required. Number - Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items.
- proxy
Type This property is required. Number - Does the proxy group include Microsoft proxysNote: This field may return null, indicating that a valid value cannot be obtained.
- real
Server Region Infos This property is required. List<Property Map> - Real Server Region Info.
- status
This property is required. 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.
This property is required. 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
This property is required. String - proxy Group VersionNote: This field may return null, indicating that a valid value cannot be obtained.
GetGaapProxyGroupsProxyGroupListRealServerRegionInfo
- Feature
Bitmap This property is required. 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 This property is required. string - The type of computer room, where 'dc' represents the DataCenter data center and 'ec' represents the EdgeComputing edge node.
- Region
Area This property is required. string - Region of the computer room.
- Region
Area Name This property is required. string - Region name of the computer room.
- Region
Id This property is required. string - Region Id.
- Region
Name This property is required. string - Region Name.
- Support
Features This property is required. 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 This property is required. 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 This property is required. string - The type of computer room, where 'dc' represents the DataCenter data center and 'ec' represents the EdgeComputing edge node.
- Region
Area This property is required. string - Region of the computer room.
- Region
Area Name This property is required. string - Region name of the computer room.
- Region
Id This property is required. string - Region Id.
- Region
Name This property is required. string - Region Name.
- Support
Features This property is required. []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 This property is required. 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 This property is required. String - The type of computer room, where 'dc' represents the DataCenter data center and 'ec' represents the EdgeComputing edge node.
- region
Area This property is required. String - Region of the computer room.
- region
Area Name This property is required. String - Region name of the computer room.
- region
Id This property is required. String - Region Id.
- region
Name This property is required. String - Region Name.
- support
Features This property is required. 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 This property is required. 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 This property is required. string - The type of computer room, where 'dc' represents the DataCenter data center and 'ec' represents the EdgeComputing edge node.
- region
Area This property is required. string - Region of the computer room.
- region
Area Name This property is required. string - Region name of the computer room.
- region
Id This property is required. string - Region Id.
- region
Name This property is required. string - Region Name.
- support
Features This property is required. 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 This property is required. 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 This property is required. str - The type of computer room, where 'dc' represents the DataCenter data center and 'ec' represents the EdgeComputing edge node.
- region_
area This property is required. str - Region of the computer room.
- region_
area_ name This property is required. str - Region name of the computer room.
- region_
id This property is required. str - Region Id.
- region_
name This property is required. str - Region Name.
- support_
features This property is required. 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 This property is required. 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 This property is required. String - The type of computer room, where 'dc' represents the DataCenter data center and 'ec' represents the EdgeComputing edge node.
- region
Area This property is required. String - Region of the computer room.
- region
Area Name This property is required. String - Region name of the computer room.
- region
Id This property is required. String - Region Id.
- region
Name This property is required. String - Region Name.
- support
Features This property is required. List<Property Map> - Ability to access regional supportNote: This field may return null, indicating that a valid value cannot be obtained.
GetGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature
- Network
Types This property is required. 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 This property is required. []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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.182 published on Monday, Apr 14, 2025 by tencentcloudstack