1. Packages
  2. Nutanix
  3. API Docs
  4. getKarbonPrivateRegistries
Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg

nutanix.getKarbonPrivateRegistries

Start a Neo task
Explain and create a nutanix.getKarbonPrivateRegistries resource
nutanix logo
Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg

    Describes a List of Karbon private registry entry

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      registry:
        fn::invoke:
          function: nutanix:getKarbonPrivateRegistries
          arguments:
            clusterId: <YOUR-CLUSTER-ID>
    

    Using getKarbonPrivateRegistries

    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 getKarbonPrivateRegistries(opts?: InvokeOptions): Promise<GetKarbonPrivateRegistriesResult>
    function getKarbonPrivateRegistriesOutput(opts?: InvokeOptions): Output<GetKarbonPrivateRegistriesResult>
    def get_karbon_private_registries(opts: Optional[InvokeOptions] = None) -> GetKarbonPrivateRegistriesResult
    def get_karbon_private_registries_output(opts: Optional[InvokeOptions] = None) -> Output[GetKarbonPrivateRegistriesResult]
    func GetKarbonPrivateRegistries(ctx *Context, opts ...InvokeOption) (*GetKarbonPrivateRegistriesResult, error)
    func GetKarbonPrivateRegistriesOutput(ctx *Context, opts ...InvokeOption) GetKarbonPrivateRegistriesResultOutput

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

    public static class GetKarbonPrivateRegistries 
    {
        public static Task<GetKarbonPrivateRegistriesResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetKarbonPrivateRegistriesResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetKarbonPrivateRegistriesResult> getKarbonPrivateRegistries(InvokeOptions options)
    public static Output<GetKarbonPrivateRegistriesResult> getKarbonPrivateRegistries(InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getKarbonPrivateRegistries:getKarbonPrivateRegistries
      arguments:
        # arguments dictionary

    getKarbonPrivateRegistries Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    PrivateRegistries List<PiersKarsenbarg.Nutanix.Outputs.GetKarbonPrivateRegistriesPrivateRegistry>
    Id string
    The provider-assigned unique ID for this managed resource.
    PrivateRegistries []GetKarbonPrivateRegistriesPrivateRegistry
    id String
    The provider-assigned unique ID for this managed resource.
    privateRegistries List<GetKarbonPrivateRegistriesPrivateRegistry>
    id string
    The provider-assigned unique ID for this managed resource.
    privateRegistries GetKarbonPrivateRegistriesPrivateRegistry[]
    id str
    The provider-assigned unique ID for this managed resource.
    private_registries Sequence[GetKarbonPrivateRegistriesPrivateRegistry]
    id String
    The provider-assigned unique ID for this managed resource.
    privateRegistries List<Property Map>

    Supporting Types

    GetKarbonPrivateRegistriesPrivateRegistry

    Endpoint string
    • Endpoint of the private in format url:port.
    Name string
    • Name of the private registry.
    Uuid string
    • UUID of the private registry.
    Endpoint string
    • Endpoint of the private in format url:port.
    Name string
    • Name of the private registry.
    Uuid string
    • UUID of the private registry.
    endpoint String
    • Endpoint of the private in format url:port.
    name String
    • Name of the private registry.
    uuid String
    • UUID of the private registry.
    endpoint string
    • Endpoint of the private in format url:port.
    name string
    • Name of the private registry.
    uuid string
    • UUID of the private registry.
    endpoint str
    • Endpoint of the private in format url:port.
    name str
    • Name of the private registry.
    uuid str
    • UUID of the private registry.
    endpoint String
    • Endpoint of the private in format url:port.
    name String
    • Name of the private registry.
    uuid String
    • UUID of the private registry.

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg
      Meet Neo: Your AI Platform Teammate