oci.ContainerEngine.getClusterWorkloadMapping
Explore with Pulumi AI
This data source provides details about a specific Cluster Workload Mapping resource in Oracle Cloud Infrastructure Container Engine service.
Get the specified workloadMapping for a cluster.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testClusterWorkloadMapping = Oci.ContainerEngine.GetClusterWorkloadMapping.Invoke(new()
{
ClusterId = oci_containerengine_cluster.Test_cluster.Id,
WorkloadMappingId = oci_containerengine_workload_mapping.Test_workload_mapping.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/ContainerEngine"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ContainerEngine.GetClusterWorkloadMapping(ctx, &containerengine.GetClusterWorkloadMappingArgs{
ClusterId: oci_containerengine_cluster.Test_cluster.Id,
WorkloadMappingId: oci_containerengine_workload_mapping.Test_workload_mapping.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ContainerEngine.ContainerEngineFunctions;
import com.pulumi.oci.ContainerEngine.inputs.GetClusterWorkloadMappingArgs;
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 testClusterWorkloadMapping = ContainerEngineFunctions.getClusterWorkloadMapping(GetClusterWorkloadMappingArgs.builder()
.clusterId(oci_containerengine_cluster.test_cluster().id())
.workloadMappingId(oci_containerengine_workload_mapping.test_workload_mapping().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_cluster_workload_mapping = oci.ContainerEngine.get_cluster_workload_mapping(cluster_id=oci_containerengine_cluster["test_cluster"]["id"],
workload_mapping_id=oci_containerengine_workload_mapping["test_workload_mapping"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testClusterWorkloadMapping = oci.ContainerEngine.getClusterWorkloadMapping({
clusterId: oci_containerengine_cluster.test_cluster.id,
workloadMappingId: oci_containerengine_workload_mapping.test_workload_mapping.id,
});
variables:
testClusterWorkloadMapping:
fn::invoke:
Function: oci:ContainerEngine:getClusterWorkloadMapping
Arguments:
clusterId: ${oci_containerengine_cluster.test_cluster.id}
workloadMappingId: ${oci_containerengine_workload_mapping.test_workload_mapping.id}
Using getClusterWorkloadMapping
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 getClusterWorkloadMapping(args: GetClusterWorkloadMappingArgs, opts?: InvokeOptions): Promise<GetClusterWorkloadMappingResult>
function getClusterWorkloadMappingOutput(args: GetClusterWorkloadMappingOutputArgs, opts?: InvokeOptions): Output<GetClusterWorkloadMappingResult>
def get_cluster_workload_mapping(cluster_id: Optional[str] = None,
workload_mapping_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterWorkloadMappingResult
def get_cluster_workload_mapping_output(cluster_id: Optional[pulumi.Input[str]] = None,
workload_mapping_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterWorkloadMappingResult]
func GetClusterWorkloadMapping(ctx *Context, args *GetClusterWorkloadMappingArgs, opts ...InvokeOption) (*GetClusterWorkloadMappingResult, error)
func GetClusterWorkloadMappingOutput(ctx *Context, args *GetClusterWorkloadMappingOutputArgs, opts ...InvokeOption) GetClusterWorkloadMappingResultOutput
> Note: This function is named GetClusterWorkloadMapping
in the Go SDK.
public static class GetClusterWorkloadMapping
{
public static Task<GetClusterWorkloadMappingResult> InvokeAsync(GetClusterWorkloadMappingArgs args, InvokeOptions? opts = null)
public static Output<GetClusterWorkloadMappingResult> Invoke(GetClusterWorkloadMappingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterWorkloadMappingResult> getClusterWorkloadMapping(GetClusterWorkloadMappingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ContainerEngine/getClusterWorkloadMapping:getClusterWorkloadMapping
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Id string The OCID of the cluster.
- Workload
Mapping stringId The OCID of the workloadMapping.
- Cluster
Id string The OCID of the cluster.
- Workload
Mapping stringId The OCID of the workloadMapping.
- cluster
Id String The OCID of the cluster.
- workload
Mapping StringId The OCID of the workloadMapping.
- cluster
Id string The OCID of the cluster.
- workload
Mapping stringId The OCID of the workloadMapping.
- cluster_
id str The OCID of the cluster.
- workload_
mapping_ strid The OCID of the workloadMapping.
- cluster
Id String The OCID of the cluster.
- workload
Mapping StringId The OCID of the workloadMapping.
getClusterWorkloadMapping Result
The following output properties are available:
- Cluster
Id string The OCID of the cluster.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Dictionary<string, object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
The ocid of the workloadMapping.
- Mapped
Compartment stringId The OCID of the mapped customer compartment.
- Mapped
Tenancy stringId The OCID of the mapped customer tenancy.
- Namespace string
The namespace of the workloadMapping.
- State string
The state of the workloadMapping.
- Time
Created string The time the cluster was created.
- Workload
Mapping stringId
- Cluster
Id string The OCID of the cluster.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- map[string]interface{}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
The ocid of the workloadMapping.
- Mapped
Compartment stringId The OCID of the mapped customer compartment.
- Mapped
Tenancy stringId The OCID of the mapped customer tenancy.
- Namespace string
The namespace of the workloadMapping.
- State string
The state of the workloadMapping.
- Time
Created string The time the cluster was created.
- Workload
Mapping stringId
- cluster
Id String The OCID of the cluster.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Map<String,Object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
The ocid of the workloadMapping.
- mapped
Compartment StringId The OCID of the mapped customer compartment.
- mapped
Tenancy StringId The OCID of the mapped customer tenancy.
- namespace String
The namespace of the workloadMapping.
- state String
The state of the workloadMapping.
- time
Created String The time the cluster was created.
- workload
Mapping StringId
- cluster
Id string The OCID of the cluster.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- {[key: string]: any}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
The ocid of the workloadMapping.
- mapped
Compartment stringId The OCID of the mapped customer compartment.
- mapped
Tenancy stringId The OCID of the mapped customer tenancy.
- namespace string
The namespace of the workloadMapping.
- state string
The state of the workloadMapping.
- time
Created string The time the cluster was created.
- workload
Mapping stringId
- cluster_
id str The OCID of the cluster.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Mapping[str, Any]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
The ocid of the workloadMapping.
- mapped_
compartment_ strid The OCID of the mapped customer compartment.
- mapped_
tenancy_ strid The OCID of the mapped customer tenancy.
- namespace str
The namespace of the workloadMapping.
- state str
The state of the workloadMapping.
- time_
created str The time the cluster was created.
- workload_
mapping_ strid
- cluster
Id String The OCID of the cluster.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Map<Any>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
The ocid of the workloadMapping.
- mapped
Compartment StringId The OCID of the mapped customer compartment.
- mapped
Tenancy StringId The OCID of the mapped customer tenancy.
- namespace String
The namespace of the workloadMapping.
- state String
The state of the workloadMapping.
- time
Created String The time the cluster was created.
- workload
Mapping StringId
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.