5.1

Table Of Contents
<ProviderVdcStorageProfile
href="https://vcloud.example.com/api/admin/pvdcStorageProfile/128" />
</AddStorageProfile>
</UpdateVdcStorageProfiles>
Response:
202 Accepted
Content-Type: application/vnd.vmware.vcloud.task+xml
...
<Task ... >
...
</Task>
Enable, Disable, or Remove a vDC
A system administrator can use the enable, disable, and remove links in an AdminVdc body to enable, disable,
or remove the vDC.
Prerequisites
Verify that you are logged in to the vCloud API as a system administrator.
Procedure
n
To enable a vDC, POST a request to its action/enable link.
n
To disable a vDC, POST a request to its action/disable link.
When you disable an organization vDC, you prevent further use of its compute and storage resources.
Running vApps and powered on virtual machines continue to run, but you cannot create or start additional
vApps or virtual machines.
n
To remove a vDC:
a POST a request to its action/disable link to disable the vDC.
After the vDC is disabled, its representation includes a rel="remove" link.
b Relocate or delete all vApps, vApp templates, and media in the vDC.
c Make a DELETE request to the vDC's rel="remove" link.
The server takes the requested action and returns an HTTP status of 204 No Content.
Network Administration
A newly created organization vDC has no networks in it. After a system administrator has created the required
network infrastructure, an organization administrator can create and manage most types of organization vDC
networks.
An organization vDC can be provisioned with one or more networks. These organization vDC networks can
be configured to provide direct or routed connections to external networks, or can be isolated from external
networks and other organization vDC networks. Routed connections require an Edge Gateway and network
pool in the vDC. The Edge Gateway provides firewall, network address translation, static routing, VPN, and
load balancing services.
Chapter 6 Creating and Managing Organizations
VMware, Inc. 147