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 getCloudaccountOpenstack
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 getCloudaccountOpenstack(args: GetCloudaccountOpenstackArgs, opts?: InvokeOptions): Promise<GetCloudaccountOpenstackResult>
function getCloudaccountOpenstackOutput(args: GetCloudaccountOpenstackOutputArgs, opts?: InvokeOptions): Output<GetCloudaccountOpenstackResult>def get_cloudaccount_openstack(context: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudaccountOpenstackResult
def get_cloudaccount_openstack_output(context: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudaccountOpenstackResult]func LookupCloudaccountOpenstack(ctx *Context, args *LookupCloudaccountOpenstackArgs, opts ...InvokeOption) (*LookupCloudaccountOpenstackResult, error)
func LookupCloudaccountOpenstackOutput(ctx *Context, args *LookupCloudaccountOpenstackOutputArgs, opts ...InvokeOption) LookupCloudaccountOpenstackResultOutput> Note: This function is named LookupCloudaccountOpenstack in the Go SDK.
public static class GetCloudaccountOpenstack
{
public static Task<GetCloudaccountOpenstackResult> InvokeAsync(GetCloudaccountOpenstackArgs args, InvokeOptions? opts = null)
public static Output<GetCloudaccountOpenstackResult> Invoke(GetCloudaccountOpenstackInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudaccountOpenstackResult> getCloudaccountOpenstack(GetCloudaccountOpenstackArgs args, InvokeOptions options)
public static Output<GetCloudaccountOpenstackResult> getCloudaccountOpenstack(GetCloudaccountOpenstackArgs args, InvokeOptions options)
fn::invoke:
function: spectrocloud:index/getCloudaccountOpenstack:getCloudaccountOpenstack
arguments:
# arguments dictionaryThe following arguments are supported:
getCloudaccountOpenstack Result
The following output properties are available:
- Id string
- The unique ID of the OpenStack cloud account. Either
idornamemust be provided, but not both. - Name string
- The name of the OpenStack cloud account. Either
idornamemust be provided, but not both. - Private
Cloud stringGateway Id - The ID of the Private Cloud Gateway associated with this OpenStack cloud account.
- Context string
- The context of the cluster. Allowed values are
projectortenantor ``.
- Id string
- The unique ID of the OpenStack cloud account. Either
idornamemust be provided, but not both. - Name string
- The name of the OpenStack cloud account. Either
idornamemust be provided, but not both. - Private
Cloud stringGateway Id - The ID of the Private Cloud Gateway associated with this OpenStack cloud account.
- Context string
- The context of the cluster. Allowed values are
projectortenantor ``.
- id String
- The unique ID of the OpenStack cloud account. Either
idornamemust be provided, but not both. - name String
- The name of the OpenStack cloud account. Either
idornamemust be provided, but not both. - private
Cloud StringGateway Id - The ID of the Private Cloud Gateway associated with this OpenStack cloud account.
- context String
- The context of the cluster. Allowed values are
projectortenantor ``.
- id string
- The unique ID of the OpenStack cloud account. Either
idornamemust be provided, but not both. - name string
- The name of the OpenStack cloud account. Either
idornamemust be provided, but not both. - private
Cloud stringGateway Id - The ID of the Private Cloud Gateway associated with this OpenStack cloud account.
- context string
- The context of the cluster. Allowed values are
projectortenantor ``.
- id str
- The unique ID of the OpenStack cloud account. Either
idornamemust be provided, but not both. - name str
- The name of the OpenStack cloud account. Either
idornamemust be provided, but not both. - private_
cloud_ strgateway_ id - The ID of the Private Cloud Gateway associated with this OpenStack cloud account.
- context str
- The context of the cluster. Allowed values are
projectortenantor ``.
- id String
- The unique ID of the OpenStack cloud account. Either
idornamemust be provided, but not both. - name String
- The name of the OpenStack cloud account. Either
idornamemust be provided, but not both. - private
Cloud StringGateway Id - The ID of the Private Cloud Gateway associated with this OpenStack 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
