tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getTsfApiGroup
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 tsf api_group
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const apiGroup = tencentcloud.getTsfApiGroup({
authType: "none",
gatewayInstanceId: "gw-ins-lvdypq5k",
groupType: "ms",
orderBy: "created_time",
orderType: 0,
searchWord: "xxx01",
status: "released",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
api_group = tencentcloud.get_tsf_api_group(auth_type="none",
gateway_instance_id="gw-ins-lvdypq5k",
group_type="ms",
order_by="created_time",
order_type=0,
search_word="xxx01",
status="released")
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.LookupTsfApiGroup(ctx, &tencentcloud.LookupTsfApiGroupArgs{
AuthType: pulumi.StringRef("none"),
GatewayInstanceId: pulumi.StringRef("gw-ins-lvdypq5k"),
GroupType: pulumi.StringRef("ms"),
OrderBy: pulumi.StringRef("created_time"),
OrderType: pulumi.Float64Ref(0),
SearchWord: pulumi.StringRef("xxx01"),
Status: pulumi.StringRef("released"),
}, 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 apiGroup = Tencentcloud.GetTsfApiGroup.Invoke(new()
{
AuthType = "none",
GatewayInstanceId = "gw-ins-lvdypq5k",
GroupType = "ms",
OrderBy = "created_time",
OrderType = 0,
SearchWord = "xxx01",
Status = "released",
});
});
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.GetTsfApiGroupArgs;
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 apiGroup = TencentcloudFunctions.getTsfApiGroup(GetTsfApiGroupArgs.builder()
.authType("none")
.gatewayInstanceId("gw-ins-lvdypq5k")
.groupType("ms")
.orderBy("created_time")
.orderType(0)
.searchWord("xxx01")
.status("released")
.build());
}
}
variables:
apiGroup:
fn::invoke:
function: tencentcloud:getTsfApiGroup
arguments:
authType: none
gatewayInstanceId: gw-ins-lvdypq5k
groupType: ms
orderBy: created_time
orderType: 0
searchWord: xxx01
status: released
Using getTsfApiGroup
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 getTsfApiGroup(args: GetTsfApiGroupArgs, opts?: InvokeOptions): Promise<GetTsfApiGroupResult>
function getTsfApiGroupOutput(args: GetTsfApiGroupOutputArgs, opts?: InvokeOptions): Output<GetTsfApiGroupResult>
def get_tsf_api_group(auth_type: Optional[str] = None,
gateway_instance_id: Optional[str] = None,
group_type: Optional[str] = None,
id: Optional[str] = None,
order_by: Optional[str] = None,
order_type: Optional[float] = None,
result_output_file: Optional[str] = None,
search_word: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTsfApiGroupResult
def get_tsf_api_group_output(auth_type: Optional[pulumi.Input[str]] = None,
gateway_instance_id: Optional[pulumi.Input[str]] = None,
group_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
order_by: Optional[pulumi.Input[str]] = None,
order_type: Optional[pulumi.Input[float]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
search_word: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTsfApiGroupResult]
func LookupTsfApiGroup(ctx *Context, args *LookupTsfApiGroupArgs, opts ...InvokeOption) (*LookupTsfApiGroupResult, error)
func LookupTsfApiGroupOutput(ctx *Context, args *LookupTsfApiGroupOutputArgs, opts ...InvokeOption) LookupTsfApiGroupResultOutput
> Note: This function is named LookupTsfApiGroup
in the Go SDK.
public static class GetTsfApiGroup
{
public static Task<GetTsfApiGroupResult> InvokeAsync(GetTsfApiGroupArgs args, InvokeOptions? opts = null)
public static Output<GetTsfApiGroupResult> Invoke(GetTsfApiGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTsfApiGroupResult> getTsfApiGroup(GetTsfApiGroupArgs args, InvokeOptions options)
public static Output<GetTsfApiGroupResult> getTsfApiGroup(GetTsfApiGroupArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTsfApiGroup:getTsfApiGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Auth
Type string - Authentication type. secret: Secret key authentication; none: No authentication.
- Gateway
Instance stringId - Gateway Instance Id.
- Group
Type string - Group type. ms: Microservice group; external: External API group.
- Id string
- Order
By string - Sorting field: created_time or group_context.
- Order
Type double - Sorting type: 0 (ASC) or 1 (DESC).
- Result
Output stringFile - Used to save results.
- Search
Word string - search word.
- Status string
- Publishing status. drafted: Not published. released: Published.
- Auth
Type string - Authentication type. secret: Secret key authentication; none: No authentication.
- Gateway
Instance stringId - Gateway Instance Id.
- Group
Type string - Group type. ms: Microservice group; external: External API group.
- Id string
- Order
By string - Sorting field: created_time or group_context.
- Order
Type float64 - Sorting type: 0 (ASC) or 1 (DESC).
- Result
Output stringFile - Used to save results.
- Search
Word string - search word.
- Status string
- Publishing status. drafted: Not published. released: Published.
- auth
Type String - Authentication type. secret: Secret key authentication; none: No authentication.
- gateway
Instance StringId - Gateway Instance Id.
- group
Type String - Group type. ms: Microservice group; external: External API group.
- id String
- order
By String - Sorting field: created_time or group_context.
- order
Type Double - Sorting type: 0 (ASC) or 1 (DESC).
- result
Output StringFile - Used to save results.
- search
Word String - search word.
- status String
- Publishing status. drafted: Not published. released: Published.
- auth
Type string - Authentication type. secret: Secret key authentication; none: No authentication.
- gateway
Instance stringId - Gateway Instance Id.
- group
Type string - Group type. ms: Microservice group; external: External API group.
- id string
- order
By string - Sorting field: created_time or group_context.
- order
Type number - Sorting type: 0 (ASC) or 1 (DESC).
- result
Output stringFile - Used to save results.
- search
Word string - search word.
- status string
- Publishing status. drafted: Not published. released: Published.
- auth_
type str - Authentication type. secret: Secret key authentication; none: No authentication.
- gateway_
instance_ strid - Gateway Instance Id.
- group_
type str - Group type. ms: Microservice group; external: External API group.
- id str
- order_
by str - Sorting field: created_time or group_context.
- order_
type float - Sorting type: 0 (ASC) or 1 (DESC).
- result_
output_ strfile - Used to save results.
- search_
word str - search word.
- status str
- Publishing status. drafted: Not published. released: Published.
- auth
Type String - Authentication type. secret: Secret key authentication; none: No authentication.
- gateway
Instance StringId - Gateway Instance Id.
- group
Type String - Group type. ms: Microservice group; external: External API group.
- id String
- order
By String - Sorting field: created_time or group_context.
- order
Type Number - Sorting type: 0 (ASC) or 1 (DESC).
- result
Output StringFile - Used to save results.
- search
Word String - search word.
- status String
- Publishing status. drafted: Not published. released: Published.
getTsfApiGroup Result
The following output properties are available:
- Id string
- Results
List<Get
Tsf Api Group Result> - Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
- Auth
Type string - Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
- Gateway
Instance stringId - Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Type string - Group type.Note: This field may return null, indicating that no valid values can be obtained.
- Order
By string - Order
Type double - Result
Output stringFile - Search
Word string - Status string
- Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
- Id string
- Results
[]Get
Tsf Api Group Result - Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
- Auth
Type string - Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
- Gateway
Instance stringId - Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Type string - Group type.Note: This field may return null, indicating that no valid values can be obtained.
- Order
By string - Order
Type float64 - Result
Output stringFile - Search
Word string - Status string
- Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
- id String
- results
List<Get
Tsf Api Group Result> - Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
- auth
Type String - Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
- gateway
Instance StringId - Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
- group
Type String - Group type.Note: This field may return null, indicating that no valid values can be obtained.
- order
By String - order
Type Double - result
Output StringFile - search
Word String - status String
- Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
- id string
- results
Get
Tsf Api Group Result[] - Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
- auth
Type string - Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
- gateway
Instance stringId - Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
- group
Type string - Group type.Note: This field may return null, indicating that no valid values can be obtained.
- order
By string - order
Type number - result
Output stringFile - search
Word string - status string
- Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
- id str
- results
Sequence[Get
Tsf Api Group Result] - Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
- auth_
type str - Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
- gateway_
instance_ strid - Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
- group_
type str - Group type.Note: This field may return null, indicating that no valid values can be obtained.
- order_
by str - order_
type float - result_
output_ strfile - search_
word str - status str
- Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
- id String
- results List<Property Map>
- Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
- auth
Type String - Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
- gateway
Instance StringId - Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
- group
Type String - Group type.Note: This field may return null, indicating that no valid values can be obtained.
- order
By String - order
Type Number - result
Output StringFile - search
Word String - status String
- Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
Supporting Types
GetTsfApiGroupResult
- Contents
List<Get
Tsf Api Group Result Content> - Api group info.
- Total
Count double - record count.
- Contents
[]Get
Tsf Api Group Result Content - Api group info.
- Total
Count float64 - record count.
- contents
List<Get
Tsf Api Group Result Content> - Api group info.
- total
Count Double - record count.
- contents
Get
Tsf Api Group Result Content[] - Api group info.
- total
Count number - record count.
- contents
Sequence[Get
Tsf Api Group Result Content] - Api group info.
- total_
count float - record count.
- contents List<Property Map>
- Api group info.
- total
Count Number - record count.
GetTsfApiGroupResultContent
- Acl
Mode string - Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
- Api
Count double - api count.
- Auth
Type string - Authentication type. secret: Secret key authentication; none: No authentication.
- Binded
Gateway List<GetDeploy Groups Tsf Api Group Result Content Binded Gateway Deploy Group> - The gateway group bind with the api group list.
- Created
Time string - Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
- Description string
- Description.Note: This field may return null, indicating that no valid values can be obtained.
- Gateway
Instance stringId - Gateway Instance Id.
- Gateway
Instance stringType - Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Context string - Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Id string - Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Name string - Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Type string - Group type. ms: Microservice group; external: External API group.
- Namespace
Name stringKey - Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
- Namespace
Name stringKey Position - Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
- Service
Name stringKey - Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
- Service
Name stringKey Position - Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
- Status string
- Publishing status. drafted: Not published. released: Published.
- Updated
Time string - Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
- Acl
Mode string - Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
- Api
Count float64 - api count.
- Auth
Type string - Authentication type. secret: Secret key authentication; none: No authentication.
- Binded
Gateway []GetDeploy Groups Tsf Api Group Result Content Binded Gateway Deploy Group - The gateway group bind with the api group list.
- Created
Time string - Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
- Description string
- Description.Note: This field may return null, indicating that no valid values can be obtained.
- Gateway
Instance stringId - Gateway Instance Id.
- Gateway
Instance stringType - Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Context string - Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Id string - Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Name string - Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Type string - Group type. ms: Microservice group; external: External API group.
- Namespace
Name stringKey - Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
- Namespace
Name stringKey Position - Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
- Service
Name stringKey - Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
- Service
Name stringKey Position - Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
- Status string
- Publishing status. drafted: Not published. released: Published.
- Updated
Time string - Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
- acl
Mode String - Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
- api
Count Double - api count.
- auth
Type String - Authentication type. secret: Secret key authentication; none: No authentication.
- binded
Gateway List<GetDeploy Groups Tsf Api Group Result Content Binded Gateway Deploy Group> - The gateway group bind with the api group list.
- created
Time String - Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
- description String
- Description.Note: This field may return null, indicating that no valid values can be obtained.
- gateway
Instance StringId - Gateway Instance Id.
- gateway
Instance StringType - Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
- group
Context String - Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
- group
Id String - Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
- group
Name String - Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
- group
Type String - Group type. ms: Microservice group; external: External API group.
- namespace
Name StringKey - Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Name StringKey Position - Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
- service
Name StringKey - Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
- service
Name StringKey Position - Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
- status String
- Publishing status. drafted: Not published. released: Published.
- updated
Time String - Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
- acl
Mode string - Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
- api
Count number - api count.
- auth
Type string - Authentication type. secret: Secret key authentication; none: No authentication.
- binded
Gateway GetDeploy Groups Tsf Api Group Result Content Binded Gateway Deploy Group[] - The gateway group bind with the api group list.
- created
Time string - Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
- description string
- Description.Note: This field may return null, indicating that no valid values can be obtained.
- gateway
Instance stringId - Gateway Instance Id.
- gateway
Instance stringType - Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
- group
Context string - Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
- group
Id string - Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
- group
Name string - Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
- group
Type string - Group type. ms: Microservice group; external: External API group.
- namespace
Name stringKey - Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Name stringKey Position - Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
- service
Name stringKey - Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
- service
Name stringKey Position - Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
- status string
- Publishing status. drafted: Not published. released: Published.
- updated
Time string - Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
- acl_
mode str - Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
- api_
count float - api count.
- auth_
type str - Authentication type. secret: Secret key authentication; none: No authentication.
- binded_
gateway_ Sequence[Getdeploy_ groups Tsf Api Group Result Content Binded Gateway Deploy Group] - The gateway group bind with the api group list.
- created_
time str - Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
- description str
- Description.Note: This field may return null, indicating that no valid values can be obtained.
- gateway_
instance_ strid - Gateway Instance Id.
- gateway_
instance_ strtype - Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
- group_
context str - Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
- group_
id str - Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
- group_
name str - Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
- group_
type str - Group type. ms: Microservice group; external: External API group.
- namespace_
name_ strkey - Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
- namespace_
name_ strkey_ position - Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
- service_
name_ strkey - Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
- service_
name_ strkey_ position - Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
- status str
- Publishing status. drafted: Not published. released: Published.
- updated_
time str - Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
- acl
Mode String - Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
- api
Count Number - api count.
- auth
Type String - Authentication type. secret: Secret key authentication; none: No authentication.
- binded
Gateway List<Property Map>Deploy Groups - The gateway group bind with the api group list.
- created
Time String - Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
- description String
- Description.Note: This field may return null, indicating that no valid values can be obtained.
- gateway
Instance StringId - Gateway Instance Id.
- gateway
Instance StringType - Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
- group
Context String - Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
- group
Id String - Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
- group
Name String - Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
- group
Type String - Group type. ms: Microservice group; external: External API group.
- namespace
Name StringKey - Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Name StringKey Position - Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
- service
Name StringKey - Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
- service
Name StringKey Position - Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
- status String
- Publishing status. drafted: Not published. released: Published.
- updated
Time String - Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
GetTsfApiGroupResultContentBindedGatewayDeployGroup
- Application
Id string - Application ID.Note: This field may return null, indicating that no valid values can be obtained.
- Application
Name string - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- Application
Type string - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Type string - Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
- Deploy
Group stringId - Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
- Deploy
Group stringName - Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Status string - Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Id string - Application ID.Note: This field may return null, indicating that no valid values can be obtained.
- Application
Name string - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- Application
Type string - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Type string - Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
- Deploy
Group stringId - Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
- Deploy
Group stringName - Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Status string - Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
- application
Id String - Application ID.Note: This field may return null, indicating that no valid values can be obtained.
- application
Name String - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- application
Type String - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type String - Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
- deploy
Group StringId - Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
- deploy
Group StringName - Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
- group
Status String - Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
- application
Id string - Application ID.Note: This field may return null, indicating that no valid values can be obtained.
- application
Name string - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- application
Type string - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type string - Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
- deploy
Group stringId - Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
- deploy
Group stringName - Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
- group
Status string - Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
- application_
id str - Application ID.Note: This field may return null, indicating that no valid values can be obtained.
- application_
name str - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- application_
type str - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
type str - Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
- deploy_
group_ strid - Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
- deploy_
group_ strname - Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
- group_
status str - Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
- application
Id String - Application ID.Note: This field may return null, indicating that no valid values can be obtained.
- application
Name String - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- application
Type String - Application Name.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type String - Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
- deploy
Group StringId - Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
- deploy
Group StringName - Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
- group
Status String - Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
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