1.5

Table Of Contents
<FirewallRule>
<IsEnabled>true</IsEnabled>
<Description>deny outgoing rdp</Description>
<Policy>drop</Policy>
<Protocols>
<Tcp>true</Tcp>
</Protocols>
<Port>3389</Port>
<DestinationIp>Any</DestinationIp>
<SourcePort>-1</SourcePort>
<SourceIp>Any</SourceIp>
<Direction>out</Direction>
<EnableLogging>true</EnableLogging>
</FirewallRule>
</FirewallService>
<NatService>
<IsEnabled>false</IsEnabled>
<NatType>portForwarding</NatType>
<Policy>allowTraffic</Policy>
</NatService>
</Features>
</Configuration>
<NetworkPool
href="https://vcloud.example.com/api/admin/extension/networkPool/313"></NetworkPool>
<AllowedExternalIpAddresses />
</OrgNetwork>
The response echoes the request, and includes a Task element that tracks creation of the object and links that
an administrator can use to manage it after it has been created.
Response:
201 Created
Content-Type: application/vnd.vmware.admin.orgNetwork+xml
...
<OrgNetwork
xmlns="http://www.vmware.com/vcloud/v1.5"
name="RoutedOrgNetwork"
id="urn:vcloud:network:59"
type="application/vnd.vmware.vcloud.network+xml"
href="https://vcloud.example.com/api/admin/network/59" ... >
<Link
rel="alternate"
type="application/vnd.vmware.vcloud.network+xml"
href="https://vcloud.example.com/api/network/59" />
<Link
rel="up"
type="application/vnd.vmware.admin.organization+xml"
href="https://vcloud.example.com/api/admin/org/26" />
<Link
rel="down"
type="application/vnd.vmware.vcloud.metadata+xml"
href="https://vcloud.example.com/api/admin/network/59/metadata" />
<Description>NAT-routed organization network</Description>
<Tasks>
<Task
vCloud API Programming Guide
130 VMware, Inc.