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

tencentcloud.getGaapProxyDetail

Explore with Pulumi AI

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

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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const proxyDetail = tencentcloud.getGaapProxyDetail({
        proxyId: "link-m9t4yho9",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    proxy_detail = tencentcloud.get_gaap_proxy_detail(proxy_id="link-m9t4yho9")
    
    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.GetGaapProxyDetail(ctx, &tencentcloud.GetGaapProxyDetailArgs{
    			ProxyId: "link-m9t4yho9",
    		}, 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 proxyDetail = Tencentcloud.GetGaapProxyDetail.Invoke(new()
        {
            ProxyId = "link-m9t4yho9",
        });
    
    });
    
    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.GetGaapProxyDetailArgs;
    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 proxyDetail = TencentcloudFunctions.getGaapProxyDetail(GetGaapProxyDetailArgs.builder()
                .proxyId("link-m9t4yho9")
                .build());
    
        }
    }
    
    variables:
      proxyDetail:
        fn::invoke:
          function: tencentcloud:getGaapProxyDetail
          arguments:
            proxyId: link-m9t4yho9
    

    Using getGaapProxyDetail

    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 getGaapProxyDetail(args: GetGaapProxyDetailArgs, opts?: InvokeOptions): Promise<GetGaapProxyDetailResult>
    function getGaapProxyDetailOutput(args: GetGaapProxyDetailOutputArgs, opts?: InvokeOptions): Output<GetGaapProxyDetailResult>
    def get_gaap_proxy_detail(id: Optional[str] = None,
                              proxy_id: Optional[str] = None,
                              result_output_file: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetGaapProxyDetailResult
    def get_gaap_proxy_detail_output(id: Optional[pulumi.Input[str]] = None,
                              proxy_id: Optional[pulumi.Input[str]] = None,
                              result_output_file: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetGaapProxyDetailResult]
    func GetGaapProxyDetail(ctx *Context, args *GetGaapProxyDetailArgs, opts ...InvokeOption) (*GetGaapProxyDetailResult, error)
    func GetGaapProxyDetailOutput(ctx *Context, args *GetGaapProxyDetailOutputArgs, opts ...InvokeOption) GetGaapProxyDetailResultOutput

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

    public static class GetGaapProxyDetail 
    {
        public static Task<GetGaapProxyDetailResult> InvokeAsync(GetGaapProxyDetailArgs args, InvokeOptions? opts = null)
        public static Output<GetGaapProxyDetailResult> Invoke(GetGaapProxyDetailInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaapProxyDetailResult> getGaapProxyDetail(GetGaapProxyDetailArgs args, InvokeOptions options)
    public static Output<GetGaapProxyDetailResult> getGaapProxyDetail(GetGaapProxyDetailArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getGaapProxyDetail:getGaapProxyDetail
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProxyId string
    Proxy Id.
    Id string
    ResultOutputFile string
    Used to save results.
    ProxyId string
    Proxy Id.
    Id string
    ResultOutputFile string
    Used to save results.
    proxyId String
    Proxy Id.
    id String
    resultOutputFile String
    Used to save results.
    proxyId string
    Proxy Id.
    id string
    resultOutputFile string
    Used to save results.
    proxy_id str
    Proxy Id.
    id str
    result_output_file str
    Used to save results.
    proxyId String
    Proxy Id.
    id String
    resultOutputFile String
    Used to save results.

    getGaapProxyDetail Result

    The following output properties are available:

    Id string
    ProxyDetails List<GetGaapProxyDetailProxyDetail>
    Proxy Detail.
    ProxyId string
    (New parameter) proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    ResultOutputFile string
    Id string
    ProxyDetails []GetGaapProxyDetailProxyDetail
    Proxy Detail.
    ProxyId string
    (New parameter) proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    ResultOutputFile string
    id String
    proxyDetails List<GetGaapProxyDetailProxyDetail>
    Proxy Detail.
    proxyId String
    (New parameter) proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    resultOutputFile String
    id string
    proxyDetails GetGaapProxyDetailProxyDetail[]
    Proxy Detail.
    proxyId string
    (New parameter) proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    resultOutputFile string
    id str
    proxy_details Sequence[GetGaapProxyDetailProxyDetail]
    Proxy Detail.
    proxy_id str
    (New parameter) proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    result_output_file str
    id String
    proxyDetails List<Property Map>
    Proxy Detail.
    proxyId String
    (New parameter) proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    resultOutputFile String

    Supporting Types

    GetGaapProxyDetailProxyDetail

    AccessRegion string
    Access Region.
    AccessRegionInfos List<GetGaapProxyDetailProxyDetailAccessRegionInfo>
    Detailed information about the access region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    BanStatus string
    Blocking and Unblocking Status: BANNED indicates that the ban has been lifted, RECOVER indicates that the ban has been lifted or not, BANNING indicates that the ban is in progress, RECOVERING indicates that the ban is being lifted, BAN_FAILED indicates that the ban has failed, RECOVER_FAILED indicates that the unblocking has failed.Note: This field may return null, indicating that a valid value cannot be obtained.
    Bandwidth double
    Band width.
    BillingType double
    Billing type: 0 represents bandwidth based billing, and 1 represents traffic based billing.Note: This field may return null, indicating that a valid value cannot be obtained.
    ClientIpMethods List<double>
    The method of obtaining client IP through proxys, where 0 represents TOA and 1 represents Proxy ProtocolNote: This field may return null, indicating that a valid value cannot be obtained.
    Concurrent double
    Concurrent, in 10000 pieces/second.
    CreateTime double
    The creation time, using a Unix timestamp, represents the number of seconds that have passed since January 1, 1970 (midnight UTC/GMT).
    Domain string
    Domain.
    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.
    ForwardIp string
    proxy forwarding IP.
    GroupId string
    proxy group ID, which exists when a proxy belongs to a certain proxy group.Note: This field may return null, indicating that a valid value cannot be obtained.
    Http3Supported double
    Identification that supports the Http3 protocol, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    InBanBlacklist double
    Is it on the banned blacklist? 0 indicates not on the blacklist, and 1 indicates on the blacklist.Note: This field may return null, indicating that a valid value cannot be obtained.
    InstanceId string
    (Old parameter, please use ProxyId) Proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    Ip string
    IP.
    IpAddressVersion string
    IP version: IPv4, IPv6Note: This field may return null, indicating that a valid value cannot be obtained.
    IpLists List<GetGaapProxyDetailProxyDetailIpList>
    IP ListNote: This field may return null, indicating that a valid value cannot be obtained.
    IsSupportTlsChoice double
    Whether to allow TLS configuration.0-no support, 1-expressed support.
    ModifyConfigTime double
    Configuration change timeNote: This field may return null, indicating that a valid value cannot be obtained.
    NetworkType 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.
    PackageType string
    proxy package type: Thunder represents standard proxy, Accelerator represents silver acceleration proxy,CrossBorder represents a cross-border proxy.Note: This field may return null, indicating that a valid value cannot be obtained.
    PolicyId string
    Security policy ID, which exists when a security policy is set.Note: This field may return null, indicating that a valid value cannot be obtained.
    ProjectId double
    Project Id.
    ProxyId string
    Proxy Id.
    ProxyName string
    Proxy Name.
    ProxyType double
    proxy type, 100 represents THUNDER proxy, 103 represents Microsoft cooperation proxyNote: This field may return null, indicating that a valid value cannot be obtained.
    RealServerRegion string
    Real Server Region.
    RealServerRegionInfos List<GetGaapProxyDetailProxyDetailRealServerRegionInfo>
    Detailed information of the real server region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    RelatedGlobalDomains List<string>
    List of domain names associated with resolutionNote: This field may return null, indicating that a valid value cannot be obtained.
    Scalarable double
    1. This proxy can be scaled and expanded; 0, this proxy cannot be scaled or expanded.
    Status string
    proxy status. Among them:RUNNING indicates running;CREATING indicates being created;DESTROYING indicates being destroyed;OPENING indicates being opened;CLOSING indicates being closed;Closed indicates that it has been closed;ADJUSTING represents a configuration change in progress;ISOLATING indicates being isolated;ISOLATED indicates that it has been isolated;CLONING indicates copying;RECOVERING indicates that the proxy is being maintained;MOVING indicates that migration is in progress.
    SupportProtocols List<string>
    Supported protocol types.
    SupportSecurity double
    Does it support security group configurationNote: This field may return null, indicating that a valid value cannot be obtained.
    TagSets List<GetGaapProxyDetailProxyDetailTagSet>
    tag list, when there are no labels, this field is an empty list.Note: This field may return null, indicating that a valid value cannot be obtained.
    Version string
    Version 1.0, 2.0, 3.0.
    AccessRegion string
    Access Region.
    AccessRegionInfos []GetGaapProxyDetailProxyDetailAccessRegionInfo
    Detailed information about the access region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    BanStatus string
    Blocking and Unblocking Status: BANNED indicates that the ban has been lifted, RECOVER indicates that the ban has been lifted or not, BANNING indicates that the ban is in progress, RECOVERING indicates that the ban is being lifted, BAN_FAILED indicates that the ban has failed, RECOVER_FAILED indicates that the unblocking has failed.Note: This field may return null, indicating that a valid value cannot be obtained.
    Bandwidth float64
    Band width.
    BillingType float64
    Billing type: 0 represents bandwidth based billing, and 1 represents traffic based billing.Note: This field may return null, indicating that a valid value cannot be obtained.
    ClientIpMethods []float64
    The method of obtaining client IP through proxys, where 0 represents TOA and 1 represents Proxy ProtocolNote: This field may return null, indicating that a valid value cannot be obtained.
    Concurrent float64
    Concurrent, in 10000 pieces/second.
    CreateTime float64
    The creation time, using a Unix timestamp, represents the number of seconds that have passed since January 1, 1970 (midnight UTC/GMT).
    Domain string
    Domain.
    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.
    ForwardIp string
    proxy forwarding IP.
    GroupId string
    proxy group ID, which exists when a proxy belongs to a certain proxy group.Note: This field may return null, indicating that a valid value cannot be obtained.
    Http3Supported float64
    Identification that supports the Http3 protocol, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    InBanBlacklist float64
    Is it on the banned blacklist? 0 indicates not on the blacklist, and 1 indicates on the blacklist.Note: This field may return null, indicating that a valid value cannot be obtained.
    InstanceId string
    (Old parameter, please use ProxyId) Proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    Ip string
    IP.
    IpAddressVersion string
    IP version: IPv4, IPv6Note: This field may return null, indicating that a valid value cannot be obtained.
    IpLists []GetGaapProxyDetailProxyDetailIpList
    IP ListNote: This field may return null, indicating that a valid value cannot be obtained.
    IsSupportTlsChoice float64
    Whether to allow TLS configuration.0-no support, 1-expressed support.
    ModifyConfigTime float64
    Configuration change timeNote: This field may return null, indicating that a valid value cannot be obtained.
    NetworkType 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.
    PackageType string
    proxy package type: Thunder represents standard proxy, Accelerator represents silver acceleration proxy,CrossBorder represents a cross-border proxy.Note: This field may return null, indicating that a valid value cannot be obtained.
    PolicyId string
    Security policy ID, which exists when a security policy is set.Note: This field may return null, indicating that a valid value cannot be obtained.
    ProjectId float64
    Project Id.
    ProxyId string
    Proxy Id.
    ProxyName string
    Proxy Name.
    ProxyType float64
    proxy type, 100 represents THUNDER proxy, 103 represents Microsoft cooperation proxyNote: This field may return null, indicating that a valid value cannot be obtained.
    RealServerRegion string
    Real Server Region.
    RealServerRegionInfos []GetGaapProxyDetailProxyDetailRealServerRegionInfo
    Detailed information of the real server region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    RelatedGlobalDomains []string
    List of domain names associated with resolutionNote: This field may return null, indicating that a valid value cannot be obtained.
    Scalarable float64
    1. This proxy can be scaled and expanded; 0, this proxy cannot be scaled or expanded.
    Status string
    proxy status. Among them:RUNNING indicates running;CREATING indicates being created;DESTROYING indicates being destroyed;OPENING indicates being opened;CLOSING indicates being closed;Closed indicates that it has been closed;ADJUSTING represents a configuration change in progress;ISOLATING indicates being isolated;ISOLATED indicates that it has been isolated;CLONING indicates copying;RECOVERING indicates that the proxy is being maintained;MOVING indicates that migration is in progress.
    SupportProtocols []string
    Supported protocol types.
    SupportSecurity float64
    Does it support security group configurationNote: This field may return null, indicating that a valid value cannot be obtained.
    TagSets []GetGaapProxyDetailProxyDetailTagSet
    tag list, when there are no labels, this field is an empty list.Note: This field may return null, indicating that a valid value cannot be obtained.
    Version string
    Version 1.0, 2.0, 3.0.
    accessRegion String
    Access Region.
    accessRegionInfos List<GetGaapProxyDetailProxyDetailAccessRegionInfo>
    Detailed information about the access region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    banStatus String
    Blocking and Unblocking Status: BANNED indicates that the ban has been lifted, RECOVER indicates that the ban has been lifted or not, BANNING indicates that the ban is in progress, RECOVERING indicates that the ban is being lifted, BAN_FAILED indicates that the ban has failed, RECOVER_FAILED indicates that the unblocking has failed.Note: This field may return null, indicating that a valid value cannot be obtained.
    bandwidth Double
    Band width.
    billingType Double
    Billing type: 0 represents bandwidth based billing, and 1 represents traffic based billing.Note: This field may return null, indicating that a valid value cannot be obtained.
    clientIpMethods List<Double>
    The method of obtaining client IP through proxys, where 0 represents TOA and 1 represents Proxy ProtocolNote: This field may return null, indicating that a valid value cannot be obtained.
    concurrent Double
    Concurrent, in 10000 pieces/second.
    createTime Double
    The creation time, using a Unix timestamp, represents the number of seconds that have passed since January 1, 1970 (midnight UTC/GMT).
    domain String
    Domain.
    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.
    forwardIp String
    proxy forwarding IP.
    groupId String
    proxy group ID, which exists when a proxy belongs to a certain proxy group.Note: This field may return null, indicating that a valid value cannot be obtained.
    http3Supported Double
    Identification that supports the Http3 protocol, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    inBanBlacklist Double
    Is it on the banned blacklist? 0 indicates not on the blacklist, and 1 indicates on the blacklist.Note: This field may return null, indicating that a valid value cannot be obtained.
    instanceId String
    (Old parameter, please use ProxyId) Proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    ip String
    IP.
    ipAddressVersion String
    IP version: IPv4, IPv6Note: This field may return null, indicating that a valid value cannot be obtained.
    ipLists List<GetGaapProxyDetailProxyDetailIpList>
    IP ListNote: This field may return null, indicating that a valid value cannot be obtained.
    isSupportTlsChoice Double
    Whether to allow TLS configuration.0-no support, 1-expressed support.
    modifyConfigTime Double
    Configuration change timeNote: This field may return null, indicating that a valid value cannot be obtained.
    networkType 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.
    packageType String
    proxy package type: Thunder represents standard proxy, Accelerator represents silver acceleration proxy,CrossBorder represents a cross-border proxy.Note: This field may return null, indicating that a valid value cannot be obtained.
    policyId String
    Security policy ID, which exists when a security policy is set.Note: This field may return null, indicating that a valid value cannot be obtained.
    projectId Double
    Project Id.
    proxyId String
    Proxy Id.
    proxyName String
    Proxy Name.
    proxyType Double
    proxy type, 100 represents THUNDER proxy, 103 represents Microsoft cooperation proxyNote: This field may return null, indicating that a valid value cannot be obtained.
    realServerRegion String
    Real Server Region.
    realServerRegionInfos List<GetGaapProxyDetailProxyDetailRealServerRegionInfo>
    Detailed information of the real server region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    relatedGlobalDomains List<String>
    List of domain names associated with resolutionNote: This field may return null, indicating that a valid value cannot be obtained.
    scalarable Double
    1. This proxy can be scaled and expanded; 0, this proxy cannot be scaled or expanded.
    status String
    proxy status. Among them:RUNNING indicates running;CREATING indicates being created;DESTROYING indicates being destroyed;OPENING indicates being opened;CLOSING indicates being closed;Closed indicates that it has been closed;ADJUSTING represents a configuration change in progress;ISOLATING indicates being isolated;ISOLATED indicates that it has been isolated;CLONING indicates copying;RECOVERING indicates that the proxy is being maintained;MOVING indicates that migration is in progress.
    supportProtocols List<String>
    Supported protocol types.
    supportSecurity Double
    Does it support security group configurationNote: This field may return null, indicating that a valid value cannot be obtained.
    tagSets List<GetGaapProxyDetailProxyDetailTagSet>
    tag list, when there are no labels, this field is an empty list.Note: This field may return null, indicating that a valid value cannot be obtained.
    version String
    Version 1.0, 2.0, 3.0.
    accessRegion string
    Access Region.
    accessRegionInfos GetGaapProxyDetailProxyDetailAccessRegionInfo[]
    Detailed information about the access region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    banStatus string
    Blocking and Unblocking Status: BANNED indicates that the ban has been lifted, RECOVER indicates that the ban has been lifted or not, BANNING indicates that the ban is in progress, RECOVERING indicates that the ban is being lifted, BAN_FAILED indicates that the ban has failed, RECOVER_FAILED indicates that the unblocking has failed.Note: This field may return null, indicating that a valid value cannot be obtained.
    bandwidth number
    Band width.
    billingType number
    Billing type: 0 represents bandwidth based billing, and 1 represents traffic based billing.Note: This field may return null, indicating that a valid value cannot be obtained.
    clientIpMethods number[]
    The method of obtaining client IP through proxys, where 0 represents TOA and 1 represents Proxy ProtocolNote: This field may return null, indicating that a valid value cannot be obtained.
    concurrent number
    Concurrent, in 10000 pieces/second.
    createTime number
    The creation time, using a Unix timestamp, represents the number of seconds that have passed since January 1, 1970 (midnight UTC/GMT).
    domain string
    Domain.
    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.
    forwardIp string
    proxy forwarding IP.
    groupId string
    proxy group ID, which exists when a proxy belongs to a certain proxy group.Note: This field may return null, indicating that a valid value cannot be obtained.
    http3Supported number
    Identification that supports the Http3 protocol, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    inBanBlacklist number
    Is it on the banned blacklist? 0 indicates not on the blacklist, and 1 indicates on the blacklist.Note: This field may return null, indicating that a valid value cannot be obtained.
    instanceId string
    (Old parameter, please use ProxyId) Proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    ip string
    IP.
    ipAddressVersion string
    IP version: IPv4, IPv6Note: This field may return null, indicating that a valid value cannot be obtained.
    ipLists GetGaapProxyDetailProxyDetailIpList[]
    IP ListNote: This field may return null, indicating that a valid value cannot be obtained.
    isSupportTlsChoice number
    Whether to allow TLS configuration.0-no support, 1-expressed support.
    modifyConfigTime number
    Configuration change timeNote: This field may return null, indicating that a valid value cannot be obtained.
    networkType 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.
    packageType string
    proxy package type: Thunder represents standard proxy, Accelerator represents silver acceleration proxy,CrossBorder represents a cross-border proxy.Note: This field may return null, indicating that a valid value cannot be obtained.
    policyId string
    Security policy ID, which exists when a security policy is set.Note: This field may return null, indicating that a valid value cannot be obtained.
    projectId number
    Project Id.
    proxyId string
    Proxy Id.
    proxyName string
    Proxy Name.
    proxyType number
    proxy type, 100 represents THUNDER proxy, 103 represents Microsoft cooperation proxyNote: This field may return null, indicating that a valid value cannot be obtained.
    realServerRegion string
    Real Server Region.
    realServerRegionInfos GetGaapProxyDetailProxyDetailRealServerRegionInfo[]
    Detailed information of the real server region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    relatedGlobalDomains string[]
    List of domain names associated with resolutionNote: This field may return null, indicating that a valid value cannot be obtained.
    scalarable number
    1. This proxy can be scaled and expanded; 0, this proxy cannot be scaled or expanded.
    status string
    proxy status. Among them:RUNNING indicates running;CREATING indicates being created;DESTROYING indicates being destroyed;OPENING indicates being opened;CLOSING indicates being closed;Closed indicates that it has been closed;ADJUSTING represents a configuration change in progress;ISOLATING indicates being isolated;ISOLATED indicates that it has been isolated;CLONING indicates copying;RECOVERING indicates that the proxy is being maintained;MOVING indicates that migration is in progress.
    supportProtocols string[]
    Supported protocol types.
    supportSecurity number
    Does it support security group configurationNote: This field may return null, indicating that a valid value cannot be obtained.
    tagSets GetGaapProxyDetailProxyDetailTagSet[]
    tag list, when there are no labels, this field is an empty list.Note: This field may return null, indicating that a valid value cannot be obtained.
    version string
    Version 1.0, 2.0, 3.0.
    access_region str
    Access Region.
    access_region_infos Sequence[GetGaapProxyDetailProxyDetailAccessRegionInfo]
    Detailed information about the access region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    ban_status str
    Blocking and Unblocking Status: BANNED indicates that the ban has been lifted, RECOVER indicates that the ban has been lifted or not, BANNING indicates that the ban is in progress, RECOVERING indicates that the ban is being lifted, BAN_FAILED indicates that the ban has failed, RECOVER_FAILED indicates that the unblocking has failed.Note: This field may return null, indicating that a valid value cannot be obtained.
    bandwidth float
    Band width.
    billing_type float
    Billing type: 0 represents bandwidth based billing, and 1 represents traffic based billing.Note: This field may return null, indicating that a valid value cannot be obtained.
    client_ip_methods Sequence[float]
    The method of obtaining client IP through proxys, where 0 represents TOA and 1 represents Proxy ProtocolNote: This field may return null, indicating that a valid value cannot be obtained.
    concurrent float
    Concurrent, in 10000 pieces/second.
    create_time float
    The creation time, using a Unix timestamp, represents the number of seconds that have passed since January 1, 1970 (midnight UTC/GMT).
    domain str
    Domain.
    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.
    forward_ip str
    proxy forwarding IP.
    group_id str
    proxy group ID, which exists when a proxy belongs to a certain proxy group.Note: This field may return null, indicating that a valid value cannot be obtained.
    http3_supported float
    Identification that supports the Http3 protocol, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    in_ban_blacklist float
    Is it on the banned blacklist? 0 indicates not on the blacklist, and 1 indicates on the blacklist.Note: This field may return null, indicating that a valid value cannot be obtained.
    instance_id str
    (Old parameter, please use ProxyId) Proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    ip str
    IP.
    ip_address_version str
    IP version: IPv4, IPv6Note: This field may return null, indicating that a valid value cannot be obtained.
    ip_lists Sequence[GetGaapProxyDetailProxyDetailIpList]
    IP ListNote: This field may return null, indicating that a valid value cannot be obtained.
    is_support_tls_choice float
    Whether to allow TLS configuration.0-no support, 1-expressed support.
    modify_config_time float
    Configuration change timeNote: This field may return null, indicating that a valid value cannot be obtained.
    network_type 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.
    package_type str
    proxy package type: Thunder represents standard proxy, Accelerator represents silver acceleration proxy,CrossBorder represents a cross-border proxy.Note: This field may return null, indicating that a valid value cannot be obtained.
    policy_id str
    Security policy ID, which exists when a security policy is set.Note: This field may return null, indicating that a valid value cannot be obtained.
    project_id float
    Project Id.
    proxy_id str
    Proxy Id.
    proxy_name str
    Proxy Name.
    proxy_type float
    proxy type, 100 represents THUNDER proxy, 103 represents Microsoft cooperation proxyNote: This field may return null, indicating that a valid value cannot be obtained.
    real_server_region str
    Real Server Region.
    real_server_region_infos Sequence[GetGaapProxyDetailProxyDetailRealServerRegionInfo]
    Detailed information of the real server region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    related_global_domains Sequence[str]
    List of domain names associated with resolutionNote: This field may return null, indicating that a valid value cannot be obtained.
    scalarable float
    1. This proxy can be scaled and expanded; 0, this proxy cannot be scaled or expanded.
    status str
    proxy status. Among them:RUNNING indicates running;CREATING indicates being created;DESTROYING indicates being destroyed;OPENING indicates being opened;CLOSING indicates being closed;Closed indicates that it has been closed;ADJUSTING represents a configuration change in progress;ISOLATING indicates being isolated;ISOLATED indicates that it has been isolated;CLONING indicates copying;RECOVERING indicates that the proxy is being maintained;MOVING indicates that migration is in progress.
    support_protocols Sequence[str]
    Supported protocol types.
    support_security float
    Does it support security group configurationNote: This field may return null, indicating that a valid value cannot be obtained.
    tag_sets Sequence[GetGaapProxyDetailProxyDetailTagSet]
    tag list, when there are no labels, this field is an empty list.Note: This field may return null, indicating that a valid value cannot be obtained.
    version str
    Version 1.0, 2.0, 3.0.
    accessRegion String
    Access Region.
    accessRegionInfos List<Property Map>
    Detailed information about the access region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    banStatus String
    Blocking and Unblocking Status: BANNED indicates that the ban has been lifted, RECOVER indicates that the ban has been lifted or not, BANNING indicates that the ban is in progress, RECOVERING indicates that the ban is being lifted, BAN_FAILED indicates that the ban has failed, RECOVER_FAILED indicates that the unblocking has failed.Note: This field may return null, indicating that a valid value cannot be obtained.
    bandwidth Number
    Band width.
    billingType Number
    Billing type: 0 represents bandwidth based billing, and 1 represents traffic based billing.Note: This field may return null, indicating that a valid value cannot be obtained.
    clientIpMethods List<Number>
    The method of obtaining client IP through proxys, where 0 represents TOA and 1 represents Proxy ProtocolNote: This field may return null, indicating that a valid value cannot be obtained.
    concurrent Number
    Concurrent, in 10000 pieces/second.
    createTime Number
    The creation time, using a Unix timestamp, represents the number of seconds that have passed since January 1, 1970 (midnight UTC/GMT).
    domain String
    Domain.
    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.
    forwardIp String
    proxy forwarding IP.
    groupId String
    proxy group ID, which exists when a proxy belongs to a certain proxy group.Note: This field may return null, indicating that a valid value cannot be obtained.
    http3Supported Number
    Identification that supports the Http3 protocol, where:0 indicates shutdown;1 indicates enabled.Note: This field may return null, indicating that a valid value cannot be obtained.
    inBanBlacklist Number
    Is it on the banned blacklist? 0 indicates not on the blacklist, and 1 indicates on the blacklist.Note: This field may return null, indicating that a valid value cannot be obtained.
    instanceId String
    (Old parameter, please use ProxyId) Proxy instance ID.Note: This field may return null, indicating that a valid value cannot be obtained.
    ip String
    IP.
    ipAddressVersion String
    IP version: IPv4, IPv6Note: This field may return null, indicating that a valid value cannot be obtained.
    ipLists List<Property Map>
    IP ListNote: This field may return null, indicating that a valid value cannot be obtained.
    isSupportTlsChoice Number
    Whether to allow TLS configuration.0-no support, 1-expressed support.
    modifyConfigTime Number
    Configuration change timeNote: This field may return null, indicating that a valid value cannot be obtained.
    networkType 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.
    packageType String
    proxy package type: Thunder represents standard proxy, Accelerator represents silver acceleration proxy,CrossBorder represents a cross-border proxy.Note: This field may return null, indicating that a valid value cannot be obtained.
    policyId String
    Security policy ID, which exists when a security policy is set.Note: This field may return null, indicating that a valid value cannot be obtained.
    projectId Number
    Project Id.
    proxyId String
    Proxy Id.
    proxyName String
    Proxy Name.
    proxyType Number
    proxy type, 100 represents THUNDER proxy, 103 represents Microsoft cooperation proxyNote: This field may return null, indicating that a valid value cannot be obtained.
    realServerRegion String
    Real Server Region.
    realServerRegionInfos List<Property Map>
    Detailed information of the real server region, including the region ID and domain name.Note: This field may return null, indicating that a valid value cannot be obtained.
    relatedGlobalDomains List<String>
    List of domain names associated with resolutionNote: This field may return null, indicating that a valid value cannot be obtained.
    scalarable Number
    1. This proxy can be scaled and expanded; 0, this proxy cannot be scaled or expanded.
    status String
    proxy status. Among them:RUNNING indicates running;CREATING indicates being created;DESTROYING indicates being destroyed;OPENING indicates being opened;CLOSING indicates being closed;Closed indicates that it has been closed;ADJUSTING represents a configuration change in progress;ISOLATING indicates being isolated;ISOLATED indicates that it has been isolated;CLONING indicates copying;RECOVERING indicates that the proxy is being maintained;MOVING indicates that migration is in progress.
    supportProtocols List<String>
    Supported protocol types.
    supportSecurity Number
    Does it support security group configurationNote: This field may return null, indicating that a valid value cannot be obtained.
    tagSets List<Property Map>
    tag list, when there are no labels, this field is an empty list.Note: This field may return null, indicating that a valid value cannot be obtained.
    version String
    Version 1.0, 2.0, 3.0.

    GetGaapProxyDetailProxyDetailAccessRegionInfo

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

    GetGaapProxyDetailProxyDetailAccessRegionInfoSupportFeature

    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.

    GetGaapProxyDetailProxyDetailIpList

    Bandwidth double
    Band width.
    Ip string
    IP.
    Provider string
    Supplier, BGP represents default, CMCC represents China Mobile, CUCC represents China Unicom, and CTCC represents China Telecom.
    Bandwidth float64
    Band width.
    Ip string
    IP.
    Provider string
    Supplier, BGP represents default, CMCC represents China Mobile, CUCC represents China Unicom, and CTCC represents China Telecom.
    bandwidth Double
    Band width.
    ip String
    IP.
    provider String
    Supplier, BGP represents default, CMCC represents China Mobile, CUCC represents China Unicom, and CTCC represents China Telecom.
    bandwidth number
    Band width.
    ip string
    IP.
    provider string
    Supplier, BGP represents default, CMCC represents China Mobile, CUCC represents China Unicom, and CTCC represents China Telecom.
    bandwidth float
    Band width.
    ip str
    IP.
    provider str
    Supplier, BGP represents default, CMCC represents China Mobile, CUCC represents China Unicom, and CTCC represents China Telecom.
    bandwidth Number
    Band width.
    ip String
    IP.
    provider String
    Supplier, BGP represents default, CMCC represents China Mobile, CUCC represents China Unicom, and CTCC represents China Telecom.

    GetGaapProxyDetailProxyDetailRealServerRegionInfo

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

    GetGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeature

    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.

    GetGaapProxyDetailProxyDetailTagSet

    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.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack