Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg
nutanix.getKarbonPrivateRegistry
Start a Neo task
Explain and create a nutanix.getKarbonPrivateRegistry resource
Describes 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:getKarbonPrivateRegistry
arguments:
clusterId: <YOUR-CLUSTER-ID>
Using getKarbonPrivateRegistry
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 getKarbonPrivateRegistry(args: GetKarbonPrivateRegistryArgs, opts?: InvokeOptions): Promise<GetKarbonPrivateRegistryResult>
function getKarbonPrivateRegistryOutput(args: GetKarbonPrivateRegistryOutputArgs, opts?: InvokeOptions): Output<GetKarbonPrivateRegistryResult>def get_karbon_private_registry(private_registry_id: Optional[str] = None,
private_registry_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKarbonPrivateRegistryResult
def get_karbon_private_registry_output(private_registry_id: Optional[pulumi.Input[str]] = None,
private_registry_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKarbonPrivateRegistryResult]func LookupKarbonPrivateRegistry(ctx *Context, args *LookupKarbonPrivateRegistryArgs, opts ...InvokeOption) (*LookupKarbonPrivateRegistryResult, error)
func LookupKarbonPrivateRegistryOutput(ctx *Context, args *LookupKarbonPrivateRegistryOutputArgs, opts ...InvokeOption) LookupKarbonPrivateRegistryResultOutput> Note: This function is named LookupKarbonPrivateRegistry in the Go SDK.
public static class GetKarbonPrivateRegistry
{
public static Task<GetKarbonPrivateRegistryResult> InvokeAsync(GetKarbonPrivateRegistryArgs args, InvokeOptions? opts = null)
public static Output<GetKarbonPrivateRegistryResult> Invoke(GetKarbonPrivateRegistryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKarbonPrivateRegistryResult> getKarbonPrivateRegistry(GetKarbonPrivateRegistryArgs args, InvokeOptions options)
public static Output<GetKarbonPrivateRegistryResult> getKarbonPrivateRegistry(GetKarbonPrivateRegistryArgs args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getKarbonPrivateRegistry:getKarbonPrivateRegistry
arguments:
# arguments dictionaryThe following arguments are supported:
- Private
Registry stringId - Represents karbon private registry uuid
- Private
Registry stringName - Represents the name of karbon private registry
- Private
Registry stringId - Represents karbon private registry uuid
- Private
Registry stringName - Represents the name of karbon private registry
- private
Registry StringId - Represents karbon private registry uuid
- private
Registry StringName - Represents the name of karbon private registry
- private
Registry stringId - Represents karbon private registry uuid
- private
Registry stringName - Represents the name of karbon private registry
- private_
registry_ strid - Represents karbon private registry uuid
- private_
registry_ strname - Represents the name of karbon private registry
- private
Registry StringId - Represents karbon private registry uuid
- private
Registry StringName - Represents the name of karbon private registry
getKarbonPrivateRegistry Result
The following output properties are available:
- Endpoint string
- Endpoint of the private in format
url:port.
- Endpoint of the private in format
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the private registry.
- Uuid string
- UUID of the private registry.
- Private
Registry stringId - Private
Registry stringName
- Endpoint string
- Endpoint of the private in format
url:port.
- Endpoint of the private in format
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the private registry.
- Uuid string
- UUID of the private registry.
- Private
Registry stringId - Private
Registry stringName
- endpoint String
- Endpoint of the private in format
url:port.
- Endpoint of the private in format
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the private registry.
- uuid String
- UUID of the private registry.
- private
Registry StringId - private
Registry StringName
- endpoint string
- Endpoint of the private in format
url:port.
- Endpoint of the private in format
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Name of the private registry.
- uuid string
- UUID of the private registry.
- private
Registry stringId - private
Registry stringName
- endpoint str
- Endpoint of the private in format
url:port.
- Endpoint of the private in format
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Name of the private registry.
- uuid str
- UUID of the private registry.
- private_
registry_ strid - private_
registry_ strname
- endpoint String
- Endpoint of the private in format
url:port.
- Endpoint of the private in format
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the private registry.
- uuid String
- UUID of the private registry.
- private
Registry StringId - private
Registry StringName
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
