Get-OrgVdc
This cmdlet retrieves organization virtual datacenters (vDCs). You can filter the returned objects by using the cmdlet parameters.
Syntax
[-Org <Org[]>]
[-ProviderVdc <ProviderVdc[]>]
[-Server <CIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional |
|
String[] | named |
|
Specifies the names of the organization vDCs you want to retrieve. | optional |
|
Org[] | named |
|
Specifies the organizations for which you want to retrieve vDCs. | optional |
|
ProviderVdc[] | named |
|
Retrieves the organization vDCs which are part of the specified provider vDC. Note: This parameter is only available to Provider Administrators. | optional |
|
CIServer[] | named |
|
Specifies the cloud servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-CIServer. |
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
String[] | named |
|
Specifies the IDs of the organization vDCs you want to retrieve. Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that matches exactly one of the string values in that list. | optional |
|
CIServer[] | named |
|
Specifies the cloud servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-CIServer. |
Output
VMware.VimAutomation.Cloud.Types.V1.OrgVdc
Examples
Example 1
Gets the cloud organization VDCs available to you.
Example 2
Gets the organization VDCs with names starting with the specified string.
Example 3
Gets the cloud organization VDC with the provided Id.
Example 4
Gets all organization VDCs which are part of the specified provider VDC.
Example 5
Retrieves all organization VDCs for the specified organizations.
Example 6
Retrieves the organization VDCs for an organization which is a part of the provider VDC named Provider1Vdc.
Related Commands
Org
OrgNetwork
OrgVdc