Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 2026 by Byteplus
Data Source schema for Byteplus::ID::WorkloadPool
Using getWorkloadPool
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 getWorkloadPool(args: GetWorkloadPoolArgs, opts?: InvokeOptions): Promise<GetWorkloadPoolResult>
function getWorkloadPoolOutput(args: GetWorkloadPoolOutputArgs, opts?: InvokeOptions): Output<GetWorkloadPoolResult>def get_workload_pool(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkloadPoolResult
def get_workload_pool_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkloadPoolResult]func LookupWorkloadPool(ctx *Context, args *LookupWorkloadPoolArgs, opts ...InvokeOption) (*LookupWorkloadPoolResult, error)
func LookupWorkloadPoolOutput(ctx *Context, args *LookupWorkloadPoolOutputArgs, opts ...InvokeOption) LookupWorkloadPoolResultOutput> Note: This function is named LookupWorkloadPool in the Go SDK.
public static class GetWorkloadPool
{
public static Task<GetWorkloadPoolResult> InvokeAsync(GetWorkloadPoolArgs args, InvokeOptions? opts = null)
public static Output<GetWorkloadPoolResult> Invoke(GetWorkloadPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkloadPoolResult> getWorkloadPool(GetWorkloadPoolArgs args, InvokeOptions options)
public static Output<GetWorkloadPoolResult> getWorkloadPool(GetWorkloadPoolArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:id/getWorkloadPool:getWorkloadPool
arguments:
# arguments dictionarydata "bytepluscc_id_get_workload_pool" "name" {
# arguments
}The following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getWorkloadPool Result
The following output properties are available:
- Created
At string - Workload pool creation time
- Description string
- Workload pool description
- Discovery
Url string - OIDC discovery endpoint
- Id string
- Uniquely identifies the resource.
- Project
Name string - Project name
-
List<Byteplus.
Get Workload Pool Tag> - Resource tags. You can categorize instances by tags to facilitate instance search and resource aggregation.
- Total
Credentials int - Number of associated credentials
- Total
Workloads int - Number of workloads
- Trn string
- Workload pool Trn
- Updated
At string - Workload pool update time
- Workload
Pool stringId - Workload pool ID
- Workload
Pool stringName - Workload pool name
- Created
At string - Workload pool creation time
- Description string
- Workload pool description
- Discovery
Url string - OIDC discovery endpoint
- Id string
- Uniquely identifies the resource.
- Project
Name string - Project name
-
[]Get
Workload Pool Tag - Resource tags. You can categorize instances by tags to facilitate instance search and resource aggregation.
- Total
Credentials int - Number of associated credentials
- Total
Workloads int - Number of workloads
- Trn string
- Workload pool Trn
- Updated
At string - Workload pool update time
- Workload
Pool stringId - Workload pool ID
- Workload
Pool stringName - Workload pool name
- created_
at string - Workload pool creation time
- description string
- Workload pool description
- discovery_
url string - OIDC discovery endpoint
- id string
- Uniquely identifies the resource.
- project_
name string - Project name
- list(object)
- Resource tags. You can categorize instances by tags to facilitate instance search and resource aggregation.
- total_
credentials number - Number of associated credentials
- total_
workloads number - Number of workloads
- trn string
- Workload pool Trn
- updated_
at string - Workload pool update time
- workload_
pool_ stringid - Workload pool ID
- workload_
pool_ stringname - Workload pool name
- created
At String - Workload pool creation time
- description String
- Workload pool description
- discovery
Url String - OIDC discovery endpoint
- id String
- Uniquely identifies the resource.
- project
Name String - Project name
-
List<Get
Workload Pool Tag> - Resource tags. You can categorize instances by tags to facilitate instance search and resource aggregation.
- total
Credentials Integer - Number of associated credentials
- total
Workloads Integer - Number of workloads
- trn String
- Workload pool Trn
- updated
At String - Workload pool update time
- workload
Pool StringId - Workload pool ID
- workload
Pool StringName - Workload pool name
- created
At string - Workload pool creation time
- description string
- Workload pool description
- discovery
Url string - OIDC discovery endpoint
- id string
- Uniquely identifies the resource.
- project
Name string - Project name
-
Get
Workload Pool Tag[] - Resource tags. You can categorize instances by tags to facilitate instance search and resource aggregation.
- total
Credentials number - Number of associated credentials
- total
Workloads number - Number of workloads
- trn string
- Workload pool Trn
- updated
At string - Workload pool update time
- workload
Pool stringId - Workload pool ID
- workload
Pool stringName - Workload pool name
- created_
at str - Workload pool creation time
- description str
- Workload pool description
- discovery_
url str - OIDC discovery endpoint
- id str
- Uniquely identifies the resource.
- project_
name str - Project name
-
Sequence[Get
Workload Pool Tag] - Resource tags. You can categorize instances by tags to facilitate instance search and resource aggregation.
- total_
credentials int - Number of associated credentials
- total_
workloads int - Number of workloads
- trn str
- Workload pool Trn
- updated_
at str - Workload pool update time
- workload_
pool_ strid - Workload pool ID
- workload_
pool_ strname - Workload pool name
- created
At String - Workload pool creation time
- description String
- Workload pool description
- discovery
Url String - OIDC discovery endpoint
- id String
- Uniquely identifies the resource.
- project
Name String - Project name
- List<Property Map>
- Resource tags. You can categorize instances by tags to facilitate instance search and resource aggregation.
- total
Credentials Number - Number of associated credentials
- total
Workloads Number - Number of workloads
- trn String
- Workload pool Trn
- updated
At String - Workload pool update time
- workload
Pool StringId - Workload pool ID
- workload
Pool StringName - Workload pool name
Supporting Types
GetWorkloadPoolTag
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 2026 by Byteplus