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

spectrocloud.getCloudaccountVsphere

Explore with Pulumi AI

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

    Using getCloudaccountVsphere

    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 getCloudaccountVsphere(args: GetCloudaccountVsphereArgs, opts?: InvokeOptions): Promise<GetCloudaccountVsphereResult>
    function getCloudaccountVsphereOutput(args: GetCloudaccountVsphereOutputArgs, opts?: InvokeOptions): Output<GetCloudaccountVsphereResult>
    def get_cloudaccount_vsphere(context: Optional[str] = None,
                                 id: Optional[str] = None,
                                 name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetCloudaccountVsphereResult
    def get_cloudaccount_vsphere_output(context: Optional[pulumi.Input[str]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetCloudaccountVsphereResult]
    func LookupCloudaccountVsphere(ctx *Context, args *LookupCloudaccountVsphereArgs, opts ...InvokeOption) (*LookupCloudaccountVsphereResult, error)
    func LookupCloudaccountVsphereOutput(ctx *Context, args *LookupCloudaccountVsphereOutputArgs, opts ...InvokeOption) LookupCloudaccountVsphereResultOutput

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

    public static class GetCloudaccountVsphere 
    {
        public static Task<GetCloudaccountVsphereResult> InvokeAsync(GetCloudaccountVsphereArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudaccountVsphereResult> Invoke(GetCloudaccountVsphereInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudaccountVsphereResult> getCloudaccountVsphere(GetCloudaccountVsphereArgs args, InvokeOptions options)
    public static Output<GetCloudaccountVsphereResult> getCloudaccountVsphere(GetCloudaccountVsphereArgs args, InvokeOptions options)
    
    fn::invoke:
      function: spectrocloud:index/getCloudaccountVsphere:getCloudaccountVsphere
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Context string
    The context of the cluster. Allowed values are project or tenant or ``.
    Id string
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    Name string
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    Context string
    The context of the cluster. Allowed values are project or tenant or ``.
    Id string
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    Name string
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    context String
    The context of the cluster. Allowed values are project or tenant or ``.
    id String
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    name String
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    context string
    The context of the cluster. Allowed values are project or tenant or ``.
    id string
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    name string
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    context str
    The context of the cluster. Allowed values are project or tenant or ``.
    id str
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    name str
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    context String
    The context of the cluster. Allowed values are project or tenant or ``.
    id String
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    name String
    The name of the vSphere cloud account. Either id or name must be provided, but not both.

    getCloudaccountVsphere Result

    The following output properties are available:

    Id string
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    Name string
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    Context string
    The context of the cluster. Allowed values are project or tenant or ``.
    Id string
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    Name string
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    Context string
    The context of the cluster. Allowed values are project or tenant or ``.
    id String
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    name String
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    context String
    The context of the cluster. Allowed values are project or tenant or ``.
    id string
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    name string
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    context string
    The context of the cluster. Allowed values are project or tenant or ``.
    id str
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    name str
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    context str
    The context of the cluster. Allowed values are project or tenant or ``.
    id String
    The unique ID of the vSphere cloud account. Either id or name must be provided, but not both.
    name String
    The name of the vSphere cloud account. Either id or name must be provided, but not both.
    context String
    The context of the cluster. Allowed values are project or tenant or ``.

    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