Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Core.getComputeGlobalImageCapabilitySchema
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Compute Global Image Capability Schema resource in Oracle Cloud Infrastructure Core service.
Gets the specified Compute Global Image Capability Schema
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testComputeGlobalImageCapabilitySchema = oci.Core.getComputeGlobalImageCapabilitySchema({
computeGlobalImageCapabilitySchemaId: testComputeGlobalImageCapabilitySchemaOciCoreComputeGlobalImageCapabilitySchema.id,
});
import pulumi
import pulumi_oci as oci
test_compute_global_image_capability_schema = oci.Core.get_compute_global_image_capability_schema(compute_global_image_capability_schema_id=test_compute_global_image_capability_schema_oci_core_compute_global_image_capability_schema["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetComputeGlobalImageCapabilitySchema(ctx, &core.GetComputeGlobalImageCapabilitySchemaArgs{
ComputeGlobalImageCapabilitySchemaId: testComputeGlobalImageCapabilitySchemaOciCoreComputeGlobalImageCapabilitySchema.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testComputeGlobalImageCapabilitySchema = Oci.Core.GetComputeGlobalImageCapabilitySchema.Invoke(new()
{
ComputeGlobalImageCapabilitySchemaId = testComputeGlobalImageCapabilitySchemaOciCoreComputeGlobalImageCapabilitySchema.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetComputeGlobalImageCapabilitySchemaArgs;
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 testComputeGlobalImageCapabilitySchema = CoreFunctions.getComputeGlobalImageCapabilitySchema(GetComputeGlobalImageCapabilitySchemaArgs.builder()
.computeGlobalImageCapabilitySchemaId(testComputeGlobalImageCapabilitySchemaOciCoreComputeGlobalImageCapabilitySchema.id())
.build());
}
}
variables:
testComputeGlobalImageCapabilitySchema:
fn::invoke:
Function: oci:Core:getComputeGlobalImageCapabilitySchema
Arguments:
computeGlobalImageCapabilitySchemaId: ${testComputeGlobalImageCapabilitySchemaOciCoreComputeGlobalImageCapabilitySchema.id}
Using getComputeGlobalImageCapabilitySchema
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 getComputeGlobalImageCapabilitySchema(args: GetComputeGlobalImageCapabilitySchemaArgs, opts?: InvokeOptions): Promise<GetComputeGlobalImageCapabilitySchemaResult>
function getComputeGlobalImageCapabilitySchemaOutput(args: GetComputeGlobalImageCapabilitySchemaOutputArgs, opts?: InvokeOptions): Output<GetComputeGlobalImageCapabilitySchemaResult>
def get_compute_global_image_capability_schema(compute_global_image_capability_schema_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetComputeGlobalImageCapabilitySchemaResult
def get_compute_global_image_capability_schema_output(compute_global_image_capability_schema_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetComputeGlobalImageCapabilitySchemaResult]
func GetComputeGlobalImageCapabilitySchema(ctx *Context, args *GetComputeGlobalImageCapabilitySchemaArgs, opts ...InvokeOption) (*GetComputeGlobalImageCapabilitySchemaResult, error)
func GetComputeGlobalImageCapabilitySchemaOutput(ctx *Context, args *GetComputeGlobalImageCapabilitySchemaOutputArgs, opts ...InvokeOption) GetComputeGlobalImageCapabilitySchemaResultOutput
> Note: This function is named GetComputeGlobalImageCapabilitySchema
in the Go SDK.
public static class GetComputeGlobalImageCapabilitySchema
{
public static Task<GetComputeGlobalImageCapabilitySchemaResult> InvokeAsync(GetComputeGlobalImageCapabilitySchemaArgs args, InvokeOptions? opts = null)
public static Output<GetComputeGlobalImageCapabilitySchemaResult> Invoke(GetComputeGlobalImageCapabilitySchemaInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetComputeGlobalImageCapabilitySchemaResult> getComputeGlobalImageCapabilitySchema(GetComputeGlobalImageCapabilitySchemaArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getComputeGlobalImageCapabilitySchema:getComputeGlobalImageCapabilitySchema
arguments:
# arguments dictionary
The following arguments are supported:
- Compute
Global stringImage Capability Schema Id - The OCID of the compute global image capability schema
- Compute
Global stringImage Capability Schema Id - The OCID of the compute global image capability schema
- compute
Global StringImage Capability Schema Id - The OCID of the compute global image capability schema
- compute
Global stringImage Capability Schema Id - The OCID of the compute global image capability schema
- compute_
global_ strimage_ capability_ schema_ id - The OCID of the compute global image capability schema
- compute
Global StringImage Capability Schema Id - The OCID of the compute global image capability schema
getComputeGlobalImageCapabilitySchema Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment containing the compute global image capability schema
- Compute
Global stringImage Capability Schema Id - Current
Version stringName - The name of the global capabilities version resource that is considered the current version.
- 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"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 provider-assigned unique ID for this managed resource.
- Time
Created string - The date and time the compute global image capability schema was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - The OCID of the compartment containing the compute global image capability schema
- Compute
Global stringImage Capability Schema Id - Current
Version stringName - The name of the global capabilities version resource that is considered the current version.
- 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"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 provider-assigned unique ID for this managed resource.
- Time
Created string - The date and time the compute global image capability schema was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment containing the compute global image capability schema
- compute
Global StringImage Capability Schema Id - current
Version StringName - The name of the global capabilities version resource that is considered the current version.
- 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"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 provider-assigned unique ID for this managed resource.
- time
Created String - The date and time the compute global image capability schema was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - The OCID of the compartment containing the compute global image capability schema
- compute
Global stringImage Capability Schema Id - current
Version stringName - The name of the global capabilities version resource that is considered the current version.
- {[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"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[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 provider-assigned unique ID for this managed resource.
- time
Created string - The date and time the compute global image capability schema was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - The OCID of the compartment containing the compute global image capability schema
- compute_
global_ strimage_ capability_ schema_ id - current_
version_ strname - The name of the global capabilities version resource that is considered the current version.
- 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"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 provider-assigned unique ID for this managed resource.
- time_
created str - The date and time the compute global image capability schema was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment containing the compute global image capability schema
- compute
Global StringImage Capability Schema Id - current
Version StringName - The name of the global capabilities version resource that is considered the current version.
- 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"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 provider-assigned unique ID for this managed resource.
- time
Created String - The date and time the compute global image capability schema was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi