tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getGaapCheckProxyCreate
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of gaap check proxy create
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
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.GetGaapCheckProxyCreateArgs;
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 checkProxyCreate = TencentcloudFunctions.getGaapCheckProxyCreate(GetGaapCheckProxyCreateArgs.builder()
.accessRegion("Guangzhou")
.bandwidth(10)
.concurrent(2)
.http3Supported(0)
.ipAddressVersion("IPv4")
.networkType("normal")
.packageType("Thunder")
.realServerRegion("Beijing")
.build());
}
}
variables:
checkProxyCreate:
fn::invoke:
function: tencentcloud:getGaapCheckProxyCreate
arguments:
accessRegion: Guangzhou
bandwidth: 10
concurrent: 2
http3Supported: 0
ipAddressVersion: IPv4
networkType: normal
packageType: Thunder
realServerRegion: Beijing
Using getGaapCheckProxyCreate
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 getGaapCheckProxyCreate(args: GetGaapCheckProxyCreateArgs, opts?: InvokeOptions): Promise<GetGaapCheckProxyCreateResult>
function getGaapCheckProxyCreateOutput(args: GetGaapCheckProxyCreateOutputArgs, opts?: InvokeOptions): Output<GetGaapCheckProxyCreateResult>
def get_gaap_check_proxy_create(access_region: Optional[str] = None,
bandwidth: Optional[float] = None,
concurrent: Optional[float] = None,
group_id: Optional[str] = None,
id: Optional[str] = None,
ip_address_version: Optional[str] = None,
network_type: Optional[str] = None,
package_type: Optional[str] = None,
real_server_region: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGaapCheckProxyCreateResult
def get_gaap_check_proxy_create_output(access_region: Optional[pulumi.Input[str]] = None,
bandwidth: Optional[pulumi.Input[float]] = None,
concurrent: Optional[pulumi.Input[float]] = None,
group_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
ip_address_version: Optional[pulumi.Input[str]] = None,
network_type: Optional[pulumi.Input[str]] = None,
package_type: Optional[pulumi.Input[str]] = None,
real_server_region: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGaapCheckProxyCreateResult]
func GetGaapCheckProxyCreate(ctx *Context, args *GetGaapCheckProxyCreateArgs, opts ...InvokeOption) (*GetGaapCheckProxyCreateResult, error)
func GetGaapCheckProxyCreateOutput(ctx *Context, args *GetGaapCheckProxyCreateOutputArgs, opts ...InvokeOption) GetGaapCheckProxyCreateResultOutput
> Note: This function is named GetGaapCheckProxyCreate
in the Go SDK.
public static class GetGaapCheckProxyCreate
{
public static Task<GetGaapCheckProxyCreateResult> InvokeAsync(GetGaapCheckProxyCreateArgs args, InvokeOptions? opts = null)
public static Output<GetGaapCheckProxyCreateResult> Invoke(GetGaapCheckProxyCreateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGaapCheckProxyCreateResult> getGaapCheckProxyCreate(GetGaapCheckProxyCreateArgs args, InvokeOptions options)
public static Output<GetGaapCheckProxyCreateResult> getGaapCheckProxyCreate(GetGaapCheckProxyCreateArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getGaapCheckProxyCreate:getGaapCheckProxyCreate
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Region string - The access (acceleration) area of the proxy. The value can be obtained through the interface DescribeAccessRegionsByDestRegion.
- Bandwidth double
- The upper limit of proxy bandwidth, in Mbps.
- Concurrent double
- The upper limit of chanproxynel concurrency, representing the number of simultaneous online connections, in tens of thousands.
- Real
Server stringRegion - The origin area of the proxy. The value can be obtained through the interface DescribeDestRegions.
- Group
Id string - If creating a proxy under a proxy group, you need to fill in the ID of the proxy group.
- Id string
- Ip
Address stringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- Network
Type string - Network type, can take values 'normal', 'cn2', default value normal.
- Package
Type string - Channel package type. Thunder represents the standard proxy group, Accelerator represents the game accelerator proxy, and CrossBorder represents the cross-border proxy.
- Result
Output stringFile - Used to save results.
- Access
Region string - The access (acceleration) area of the proxy. The value can be obtained through the interface DescribeAccessRegionsByDestRegion.
- Bandwidth float64
- The upper limit of proxy bandwidth, in Mbps.
- Concurrent float64
- The upper limit of chanproxynel concurrency, representing the number of simultaneous online connections, in tens of thousands.
- Real
Server stringRegion - The origin area of the proxy. The value can be obtained through the interface DescribeDestRegions.
- Group
Id string - If creating a proxy under a proxy group, you need to fill in the ID of the proxy group.
- Id string
- Ip
Address stringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- Network
Type string - Network type, can take values 'normal', 'cn2', default value normal.
- Package
Type string - Channel package type. Thunder represents the standard proxy group, Accelerator represents the game accelerator proxy, and CrossBorder represents the cross-border proxy.
- Result
Output stringFile - Used to save results.
- access
Region String - The access (acceleration) area of the proxy. The value can be obtained through the interface DescribeAccessRegionsByDestRegion.
- bandwidth Double
- The upper limit of proxy bandwidth, in Mbps.
- concurrent Double
- The upper limit of chanproxynel concurrency, representing the number of simultaneous online connections, in tens of thousands.
- real
Server StringRegion - The origin area of the proxy. The value can be obtained through the interface DescribeDestRegions.
- group
Id String - If creating a proxy under a proxy group, you need to fill in the ID of the proxy group.
- id String
- ip
Address StringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- network
Type String - Network type, can take values 'normal', 'cn2', default value normal.
- package
Type String - Channel package type. Thunder represents the standard proxy group, Accelerator represents the game accelerator proxy, and CrossBorder represents the cross-border proxy.
- result
Output StringFile - Used to save results.
- access
Region string - The access (acceleration) area of the proxy. The value can be obtained through the interface DescribeAccessRegionsByDestRegion.
- bandwidth number
- The upper limit of proxy bandwidth, in Mbps.
- concurrent number
- The upper limit of chanproxynel concurrency, representing the number of simultaneous online connections, in tens of thousands.
- real
Server stringRegion - The origin area of the proxy. The value can be obtained through the interface DescribeDestRegions.
- group
Id string - If creating a proxy under a proxy group, you need to fill in the ID of the proxy group.
- id string
- ip
Address stringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- network
Type string - Network type, can take values 'normal', 'cn2', default value normal.
- package
Type string - Channel package type. Thunder represents the standard proxy group, Accelerator represents the game accelerator proxy, and CrossBorder represents the cross-border proxy.
- result
Output stringFile - Used to save results.
- access_
region str - The access (acceleration) area of the proxy. The value can be obtained through the interface DescribeAccessRegionsByDestRegion.
- bandwidth float
- The upper limit of proxy bandwidth, in Mbps.
- concurrent float
- The upper limit of chanproxynel concurrency, representing the number of simultaneous online connections, in tens of thousands.
- real_
server_ strregion - The origin area of the proxy. The value can be obtained through the interface DescribeDestRegions.
- group_
id str - If creating a proxy under a proxy group, you need to fill in the ID of the proxy group.
- id str
- ip_
address_ strversion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- network_
type str - Network type, can take values 'normal', 'cn2', default value normal.
- package_
type str - Channel package type. Thunder represents the standard proxy group, Accelerator represents the game accelerator proxy, and CrossBorder represents the cross-border proxy.
- result_
output_ strfile - Used to save results.
- access
Region String - The access (acceleration) area of the proxy. The value can be obtained through the interface DescribeAccessRegionsByDestRegion.
- bandwidth Number
- The upper limit of proxy bandwidth, in Mbps.
- concurrent Number
- The upper limit of chanproxynel concurrency, representing the number of simultaneous online connections, in tens of thousands.
- real
Server StringRegion - The origin area of the proxy. The value can be obtained through the interface DescribeDestRegions.
- group
Id String - If creating a proxy under a proxy group, you need to fill in the ID of the proxy group.
- id String
- ip
Address StringVersion - IP version, can be taken as IPv4 or IPv6, with a default value of IPv4.
- network
Type String - Network type, can take values 'normal', 'cn2', default value normal.
- package
Type String - Channel package type. Thunder represents the standard proxy group, Accelerator represents the game accelerator proxy, and CrossBorder represents the cross-border proxy.
- result
Output StringFile - Used to save results.
getGaapCheckProxyCreate Result
The following output properties are available:
- Access
Region string - Bandwidth double
- Check
Flag double - Query whether the proxy with the given configuration can be created, 1 can be created, 0 cannot be created.
- Concurrent double
- Id string
- Real
Server stringRegion - Group
Id string - Ip
Address stringVersion - Network
Type string - Package
Type string - Result
Output stringFile
- Access
Region string - Bandwidth float64
- Check
Flag float64 - Query whether the proxy with the given configuration can be created, 1 can be created, 0 cannot be created.
- Concurrent float64
- Id string
- Real
Server stringRegion - Group
Id string - Ip
Address stringVersion - Network
Type string - Package
Type string - Result
Output stringFile
- access
Region String - bandwidth Double
- check
Flag Double - Query whether the proxy with the given configuration can be created, 1 can be created, 0 cannot be created.
- concurrent Double
- id String
- real
Server StringRegion - group
Id String - ip
Address StringVersion - network
Type String - package
Type String - result
Output StringFile
- access
Region string - bandwidth number
- check
Flag number - Query whether the proxy with the given configuration can be created, 1 can be created, 0 cannot be created.
- concurrent number
- id string
- real
Server stringRegion - group
Id string - ip
Address stringVersion - network
Type string - package
Type string - result
Output stringFile
- access_
region str - bandwidth float
- check_
flag float - Query whether the proxy with the given configuration can be created, 1 can be created, 0 cannot be created.
- concurrent float
- id str
- real_
server_ strregion - group_
id str - ip_
address_ strversion - network_
type str - package_
type str - result_
output_ strfile
- access
Region String - bandwidth Number
- check
Flag Number - Query whether the proxy with the given configuration can be created, 1 can be created, 0 cannot be created.
- concurrent Number
- id String
- real
Server StringRegion - group
Id String - ip
Address StringVersion - network
Type String - package
Type String - result
Output StringFile
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack