1. Packages
  2. OVH
  3. API Docs
  4. VMware
  5. getCloudDirectorOrganization
OVHCloud v2.1.1 published on Thursday, Apr 10, 2025 by OVHcloud

ovh.VMware.getCloudDirectorOrganization

Explore with Pulumi AI

ovh logo
OVHCloud v2.1.1 published on Thursday, Apr 10, 2025 by OVHcloud

    Get VMware Cloud Director organization details

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ovh from "@pulumi/ovh";
    
    const organization = ovh.VMware.getCloudDirectorOrganization({
        organizationId: "<VCD organization ID>",
    });
    
    import pulumi
    import pulumi_ovh as ovh
    
    organization = ovh.VMware.get_cloud_director_organization(organization_id="<VCD organization ID>")
    
    package main
    
    import (
    	"github.com/ovh/pulumi-ovh/sdk/v2/go/ovh/vmware"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := vmware.GetCloudDirectorOrganization(ctx, &vmware.GetCloudDirectorOrganizationArgs{
    			OrganizationId: "<VCD organization ID>",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ovh = Pulumi.Ovh;
    
    return await Deployment.RunAsync(() => 
    {
        var organization = Ovh.VMware.GetCloudDirectorOrganization.Invoke(new()
        {
            OrganizationId = "<VCD organization ID>",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ovh.VMware.VMwareFunctions;
    import com.pulumi.ovh.VMware.inputs.GetCloudDirectorOrganizationArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var organization = VMwareFunctions.getCloudDirectorOrganization(GetCloudDirectorOrganizationArgs.builder()
                .organizationId("<VCD organization ID>")
                .build());
    
        }
    }
    
    variables:
      organization:
        fn::invoke:
          function: ovh:VMware:getCloudDirectorOrganization
          arguments:
            organizationId: <VCD organization ID>
    

    Using getCloudDirectorOrganization

    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 getCloudDirectorOrganization(args: GetCloudDirectorOrganizationArgs, opts?: InvokeOptions): Promise<GetCloudDirectorOrganizationResult>
    function getCloudDirectorOrganizationOutput(args: GetCloudDirectorOrganizationOutputArgs, opts?: InvokeOptions): Output<GetCloudDirectorOrganizationResult>
    def get_cloud_director_organization(organization_id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetCloudDirectorOrganizationResult
    def get_cloud_director_organization_output(organization_id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetCloudDirectorOrganizationResult]
    func GetCloudDirectorOrganization(ctx *Context, args *GetCloudDirectorOrganizationArgs, opts ...InvokeOption) (*GetCloudDirectorOrganizationResult, error)
    func GetCloudDirectorOrganizationOutput(ctx *Context, args *GetCloudDirectorOrganizationOutputArgs, opts ...InvokeOption) GetCloudDirectorOrganizationResultOutput

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

    public static class GetCloudDirectorOrganization 
    {
        public static Task<GetCloudDirectorOrganizationResult> InvokeAsync(GetCloudDirectorOrganizationArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudDirectorOrganizationResult> Invoke(GetCloudDirectorOrganizationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudDirectorOrganizationResult> getCloudDirectorOrganization(GetCloudDirectorOrganizationArgs args, InvokeOptions options)
    public static Output<GetCloudDirectorOrganizationResult> getCloudDirectorOrganization(GetCloudDirectorOrganizationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ovh:VMware/getCloudDirectorOrganization:getCloudDirectorOrganization
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrganizationId string
    Organization ID
    OrganizationId string
    Organization ID
    organizationId String
    Organization ID
    organizationId string
    Organization ID
    organization_id str
    Organization ID
    organizationId String
    Organization ID

    getCloudDirectorOrganization Result

    The following output properties are available:

    CurrentState GetCloudDirectorOrganizationCurrentState
    Current state of VMware Cloud Director organization service
    CurrentTasks List<GetCloudDirectorOrganizationCurrentTask>
    Asynchronous operations ongoing on the VMware Cloud Director organization
    Iam GetCloudDirectorOrganizationIam
    IAM resource metadata
    Id string
    Unique identifier
    OrganizationId string
    Organization ID
    ResourceStatus string
    Reflects the readiness of the VMware Cloud Director organization.
    TargetSpec GetCloudDirectorOrganizationTargetSpec
    Target specification of VMware Cloud Director organization service
    UpdatedAt string
    CurrentState GetCloudDirectorOrganizationCurrentState
    Current state of VMware Cloud Director organization service
    CurrentTasks []GetCloudDirectorOrganizationCurrentTask
    Asynchronous operations ongoing on the VMware Cloud Director organization
    Iam GetCloudDirectorOrganizationIam
    IAM resource metadata
    Id string
    Unique identifier
    OrganizationId string
    Organization ID
    ResourceStatus string
    Reflects the readiness of the VMware Cloud Director organization.
    TargetSpec GetCloudDirectorOrganizationTargetSpec
    Target specification of VMware Cloud Director organization service
    UpdatedAt string
    currentState GetCloudDirectorOrganizationCurrentState
    Current state of VMware Cloud Director organization service
    currentTasks List<GetCloudDirectorOrganizationCurrentTask>
    Asynchronous operations ongoing on the VMware Cloud Director organization
    iam GetCloudDirectorOrganizationIam
    IAM resource metadata
    id String
    Unique identifier
    organizationId String
    Organization ID
    resourceStatus String
    Reflects the readiness of the VMware Cloud Director organization.
    targetSpec GetCloudDirectorOrganizationTargetSpec
    Target specification of VMware Cloud Director organization service
    updatedAt String
    currentState GetCloudDirectorOrganizationCurrentState
    Current state of VMware Cloud Director organization service
    currentTasks GetCloudDirectorOrganizationCurrentTask[]
    Asynchronous operations ongoing on the VMware Cloud Director organization
    iam GetCloudDirectorOrganizationIam
    IAM resource metadata
    id string
    Unique identifier
    organizationId string
    Organization ID
    resourceStatus string
    Reflects the readiness of the VMware Cloud Director organization.
    targetSpec GetCloudDirectorOrganizationTargetSpec
    Target specification of VMware Cloud Director organization service
    updatedAt string
    current_state vmware.GetCloudDirectorOrganizationCurrentState
    Current state of VMware Cloud Director organization service
    current_tasks Sequence[vmware.GetCloudDirectorOrganizationCurrentTask]
    Asynchronous operations ongoing on the VMware Cloud Director organization
    iam vmware.GetCloudDirectorOrganizationIam
    IAM resource metadata
    id str
    Unique identifier
    organization_id str
    Organization ID
    resource_status str
    Reflects the readiness of the VMware Cloud Director organization.
    target_spec vmware.GetCloudDirectorOrganizationTargetSpec
    Target specification of VMware Cloud Director organization service
    updated_at str
    currentState Property Map
    Current state of VMware Cloud Director organization service
    currentTasks List<Property Map>
    Asynchronous operations ongoing on the VMware Cloud Director organization
    iam Property Map
    IAM resource metadata
    id String
    Unique identifier
    organizationId String
    Organization ID
    resourceStatus String
    Reflects the readiness of the VMware Cloud Director organization.
    targetSpec Property Map
    Target specification of VMware Cloud Director organization service
    updatedAt String

    Supporting Types

    GetCloudDirectorOrganizationCurrentState

    ApiUrl string
    API URL to interact with your VMware Cloud Director organization at OVHcloud
    BillingType string
    Billing type of your VMware Cloud Director project
    Description string
    Description of your VMware Cloud Director organization on OVHcloud
    FullName string
    Human readable full name of your VMware Cloud Director organization
    Name string
    Name of your VMware Cloud Director organization
    Region string
    Datacenter where your VMware Cloud Director organization is physically located
    Spla bool
    SPLA licensing state
    WebInterfaceUrl string
    URL to administrate your VMware Cloud Director organization at OVHcloud
    ApiUrl string
    API URL to interact with your VMware Cloud Director organization at OVHcloud
    BillingType string
    Billing type of your VMware Cloud Director project
    Description string
    Description of your VMware Cloud Director organization on OVHcloud
    FullName string
    Human readable full name of your VMware Cloud Director organization
    Name string
    Name of your VMware Cloud Director organization
    Region string
    Datacenter where your VMware Cloud Director organization is physically located
    Spla bool
    SPLA licensing state
    WebInterfaceUrl string
    URL to administrate your VMware Cloud Director organization at OVHcloud
    apiUrl String
    API URL to interact with your VMware Cloud Director organization at OVHcloud
    billingType String
    Billing type of your VMware Cloud Director project
    description String
    Description of your VMware Cloud Director organization on OVHcloud
    fullName String
    Human readable full name of your VMware Cloud Director organization
    name String
    Name of your VMware Cloud Director organization
    region String
    Datacenter where your VMware Cloud Director organization is physically located
    spla Boolean
    SPLA licensing state
    webInterfaceUrl String
    URL to administrate your VMware Cloud Director organization at OVHcloud
    apiUrl string
    API URL to interact with your VMware Cloud Director organization at OVHcloud
    billingType string
    Billing type of your VMware Cloud Director project
    description string
    Description of your VMware Cloud Director organization on OVHcloud
    fullName string
    Human readable full name of your VMware Cloud Director organization
    name string
    Name of your VMware Cloud Director organization
    region string
    Datacenter where your VMware Cloud Director organization is physically located
    spla boolean
    SPLA licensing state
    webInterfaceUrl string
    URL to administrate your VMware Cloud Director organization at OVHcloud
    api_url str
    API URL to interact with your VMware Cloud Director organization at OVHcloud
    billing_type str
    Billing type of your VMware Cloud Director project
    description str
    Description of your VMware Cloud Director organization on OVHcloud
    full_name str
    Human readable full name of your VMware Cloud Director organization
    name str
    Name of your VMware Cloud Director organization
    region str
    Datacenter where your VMware Cloud Director organization is physically located
    spla bool
    SPLA licensing state
    web_interface_url str
    URL to administrate your VMware Cloud Director organization at OVHcloud
    apiUrl String
    API URL to interact with your VMware Cloud Director organization at OVHcloud
    billingType String
    Billing type of your VMware Cloud Director project
    description String
    Description of your VMware Cloud Director organization on OVHcloud
    fullName String
    Human readable full name of your VMware Cloud Director organization
    name String
    Name of your VMware Cloud Director organization
    region String
    Datacenter where your VMware Cloud Director organization is physically located
    spla Boolean
    SPLA licensing state
    webInterfaceUrl String
    URL to administrate your VMware Cloud Director organization at OVHcloud

    GetCloudDirectorOrganizationCurrentTask

    Id string
    Identifier of the current task
    Link string
    Link to the task details
    Status string
    Current global status of the current task
    Type string
    Type of the current task
    Id string
    Identifier of the current task
    Link string
    Link to the task details
    Status string
    Current global status of the current task
    Type string
    Type of the current task
    id String
    Identifier of the current task
    link String
    Link to the task details
    status String
    Current global status of the current task
    type String
    Type of the current task
    id string
    Identifier of the current task
    link string
    Link to the task details
    status string
    Current global status of the current task
    type string
    Type of the current task
    id str
    Identifier of the current task
    link str
    Link to the task details
    status str
    Current global status of the current task
    type str
    Type of the current task
    id String
    Identifier of the current task
    link String
    Link to the task details
    status String
    Current global status of the current task
    type String
    Type of the current task

    GetCloudDirectorOrganizationIam

    DisplayName string
    Resource display name
    Id string
    Unique identifier of the resource
    Tags Dictionary<string, string>
    Resource tags. Tags that were internally computed are prefixed with ovh:
    Urn string
    Unique resource name used in policies
    DisplayName string
    Resource display name
    Id string
    Unique identifier of the resource
    Tags map[string]string
    Resource tags. Tags that were internally computed are prefixed with ovh:
    Urn string
    Unique resource name used in policies
    displayName String
    Resource display name
    id String
    Unique identifier of the resource
    tags Map<String,String>
    Resource tags. Tags that were internally computed are prefixed with ovh:
    urn String
    Unique resource name used in policies
    displayName string
    Resource display name
    id string
    Unique identifier of the resource
    tags {[key: string]: string}
    Resource tags. Tags that were internally computed are prefixed with ovh:
    urn string
    Unique resource name used in policies
    display_name str
    Resource display name
    id str
    Unique identifier of the resource
    tags Mapping[str, str]
    Resource tags. Tags that were internally computed are prefixed with ovh:
    urn str
    Unique resource name used in policies
    displayName String
    Resource display name
    id String
    Unique identifier of the resource
    tags Map<String>
    Resource tags. Tags that were internally computed are prefixed with ovh:
    urn String
    Unique resource name used in policies

    GetCloudDirectorOrganizationTargetSpec

    Description string
    Description of your VMware Cloud Director organization at OVHcloud
    FullName string
    Human readable full name of your VMware Cloud Director organization
    Description string
    Description of your VMware Cloud Director organization at OVHcloud
    FullName string
    Human readable full name of your VMware Cloud Director organization
    description String
    Description of your VMware Cloud Director organization at OVHcloud
    fullName String
    Human readable full name of your VMware Cloud Director organization
    description string
    Description of your VMware Cloud Director organization at OVHcloud
    fullName string
    Human readable full name of your VMware Cloud Director organization
    description str
    Description of your VMware Cloud Director organization at OVHcloud
    full_name str
    Human readable full name of your VMware Cloud Director organization
    description String
    Description of your VMware Cloud Director organization at OVHcloud
    fullName String
    Human readable full name of your VMware Cloud Director organization

    Package Details

    Repository
    ovh ovh/pulumi-ovh
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ovh Terraform Provider.
    ovh logo
    OVHCloud v2.1.1 published on Thursday, Apr 10, 2025 by OVHcloud