tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getTsfUsableUnitNamespaces
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 usable_unit_namespaces
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const usableUnitNamespaces = tencentcloud.getTsfUsableUnitNamespaces({
searchWord: "",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
usable_unit_namespaces = tencentcloud.get_tsf_usable_unit_namespaces(search_word="")
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.LookupTsfUsableUnitNamespaces(ctx, &tencentcloud.LookupTsfUsableUnitNamespacesArgs{
SearchWord: pulumi.StringRef(""),
}, 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 usableUnitNamespaces = Tencentcloud.GetTsfUsableUnitNamespaces.Invoke(new()
{
SearchWord = "",
});
});
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.GetTsfUsableUnitNamespacesArgs;
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 usableUnitNamespaces = TencentcloudFunctions.getTsfUsableUnitNamespaces(GetTsfUsableUnitNamespacesArgs.builder()
.searchWord("")
.build());
}
}
variables:
usableUnitNamespaces:
fn::invoke:
function: tencentcloud:getTsfUsableUnitNamespaces
arguments:
searchWord: ""
Using getTsfUsableUnitNamespaces
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 getTsfUsableUnitNamespaces(args: GetTsfUsableUnitNamespacesArgs, opts?: InvokeOptions): Promise<GetTsfUsableUnitNamespacesResult>
function getTsfUsableUnitNamespacesOutput(args: GetTsfUsableUnitNamespacesOutputArgs, opts?: InvokeOptions): Output<GetTsfUsableUnitNamespacesResult>
def get_tsf_usable_unit_namespaces(id: Optional[str] = None,
result_output_file: Optional[str] = None,
search_word: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTsfUsableUnitNamespacesResult
def get_tsf_usable_unit_namespaces_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
search_word: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTsfUsableUnitNamespacesResult]
func LookupTsfUsableUnitNamespaces(ctx *Context, args *LookupTsfUsableUnitNamespacesArgs, opts ...InvokeOption) (*LookupTsfUsableUnitNamespacesResult, error)
func LookupTsfUsableUnitNamespacesOutput(ctx *Context, args *LookupTsfUsableUnitNamespacesOutputArgs, opts ...InvokeOption) LookupTsfUsableUnitNamespacesResultOutput
> Note: This function is named LookupTsfUsableUnitNamespaces
in the Go SDK.
public static class GetTsfUsableUnitNamespaces
{
public static Task<GetTsfUsableUnitNamespacesResult> InvokeAsync(GetTsfUsableUnitNamespacesArgs args, InvokeOptions? opts = null)
public static Output<GetTsfUsableUnitNamespacesResult> Invoke(GetTsfUsableUnitNamespacesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTsfUsableUnitNamespacesResult> getTsfUsableUnitNamespaces(GetTsfUsableUnitNamespacesArgs args, InvokeOptions options)
public static Output<GetTsfUsableUnitNamespacesResult> getTsfUsableUnitNamespaces(GetTsfUsableUnitNamespacesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTsfUsableUnitNamespaces:getTsfUsableUnitNamespaces
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- Result
Output stringFile - Used to save results.
- Search
Word string - search by namespace id or namespace Name.
- Id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- Result
Output stringFile - Used to save results.
- Search
Word string - search by namespace id or namespace Name.
- id String
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- result
Output StringFile - Used to save results.
- search
Word String - search by namespace id or namespace Name.
- id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- result
Output stringFile - Used to save results.
- search
Word string - search by namespace id or namespace Name.
- id str
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- result_
output_ strfile - Used to save results.
- search_
word str - search by namespace id or namespace Name.
- id String
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- result
Output StringFile - Used to save results.
- search
Word String - search by namespace id or namespace Name.
getTsfUsableUnitNamespaces Result
The following output properties are available:
- Id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- Results
List<Get
Tsf Usable Unit Namespaces Result> - namespace object list.
- Result
Output stringFile - Search
Word string
- Id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- Results
[]Get
Tsf Usable Unit Namespaces Result - namespace object list.
- Result
Output stringFile - Search
Word string
- id String
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- results
List<Get
Tsf Usable Unit Namespaces Result> - namespace object list.
- result
Output StringFile - search
Word String
- id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- results
Get
Tsf Usable Unit Namespaces Result[] - namespace object list.
- result
Output stringFile - search
Word string
- id str
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- results
Sequence[Get
Tsf Usable Unit Namespaces Result] - namespace object list.
- result_
output_ strfile - search_
word str
- id String
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- results List<Property Map>
- namespace object list.
- result
Output StringFile - search
Word String
Supporting Types
GetTsfUsableUnitNamespacesResult
- Contents
List<Get
Tsf Usable Unit Namespaces Result Content> - namespace list.
- Total
Count double - total count.
- Contents
[]Get
Tsf Usable Unit Namespaces Result Content - namespace list.
- Total
Count float64 - total count.
- contents
List<Get
Tsf Usable Unit Namespaces Result Content> - namespace list.
- total
Count Double - total count.
- contents
Get
Tsf Usable Unit Namespaces Result Content[] - namespace list.
- total
Count number - total count.
- contents
Sequence[Get
Tsf Usable Unit Namespaces Result Content] - namespace list.
- total_
count float - total count.
- contents List<Property Map>
- namespace list.
- total
Count Number - total count.
GetTsfUsableUnitNamespacesResultContent
- Created
Time string - Create time. Note: This field may return null, indicating that no valid value was found.
- Gateway
Instance stringId - Gateway instance id Note: This field may return null, indicating that no valid value was found.
- Id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- Namespace
Id string - namespace id.
- Namespace
Name string - namespace name.
- Updated
Time string - Update time. Note: This field may return null, indicating that no valid value was found.
- Created
Time string - Create time. Note: This field may return null, indicating that no valid value was found.
- Gateway
Instance stringId - Gateway instance id Note: This field may return null, indicating that no valid value was found.
- Id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- Namespace
Id string - namespace id.
- Namespace
Name string - namespace name.
- Updated
Time string - Update time. Note: This field may return null, indicating that no valid value was found.
- created
Time String - Create time. Note: This field may return null, indicating that no valid value was found.
- gateway
Instance StringId - Gateway instance id Note: This field may return null, indicating that no valid value was found.
- id String
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- namespace
Id String - namespace id.
- namespace
Name String - namespace name.
- updated
Time String - Update time. Note: This field may return null, indicating that no valid value was found.
- created
Time string - Create time. Note: This field may return null, indicating that no valid value was found.
- gateway
Instance stringId - Gateway instance id Note: This field may return null, indicating that no valid value was found.
- id string
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- namespace
Id string - namespace id.
- namespace
Name string - namespace name.
- updated
Time string - Update time. Note: This field may return null, indicating that no valid value was found.
- created_
time str - Create time. Note: This field may return null, indicating that no valid value was found.
- gateway_
instance_ strid - Gateway instance id Note: This field may return null, indicating that no valid value was found.
- id str
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- namespace_
id str - namespace id.
- namespace_
name str - namespace name.
- updated_
time str - Update time. Note: This field may return null, indicating that no valid value was found.
- created
Time String - Create time. Note: This field may return null, indicating that no valid value was found.
- gateway
Instance StringId - Gateway instance id Note: This field may return null, indicating that no valid value was found.
- id String
- Unit namespace ID. Note: This field may return null, indicating that no valid value was found.
- namespace
Id String - namespace id.
- namespace
Name String - namespace name.
- updated
Time String - Update time. Note: This field may return null, indicating that no valid value was found.
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