tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getVpcGatewayFlowQos
Start a Neo task
Explain and create a tencentcloud.getVpcGatewayFlowQos resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of vpc gateway_flow_qos
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const gatewayFlowQos = tencentcloud.getVpcGatewayFlowQos({
gatewayId: "vpngw-gt8bianl",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
gateway_flow_qos = tencentcloud.get_vpc_gateway_flow_qos(gateway_id="vpngw-gt8bianl")
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.GetVpcGatewayFlowQos(ctx, &tencentcloud.GetVpcGatewayFlowQosArgs{
GatewayId: "vpngw-gt8bianl",
}, 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 gatewayFlowQos = Tencentcloud.GetVpcGatewayFlowQos.Invoke(new()
{
GatewayId = "vpngw-gt8bianl",
});
});
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.GetVpcGatewayFlowQosArgs;
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 gatewayFlowQos = TencentcloudFunctions.getVpcGatewayFlowQos(GetVpcGatewayFlowQosArgs.builder()
.gatewayId("vpngw-gt8bianl")
.build());
}
}
variables:
gatewayFlowQos:
fn::invoke:
function: tencentcloud:getVpcGatewayFlowQos
arguments:
gatewayId: vpngw-gt8bianl
Using getVpcGatewayFlowQos
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 getVpcGatewayFlowQos(args: GetVpcGatewayFlowQosArgs, opts?: InvokeOptions): Promise<GetVpcGatewayFlowQosResult>
function getVpcGatewayFlowQosOutput(args: GetVpcGatewayFlowQosOutputArgs, opts?: InvokeOptions): Output<GetVpcGatewayFlowQosResult>def get_vpc_gateway_flow_qos(gateway_id: Optional[str] = None,
id: Optional[str] = None,
ip_addresses: Optional[Sequence[str]] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcGatewayFlowQosResult
def get_vpc_gateway_flow_qos_output(gateway_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpcGatewayFlowQosResult]func GetVpcGatewayFlowQos(ctx *Context, args *GetVpcGatewayFlowQosArgs, opts ...InvokeOption) (*GetVpcGatewayFlowQosResult, error)
func GetVpcGatewayFlowQosOutput(ctx *Context, args *GetVpcGatewayFlowQosOutputArgs, opts ...InvokeOption) GetVpcGatewayFlowQosResultOutput> Note: This function is named GetVpcGatewayFlowQos in the Go SDK.
public static class GetVpcGatewayFlowQos
{
public static Task<GetVpcGatewayFlowQosResult> InvokeAsync(GetVpcGatewayFlowQosArgs args, InvokeOptions? opts = null)
public static Output<GetVpcGatewayFlowQosResult> Invoke(GetVpcGatewayFlowQosInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpcGatewayFlowQosResult> getVpcGatewayFlowQos(GetVpcGatewayFlowQosArgs args, InvokeOptions options)
public static Output<GetVpcGatewayFlowQosResult> getVpcGatewayFlowQos(GetVpcGatewayFlowQosArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getVpcGatewayFlowQos:getVpcGatewayFlowQos
arguments:
# arguments dictionaryThe following arguments are supported:
- Gateway
Id string - Network instance ID, the network instance types we currently support are:Private line gateway instance ID, in the form of
dcg-ltjahce6;Nat gateway instance ID, in the form ofnat-ltjahce6;VPN gateway instance ID, in the form ofvpn-ltjahce6. - Id string
- Ip
Addresses List<string> - Intranet IP of the cloud server with traffic limitation.
- Result
Output stringFile - Used to save results.
- Gateway
Id string - Network instance ID, the network instance types we currently support are:Private line gateway instance ID, in the form of
dcg-ltjahce6;Nat gateway instance ID, in the form ofnat-ltjahce6;VPN gateway instance ID, in the form ofvpn-ltjahce6. - Id string
- Ip
Addresses []string - Intranet IP of the cloud server with traffic limitation.
- Result
Output stringFile - Used to save results.
- gateway
Id String - Network instance ID, the network instance types we currently support are:Private line gateway instance ID, in the form of
dcg-ltjahce6;Nat gateway instance ID, in the form ofnat-ltjahce6;VPN gateway instance ID, in the form ofvpn-ltjahce6. - id String
- ip
Addresses List<String> - Intranet IP of the cloud server with traffic limitation.
- result
Output StringFile - Used to save results.
- gateway
Id string - Network instance ID, the network instance types we currently support are:Private line gateway instance ID, in the form of
dcg-ltjahce6;Nat gateway instance ID, in the form ofnat-ltjahce6;VPN gateway instance ID, in the form ofvpn-ltjahce6. - id string
- ip
Addresses string[] - Intranet IP of the cloud server with traffic limitation.
- result
Output stringFile - Used to save results.
- gateway_
id str - Network instance ID, the network instance types we currently support are:Private line gateway instance ID, in the form of
dcg-ltjahce6;Nat gateway instance ID, in the form ofnat-ltjahce6;VPN gateway instance ID, in the form ofvpn-ltjahce6. - id str
- ip_
addresses Sequence[str] - Intranet IP of the cloud server with traffic limitation.
- result_
output_ strfile - Used to save results.
- gateway
Id String - Network instance ID, the network instance types we currently support are:Private line gateway instance ID, in the form of
dcg-ltjahce6;Nat gateway instance ID, in the form ofnat-ltjahce6;VPN gateway instance ID, in the form ofvpn-ltjahce6. - id String
- ip
Addresses List<String> - Intranet IP of the cloud server with traffic limitation.
- result
Output StringFile - Used to save results.
getVpcGatewayFlowQos Result
The following output properties are available:
- Gateway
Id string - Gateway
Qos List<GetSets Vpc Gateway Flow Qos Gateway Qos Set> - instance detail list.
- Id string
- Ip
Addresses List<string> - Result
Output stringFile
- Gateway
Id string - Gateway
Qos []GetSets Vpc Gateway Flow Qos Gateway Qos Set - instance detail list.
- Id string
- Ip
Addresses []string - Result
Output stringFile
- gateway
Id String - gateway
Qos List<GetSets Vpc Gateway Flow Qos Gateway Qos Set> - instance detail list.
- id String
- ip
Addresses List<String> - result
Output StringFile
- gateway
Id string - gateway
Qos GetSets Vpc Gateway Flow Qos Gateway Qos Set[] - instance detail list.
- id string
- ip
Addresses string[] - result
Output stringFile
- gateway_
id str - gateway_
qos_ Sequence[Getsets Vpc Gateway Flow Qos Gateway Qos Set] - instance detail list.
- id str
- ip_
addresses Sequence[str] - result_
output_ strfile
- gateway
Id String - gateway
Qos List<Property Map>Sets - instance detail list.
- id String
- ip
Addresses List<String> - result
Output StringFile
Supporting Types
GetVpcGatewayFlowQosGatewayQosSet
- Bandwidth double
- bandwidth value.
- Create
Time string - create time.
- Ip
Address string - cvm ip address.
- Vpc
Id string - vpc id.
- Bandwidth float64
- bandwidth value.
- Create
Time string - create time.
- Ip
Address string - cvm ip address.
- Vpc
Id string - vpc id.
- bandwidth Double
- bandwidth value.
- create
Time String - create time.
- ip
Address String - cvm ip address.
- vpc
Id String - vpc id.
- bandwidth number
- bandwidth value.
- create
Time string - create time.
- ip
Address string - cvm ip address.
- vpc
Id string - vpc id.
- bandwidth float
- bandwidth value.
- create_
time str - create time.
- ip_
address str - cvm ip address.
- vpc_
id str - vpc id.
- bandwidth Number
- bandwidth value.
- create
Time String - create time.
- ip
Address String - cvm ip address.
- vpc
Id String - vpc id.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
