1. Packages
  2. Spectrocloud Provider
  3. API Docs
  4. getRegistryOci
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

spectrocloud.getRegistryOci

Explore with Pulumi AI

spectrocloud logo
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

    Using getRegistryOci

    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 getRegistryOci(args: GetRegistryOciArgs, opts?: InvokeOptions): Promise<GetRegistryOciResult>
    function getRegistryOciOutput(args: GetRegistryOciOutputArgs, opts?: InvokeOptions): Output<GetRegistryOciResult>
    def get_registry_oci(id: Optional[str] = None,
                         name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetRegistryOciResult
    def get_registry_oci_output(id: Optional[pulumi.Input[str]] = None,
                         name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetRegistryOciResult]
    func LookupRegistryOci(ctx *Context, args *LookupRegistryOciArgs, opts ...InvokeOption) (*LookupRegistryOciResult, error)
    func LookupRegistryOciOutput(ctx *Context, args *LookupRegistryOciOutputArgs, opts ...InvokeOption) LookupRegistryOciResultOutput

    > Note: This function is named LookupRegistryOci in the Go SDK.

    public static class GetRegistryOci 
    {
        public static Task<GetRegistryOciResult> InvokeAsync(GetRegistryOciArgs args, InvokeOptions? opts = null)
        public static Output<GetRegistryOciResult> Invoke(GetRegistryOciInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRegistryOciResult> getRegistryOci(GetRegistryOciArgs args, InvokeOptions options)
    public static Output<GetRegistryOciResult> getRegistryOci(GetRegistryOciArgs args, InvokeOptions options)
    
    fn::invoke:
      function: spectrocloud:index/getRegistryOci:getRegistryOci
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the OCI registry.
    Id string
    The unique identifier of the OCI registry.
    Name string
    The name of the OCI registry.
    Id string
    The unique identifier of the OCI registry.
    name String
    The name of the OCI registry.
    id String
    The unique identifier of the OCI registry.
    name string
    The name of the OCI registry.
    id string
    The unique identifier of the OCI registry.
    name str
    The name of the OCI registry.
    id str
    The unique identifier of the OCI registry.
    name String
    The name of the OCI registry.
    id String
    The unique identifier of the OCI registry.

    getRegistryOci Result

    The following output properties are available:

    Id string
    The unique identifier of the OCI registry.
    Name string
    The name of the OCI registry.
    Id string
    The unique identifier of the OCI registry.
    Name string
    The name of the OCI registry.
    id String
    The unique identifier of the OCI registry.
    name String
    The name of the OCI registry.
    id string
    The unique identifier of the OCI registry.
    name string
    The name of the OCI registry.
    id str
    The unique identifier of the OCI registry.
    name str
    The name of the OCI registry.
    id String
    The unique identifier of the OCI registry.
    name String
    The name of the OCI registry.

    Package Details

    Repository
    spectrocloud spectrocloud/terraform-provider-spectrocloud
    License
    Notes
    This Pulumi package is based on the spectrocloud Terraform Provider.
    spectrocloud logo
    spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud