Viewing docs for spectrocloud 0.28.3
published on Friday, Mar 6, 2026 by spectrocloud
published on Friday, Mar 6, 2026 by spectrocloud
Viewing docs for spectrocloud 0.28.3
published on Friday, Mar 6, 2026 by spectrocloud
published on Friday, Mar 6, 2026 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 dictionaryThe following arguments are supported:
getCloudaccountVsphere Result
The following output properties are available:
- Id string
- The unique ID of the vSphere cloud account. Either
idornamemust be provided, but not both. - Name string
- The name of the vSphere cloud account. Either
idornamemust be provided, but not both. - Private
Cloud stringGateway Id - The ID of the Private Cloud Gateway associated with this vSphere cloud account.
- Context string
- The context of the cluster. Allowed values are
projectortenantor ``.
- Id string
- The unique ID of the vSphere cloud account. Either
idornamemust be provided, but not both. - Name string
- The name of the vSphere cloud account. Either
idornamemust be provided, but not both. - Private
Cloud stringGateway Id - The ID of the Private Cloud Gateway associated with this vSphere cloud account.
- Context string
- The context of the cluster. Allowed values are
projectortenantor ``.
- id String
- The unique ID of the vSphere cloud account. Either
idornamemust be provided, but not both. - name String
- The name of the vSphere cloud account. Either
idornamemust be provided, but not both. - private
Cloud StringGateway Id - The ID of the Private Cloud Gateway associated with this vSphere cloud account.
- context String
- The context of the cluster. Allowed values are
projectortenantor ``.
- id string
- The unique ID of the vSphere cloud account. Either
idornamemust be provided, but not both. - name string
- The name of the vSphere cloud account. Either
idornamemust be provided, but not both. - private
Cloud stringGateway Id - The ID of the Private Cloud Gateway associated with this vSphere cloud account.
- context string
- The context of the cluster. Allowed values are
projectortenantor ``.
- id str
- The unique ID of the vSphere cloud account. Either
idornamemust be provided, but not both. - name str
- The name of the vSphere cloud account. Either
idornamemust be provided, but not both. - private_
cloud_ strgateway_ id - The ID of the Private Cloud Gateway associated with this vSphere cloud account.
- context str
- The context of the cluster. Allowed values are
projectortenantor ``.
- id String
- The unique ID of the vSphere cloud account. Either
idornamemust be provided, but not both. - name String
- The name of the vSphere cloud account. Either
idornamemust be provided, but not both. - private
Cloud StringGateway Id - The ID of the Private Cloud Gateway associated with this vSphere cloud account.
- context String
- The context of the cluster. Allowed values are
projectortenantor ``.
Package Details
- Repository
- spectrocloud spectrocloud/terraform-provider-spectrocloud
- License
- Notes
- This Pulumi package is based on the
spectrocloudTerraform Provider.
Viewing docs for spectrocloud 0.28.3
published on Friday, Mar 6, 2026 by spectrocloud
published on Friday, Mar 6, 2026 by spectrocloud
