vCloud API Programming Guide
28
VMware, Inc.
</ovf:StartupSection>
<ovf:NetworkSection ... >
<ovf:Info/>
<ovf:Network ovf:name="vAppNetwork">
<ovf:Description/>
</ovf:Network>
</ovf:NetworkSection>
<NetworkConfigSection
href="http://vcloud.example.com/api/v1.0/vApp/vapp-7/networkConfigSection/"
ovf:required="false">
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigxml"
href="http://vcloud.example.com/api/v1.0/vApp/vapp-7/
networkConfigSection/"/>
<ovf:Info>Configuration parameters for vAppNetwork</ovf:Info>
<NetworkConfig networkName="vAppNetwork">
<Configuration>
<IpScope>
...
</IpScope>
<ParentNetwork type="application/vnd.vmware.vcloud.xml" name="Internet"
href="http://vcloud.example.com/api/v1.0/network/54"/>
<FenceMode>bridged</FenceMode>
</Configuration>
<IsDeployed>true</IsDeployed>
</NetworkConfig>
</NetworkConfigSection>
<Children>
<Vm deployed="true" status="4" name="ubuntu10-x86"
type="application/vnd.vmware.vcloud.vm+xml"
href="http://vcloud.example.com/api/v1.0/vApp/vm-4">
<Link rel="power:reboot" href="http://vcloud.example.com/api/v1.0/vApp/vm-4/power/
action/reboot"/>
<Link rel="power:powerOff" href="http://vcloud.example.com/api/v1.0/vApp/vm-4/power/
action/powerOff"/>
<Link rel="undeploy"
href="http://vcloud.example.com/api/v1.0/vApp/vm-4/action/undeploy"/>
<Link rel="deploy"
href="http://vcloud.example.com/api/v1.0/vApp/vm-4/action/deploy"/>
<Link rel="power:shutdown" href="http://vcloud.example.com/api/v1.0/vApp/vm-4/power/
action/shutdown"/>
<Link rel="power:reset" href="http://vcloud.example.com/api/v1.0/vApp/vm-4/power/
action/reset"/>
<Link rel="power:suspend" href="http://vcloud.example.com/api/v1.0/vApp/vm-4/power/
action/suspend"/>
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml"
href="http://vcloud.example.com/api/v1.0/vApp/vapp-7"/>
<Link rel="screen:thumbnail"
href="http://vcloud.example.com/api/v1.0/vApp/vm-4/screen"/>
<Link rel="screen:acquireTicket"
href="http://vcloud.example.com/api/v1.0/vApp/vm-4/screen/
action/acquireTicket"/>
<Link rel="media:insertMedia"
type="application/vnd.vmware.vcloud.mediaInsertOrEjecxml"
href="http://vcloud.example.com/api/v1.0/vApp/vm-4/media/
action/insertMedia"/>
<Link rel="media:ejectMedia"
type="application/vnd.vmware.vcloud.mediaInsertOrEjecxml"
href="http://vcloud.example.com/api/v1.0/vApp/vm-4/media/
action/ejectMedia"/>
<Description/>
<ovf:VirtualHardwareSection ...>
...
</ovf:VirtualHardwareSection>
...
<NetworkConnectionSection>
...
<NetworkConnection network="vAppNetwork">
...
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...