vCloud API Programming Guide
102
VMware, Inc.
<IsEnabled>false</IsEnabled>
<DefaultLeaseTime>3600</DefaultLeaseTime>
<MaxLeaseTime>7200</MaxLeaseTime>
<IpRange>
<StartAddress>10.6.35.3</StartAddress>
<EndAddress>10.6.255.254</EndAddress>
</IpRange>
</DhcpService>
<FirewallService>
<IsEnabled>true</IsEnabled>
</FirewallService>
<NatService>
<IsEnabled>false</IsEnabled>
<NatType>portForwarding</NatType>
<Policy>allowTraffic</Policy>
</NatService>
</Features>
</Configuration>
</OrgNetwork>
Response:
202 Accepted
Content-Type: application/vnd.vmware.vcloud.task+xml
...
<Task ... operation="Updating Network Internet (2)" ...>
...
</Task>
Remove an Organization Network
An
organization
administrator
can
use
the
remove
link
in
an
OrgNetwork
body
to
remove
the
network
from
the
organization.
Example 6
‐
13
does
this,
making
a
DELETE
request
to
the
remove
link
returned
in
Example 6
‐
11
.
Example 6-13.
Remove a Network from an Organization
Request:
DELETE http://vcloud.example.com/api/v1.0/admin/network/54
Response:
202 Accepted
Content-Type: application/vnd.vmware.vcloud.task+xml
...
<Task ... operation="Removing Network Internet (2)" ...>
...
</Task>
vDC Administration
A
newly
created
organization
has
no
vDCs
in
it.
vDC
administration
involves
the
following
objects:
A
ProviderVdc
,
which
a
system
administrator
creates
from
vSphere
platform
resources
(see
“Create
a
Provider
vDC”
on
page 127).
An
AdminVdc
,
which
a
system
administrator
creates
to
allocate
a
subset
of
ProviderVdc
resources
to
a
vDC
in
a
specific
organization.
Organization
members
see
an
AdminVdc
as
a
vDC.
Summary of Contents for VCLOUD API 1.0 - TECHNICAL NOTE
Page 10: ...vCloud API Programming Guide 10 VMware Inc...
Page 20: ...vCloud API Programming Guide 20 VMware Inc...
Page 32: ...vCloud API Programming Guide 32 VMware Inc...
Page 90: ...vCloud API Programming Guide 90 VMware Inc...
Page 150: ...vCloud API Programming Guide 150 VMware Inc...
Page 170: ...vCloud API Programming Guide 170 VMware Inc...