Virtualization Is Life!
vCloud Director 9.0: Digging into the new Standalone VM Feature

vCloud Director 9.0: Digging into the new Standalone VM Feature

vCloud Director 9.0 was (http://anthonyspiteri.net/released-vcloud-director-9-0-the-most-significant-version-to-date/) month and brought with it a number of big new features and enhancements. If you are interested in a overview of what’s new, head (http://anthonyspiteri.net/released-vcloud-director-9-0-the-most-significant-version-to-date/) to my launch post. Getting back to this post I wanted to focus on what I think is a significant change to the way in which workloads are thought about in vCD…the Standalone VM.

Standalone Virtual machines can be instantiated and viewed along with virtual machines as part of a vApp container. A filter button creates a list based on Virtual machines, virtual applications or both.

The vApp container construct in vCloud Director carries divided opinion from both services providers and customers of vCD with one side liking the fact that VMs could be grouped into logical vApps and treated as a like group or VMs such as an Exchange Cluster. While others wanted the ability to deploy standalone VMs that where more like VM instances you find in public clouds. Historically from a programatic point of view the creation of a VM within a vApp had it’s challenges in a chicken and egg type of scenario where by the composition and recomposiontion of the VM within the vApp required a specific order. This was improved from 8.0 with enhancements to vApp functionality, including the ability to reconfigure virtual machines within a vApp, and network connectivity and virtual machine capability during vApp instantiation.

Standalone Virtual Machines:

In vCloud Director 9.0 you can now create and configure individual Virtual Machines form the new HTML5 Tenant UI. Under the compute menu you now have a Virtual Machines and vApps tab. From here you can view either standalone VMs, VMs in a vApp or both. This is also where you can create a new VM. Note that you can’t create new vApps from the new UI just yet…that still needs to be done in the Flash based UI. You now have the ability to choose from three pre-canned instance sizes which come with default resources depending on the type of VM selected. However you can still customize the VM as shown below. When provisioned the VM is available from the new tenant UI with all the normal operations possible. The biggest difference here is that you don’t need to worry about the vApp state and that it’s independent from any other VMs. As a side note as it’s not 100% obvious, to view the console of the VM click on the icon top right of the Virtual Machine box.

Standalone VMs in vCenter and Flash UI:

Taking a look under the covers of the HTML5 UI the standalone VMs are represented slightly differently in vCenter. in Previous versions each VM was created with the VM name plus a UUID…when a standalone VM is created the VM name is just that…the VM name. However what is interesting is when you look in the Flash UI you will see that in fact the standalone VM is still contained within a vCD vAPP construct. So in effect, that HTML5 UI is presenting the VM as standalone, but in actual fact there is still a one to one relationship with a vApp under the covers. Taking a look back in vCenter under the folder view it’s more representative of what you see in the Flash UI.

Standalone VMs via the API:

Querying the API shows that the Standalone VMs are indeed composed within a traditional vCD vApp.

# GETTING VM/vApp DETAILS
# API CALL: https://VCD-CELL-IP/api/vApp/vm-GUID/
# METHOD: GET
# HEADER: x-vcloud-authorization xxxxxxxxxxxxxxxx 
# HEADER: Accept: application/*+xml;version=29.0 

https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593

#EXAMPLE RESPONSE

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:common="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:vmext="http://www.vmware.com/vcloud/extension/v1.5" xmlns:ns9="http://www.vmware.com/vcloud/networkservice/1.0" xmlns:ns10="http://www.vmware.com/vcloud/networkservice/common/1.0" xmlns:ns11="http://www.vmware.com/vcloud/networkservice/ipam/1.0" xmlns:ns12="http://www.vmware.com/vcloud/versions" ovfDescriptorUploaded="true" deployed="true" status="4" name="STANDALONE-01-c157500f-8bc3-4d09-8efd-723eaded0000" id="urn:vcloud:vapp:98cd737f-558b-42e7-b5c3-5edaad848593" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593" type="application/vnd.vmware.vcloud.vApp+xml">
 <Link rel="power:powerOff" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/power/action/powerOff"/>
 <Link rel="power:reboot" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/power/action/reboot"/>
 <Link rel="power:reset" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/power/action/reset"/>
 <Link rel="power:shutdown" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/power/action/shutdown"/>
 <Link rel="power:suspend" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/power/action/suspend"/>
 <Link rel="deploy" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/action/deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml"/>
 <Link rel="undeploy" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/action/undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/controlAccess/" type="application/vnd.vmware.vcloud.controlAccess+xml"/>
 <Link rel="controlAccess" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/action/controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml"/>
 <Link rel="recompose" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/action/recomposeVApp" type="application/vnd.vmware.vcloud.recomposeVAppParams+xml"/>
 <Link rel="enterMaintenanceMode" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/action/enterMaintenanceMode"/>
 <Link rel="up" href="https://10.0.30.5/api/vdc/0a7c7f54-fedc-4df2-9db8-7a5c3467243c" type="application/vnd.vmware.vcloud.vdc+xml"/>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593" type="application/vnd.vmware.vcloud.vApp+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/owner" type="application/vnd.vmware.vcloud.owner+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/metadata" type="application/vnd.vmware.vcloud.metadata+xml"/>
 <Link rel="ovf" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/ovf" type="text/xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/productSections/" type="application/vnd.vmware.vcloud.productSections+xml"/>
 <Link rel="snapshot:create" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/action/createSnapshot" type="application/vnd.vmware.vcloud.createSnapshotParams+xml"/>
 <Description>This vApp is created automatically on behalf of the user.</Description>
 <LeaseSettingsSection href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/leaseSettingsSection/" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" ovf:required="false">
 <ovf:Info>Lease settings section</ovf:Info>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/leaseSettingsSection/" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml"/>
 <DeploymentLeaseInSeconds>0</DeploymentLeaseInSeconds>
 <StorageLeaseInSeconds>0</StorageLeaseInSeconds>
 </LeaseSettingsSection>
 <ovf:StartupSection xmlns:ns13="http://www.vmware.com/vcloud/v1.5" ns13:type="application/vnd.vmware.vcloud.startupSection+xml" ns13:href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/startupSection/">
 <ovf:Info>VApp startup section</ovf:Info>
 <ovf:Item ovf:id="STANDALONE-01" ovf:order="0" ovf:startAction="powerOn" ovf:startDelay="0" ovf:stopAction="powerOff" ovf:stopDelay="0"/>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/startupSection/" type="application/vnd.vmware.vcloud.startupSection+xml"/>
 </ovf:StartupSection>
 <ovf:NetworkSection xmlns:ns13="http://www.vmware.com/vcloud/v1.5" ns13:type="application/vnd.vmware.vcloud.networkSection+xml" ns13:href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/networkSection/">
 <ovf:Info>The list of logical networks</ovf:Info>
 <ovf:Network ovf:name="none">
 <ovf:Description>This is a special place-holder used for disconnected network interfaces.</ovf:Description>
 </ovf:Network>
 </ovf:NetworkSection>
 <NetworkConfigSection href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/networkConfigSection/" type="application/vnd.vmware.vcloud.networkConfigSection+xml" ovf:required="false">
 <ovf:Info>The configuration parameters for logical networks</ovf:Info>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/networkConfigSection/" type="application/vnd.vmware.vcloud.networkConfigSection+xml"/>
 <NetworkConfig networkName="none">
 <Description>This is a special place-holder used for disconnected network interfaces.</Description>
 <Configuration>
 <IpScopes>
 <IpScope>
 <IsInherited>false</IsInherited>
 <Gateway>196.254.254.254</Gateway>
 <Netmask>255.255.0.0</Netmask>
 <Dns1>196.254.254.254</Dns1>
 </IpScope>
 </IpScopes>
 <FenceMode>isolated</FenceMode>
 </Configuration>
 <IsDeployed>false</IsDeployed>
 </NetworkConfig>
 </NetworkConfigSection>
 <SnapshotSection href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593/snapshotSection" type="application/vnd.vmware.vcloud.snapshotSection+xml" ovf:required="false">
 <ovf:Info>Snapshot information section</ovf:Info>
 </SnapshotSection>
 <DateCreated>2017-10-19T12:12:44.830+08:00</DateCreated>
 <Owner type="application/vnd.vmware.vcloud.owner+xml">
 <User href="https://10.0.30.5/api/admin/user/4be0876b-3657-42bf-b9f6-7f2a2ed17854" name="admin" type="application/vnd.vmware.admin.user+xml"/>
 </Owner>
 <autoNature>true</autoNature>
 <InMaintenanceMode>false</InMaintenanceMode>
 <Children>
 <Vm needsCustomization="false" nestedHypervisorEnabled="false" deployed="true" status="4" name="STANDALONE-01" id="urn:vcloud:vm:b9aa17c5-4405-48a7-9a4b-87ae8366a38c" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c" type="application/vnd.vmware.vcloud.vm+xml">
 <VCloudExtension required="false">
 <vmext:VmVimInfo>
 <vmext:VmVimObjectRef>
 <vmext:VimServerRef href="https://10.0.30.5/api/admin/extension/vimServer/fc55efb1-87e0-4f77-b0ef-b948d890c50b" name="Sliema Labs" type="application/vnd.vmware.admin.vmwvirtualcenter+xml"/>
 <vmext:MoRef>vm-161390</vmext:MoRef>
 <vmext:VimObjectType>VIRTUAL_MACHINE</vmext:VimObjectType>
 </vmext:VmVimObjectRef>
 <vmext:DatastoreVimObjectRef>
 <vmext:VimServerRef href="https://10.0.30.5/api/admin/extension/vimServer/fc55efb1-87e0-4f77-b0ef-b948d890c50b" name="Sliema Labs" type="application/vnd.vmware.admin.vmwvirtualcenter+xml"/>
 <vmext:MoRef>datastore-159883</vmext:MoRef>
 <vmext:VimObjectType>DATASTORE</vmext:VimObjectType>
 </vmext:DatastoreVimObjectRef>
 <vmext:VmDiskDatastores instanceId="2000">
 <vmext:VimServerRef href="https://10.0.30.5/api/admin/extension/vimServer/fc55efb1-87e0-4f77-b0ef-b948d890c50b" name="Sliema Labs" type="application/vnd.vmware.admin.vmwvirtualcenter+xml"/>
 <vmext:MoRef>datastore-159883</vmext:MoRef>
 <vmext:VimObjectType>DATASTORE</vmext:VimObjectType>
 </vmext:VmDiskDatastores>
 <vmext:HostVimObjectRef>
 <vmext:VimServerRef href="https://10.0.30.5/api/admin/extension/vimServer/fc55efb1-87e0-4f77-b0ef-b948d890c50b" name="Sliema Labs" type="application/vnd.vmware.admin.vmwvirtualcenter+xml"/>
 <vmext:MoRef>host-159882</vmext:MoRef>
 <vmext:VimObjectType>HOST</vmext:VimObjectType>
 </vmext:HostVimObjectRef>
 <vmext:VirtualDisksMaxChainLength>1</vmext:VirtualDisksMaxChainLength>
 </vmext:VmVimInfo>
 </VCloudExtension>
 <Link rel="power:powerOff" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/power/action/powerOff"/>
 <Link rel="power:reboot" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/power/action/reboot"/>
 <Link rel="power:reset" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/power/action/reset"/>
 <Link rel="power:shutdown" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/power/action/shutdown"/>
 <Link rel="power:suspend" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/power/action/suspend"/>
 <Link rel="undeploy" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml"/>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c" type="application/vnd.vmware.vcloud.vm+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/metadata" type="application/vnd.vmware.vcloud.metadata+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/complianceResult" type="application/vnd.vmware.vm.complianceResult+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/productSections/" type="application/vnd.vmware.vcloud.productSections+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/metrics/current" type="application/vnd.vmware.vcloud.metrics.currentUsageSpec+xml"/>
 <Link rel="metrics" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/metrics/current" type="application/vnd.vmware.vcloud.metrics.currentUsageSpec+xml"/>
 <Link rel="screen:thumbnail" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/screen"/>
 <Link rel="screen:acquireTicket" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/screen/action/acquireTicket"/>
 <Link rel="screen:acquireMksTicket" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/screen/action/acquireMksTicket" type="application/vnd.vmware.vcloud.mksTicket+xml"/>
 <Link rel="media:insertMedia" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/media/action/insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml"/>
 <Link rel="media:ejectMedia" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/media/action/ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml"/>
 <Link rel="disk:attach" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/disk/action/attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml"/>
 <Link rel="disk:detach" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/disk/action/detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml"/>
 <Link rel="installVmwareTools" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/installVMwareTools"/>
 <Link rel="relocate" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/relocate" type="application/vnd.vmware.vcloud.relocateVmParams+xml"/>
 <Link rel="customizeAtNextPowerOn" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/customizeAtNextPowerOn"/>
 <Link rel="reloadFromVc" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/reloadFromVc"/>
 <Link rel="checkCompliance" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/checkCompliance"/>
 <Link rel="snapshot:create" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/createSnapshot" type="application/vnd.vmware.vcloud.createSnapshotParams+xml"/>
 <Link rel="reconfigureVm" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/reconfigureVm" name="STANDALONE-01" type="application/vnd.vmware.vcloud.vm+xml"/>
 <Link rel="up" href="https://10.0.30.5/api/vApp/vapp-98cd737f-558b-42e7-b5c3-5edaad848593" type="application/vnd.vmware.vcloud.vApp+xml"/>
 <Description></Description>
 <VmSpecSection>
 <ovf:Info>Virtual hardware requirements (simplified)</ovf:Info>
 <OsType>ubuntu64Guest</OsType>
 <NumCpus>1</NumCpus>
 <NumCoresPerSocket>1</NumCoresPerSocket>
 <CpuResourceMhz>
 <Configured>1</Configured>
 <SharesLevel>NORMAL</SharesLevel>
 </CpuResourceMhz>
 <MemoryResourceMb>
 <Configured>256</Configured>
 <SharesLevel>NORMAL</SharesLevel>
 </MemoryResourceMb>
 <MediaSection>
 <MediaSettings>
 <DeviceId>3000</DeviceId>
 <MediaType>ISO</MediaType>
 <MediaState>DISCONNECTED</MediaState>
 <UnitNumber>0</UnitNumber>
 <BusNumber>0</BusNumber>
 <AdapterType>1</AdapterType>
 </MediaSettings>
 <MediaSettings>
 <DeviceId>8000</DeviceId>
 <MediaType>FLOPPY</MediaType>
 <MediaState>DISCONNECTED</MediaState>
 <UnitNumber>0</UnitNumber>
 <BusNumber>0</BusNumber>
 </MediaSettings>
 </MediaSection>
 <DiskSection>
 <DiskSettings>
 <DiskId>2000</DiskId>
 <SizeMb>16384</SizeMb>
 <UnitNumber>0</UnitNumber>
 <BusNumber>0</BusNumber>
 <AdapterType>3</AdapterType>
 <ThinProvisioned>true</ThinProvisioned>
 <StorageProfile href="https://10.0.30.5/api/vdcStorageProfile/6a66964a-e4e6-471b-903a-6f433dce25ef" name="ioSTOR-1000" type="application/vnd.vmware.vcloud.vdcStorageProfile+xml"/>
 <overrideVmDefault>true</overrideVmDefault>
 <iops>0</iops>
 <VirtualQuantityUnit>byte</VirtualQuantityUnit>
 </DiskSettings>
 </DiskSection>
 <HardwareVersion href="https://10.0.30.5/api/hwv/vmx-10" type="application/vnd.vmware.vcloud.virtualHardwareVersion+xml">vmx-10</HardwareVersion>
 <VmToolsVersion>0</VmToolsVersion>
 <VirtualCpuType>VM64</VirtualCpuType>
 <TimeSyncWithHost>false</TimeSyncWithHost>
 </VmSpecSection>
 <ovf:VirtualHardwareSection xmlns:ns13="http://www.vmware.com/vcloud/v1.5" ovf:transport="" ns13:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" ns13:href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/">
 <ovf:Info>Virtual hardware requirements</ovf:Info>
 <ovf:System>
 <vssd:AutomaticRecoveryAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:AutomaticShutdownAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:AutomaticStartupAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:AutomaticStartupActionDelay xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:AutomaticStartupActionSequenceNumber xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:ConfigurationDataRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:ConfigurationFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:ConfigurationID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:CreationTime xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:Description xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:ElementName>Virtual Hardware Family</vssd:ElementName>
 <vssd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:InstanceID>0</vssd:InstanceID>
 <vssd:LogDataRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:RecoveryFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:SnapshotDataRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:SuspendDataRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:SwapFileDataRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <vssd:VirtualSystemIdentifier>STANDALONE-01</vssd:VirtualSystemIdentifier>
 <vssd:VirtualSystemType>vmx-10</vssd:VirtualSystemType>
 </ovf:System>
 <ovf:Item>
 <rasd:Address>00:50:56:01:00:04</rasd:Address>
 <rasd:AddressOnParent>0</rasd:AddressOnParent>
 <rasd:AllocationUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticAllocation>false</rasd:AutomaticAllocation>
 <rasd:AutomaticDeallocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Connection ns13:ipAddressingMode="NONE" ns13:primaryNetworkConnection="true">none</rasd:Connection>
 <rasd:ConsumerVisibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Description>Vmxnet3 ethernet adapter on "none"</rasd:Description>
 <rasd:ElementName>Network adapter 0</rasd:ElementName>
 <rasd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:InstanceID>1</rasd:InstanceID>
 <rasd:Limit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:MappingBehavior xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:OtherResourceType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Parent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:PoolID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Reservation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType>
 <rasd:ResourceType>10</rasd:ResourceType>
 <rasd:VirtualQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:VirtualQuantityUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Weight xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 </ovf:Item>
 <ovf:Item>
 <rasd:Address>0</rasd:Address>
 <rasd:AddressOnParent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AllocationUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticAllocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticDeallocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConsumerVisibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Description>SCSI Controller</rasd:Description>
 <rasd:ElementName>SCSI Controller 0</rasd:ElementName>
 <rasd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:InstanceID>2</rasd:InstanceID>
 <rasd:Limit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:MappingBehavior xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:OtherResourceType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Parent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:PoolID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Reservation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceSubType>lsilogic</rasd:ResourceSubType>
 <rasd:ResourceType>6</rasd:ResourceType>
 <rasd:VirtualQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:VirtualQuantityUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Weight xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 </ovf:Item>
 <ovf:Item>
 <rasd:Address xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AddressOnParent>0</rasd:AddressOnParent>
 <rasd:AllocationUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticAllocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticDeallocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConsumerVisibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Description>Hard disk</rasd:Description>
 <rasd:ElementName>Hard disk 1</rasd:ElementName>
 <rasd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:HostResource ns13:storageProfileHref="https://10.0.30.5/api/vdcStorageProfile/6a66964a-e4e6-471b-903a-6f433dce25ef" ns13:busType="6" ns13:busSubType="lsilogic" ns13:capacity="16384" ns13:iops="0" ns13:storageProfileOverrideVmDefault="true"></rasd:HostResource>
 <rasd:InstanceID>2000</rasd:InstanceID>
 <rasd:Limit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:MappingBehavior xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:OtherResourceType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Parent>2</rasd:Parent>
 <rasd:PoolID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Reservation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceSubType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceType>17</rasd:ResourceType>
 <rasd:VirtualQuantity>17179869184</rasd:VirtualQuantity>
 <rasd:VirtualQuantityUnits>byte</rasd:VirtualQuantityUnits>
 <rasd:Weight xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 </ovf:Item>
 <ovf:Item>
 <rasd:Address>0</rasd:Address>
 <rasd:AddressOnParent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AllocationUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticAllocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticDeallocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConsumerVisibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Description>IDE Controller</rasd:Description>
 <rasd:ElementName>IDE Controller 0</rasd:ElementName>
 <rasd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:InstanceID>3</rasd:InstanceID>
 <rasd:Limit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:MappingBehavior xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:OtherResourceType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Parent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:PoolID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Reservation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceSubType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceType>5</rasd:ResourceType>
 <rasd:VirtualQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:VirtualQuantityUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Weight xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 </ovf:Item>
 <ovf:Item>
 <rasd:Address xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AddressOnParent>0</rasd:AddressOnParent>
 <rasd:AllocationUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticAllocation>false</rasd:AutomaticAllocation>
 <rasd:AutomaticDeallocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConsumerVisibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Description>CD/DVD Drive</rasd:Description>
 <rasd:ElementName>CD/DVD Drive 1</rasd:ElementName>
 <rasd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:HostResource></rasd:HostResource>
 <rasd:InstanceID>3000</rasd:InstanceID>
 <rasd:Limit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:MappingBehavior xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:OtherResourceType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Parent>3</rasd:Parent>
 <rasd:PoolID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Reservation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceSubType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceType>15</rasd:ResourceType>
 <rasd:VirtualQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:VirtualQuantityUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Weight xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 </ovf:Item>
 <ovf:Item>
 <rasd:Address xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AddressOnParent>0</rasd:AddressOnParent>
 <rasd:AllocationUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticAllocation>false</rasd:AutomaticAllocation>
 <rasd:AutomaticDeallocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConsumerVisibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Description>Floppy Drive</rasd:Description>
 <rasd:ElementName>Floppy Drive 1</rasd:ElementName>
 <rasd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:HostResource></rasd:HostResource>
 <rasd:InstanceID>8000</rasd:InstanceID>
 <rasd:Limit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:MappingBehavior xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:OtherResourceType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Parent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:PoolID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Reservation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceSubType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceType>14</rasd:ResourceType>
 <rasd:VirtualQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:VirtualQuantityUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Weight xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 </ovf:Item>
 <ovf:Item ns13:type="application/vnd.vmware.vcloud.rasdItem+xml" ns13:href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/cpu">
 <rasd:Address xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AddressOnParent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits>
 <rasd:AutomaticAllocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticDeallocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConsumerVisibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Description>Number of Virtual CPUs</rasd:Description>
 <rasd:ElementName>1 virtual CPU(s)</rasd:ElementName>
 <rasd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:InstanceID>4</rasd:InstanceID>
 <rasd:Limit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:MappingBehavior xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:OtherResourceType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Parent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:PoolID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Reservation>0</rasd:Reservation>
 <rasd:ResourceSubType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceType>3</rasd:ResourceType>
 <rasd:VirtualQuantity>1</rasd:VirtualQuantity>
 <rasd:VirtualQuantityUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Weight>0</rasd:Weight>
 <vmw:CoresPerSocket ovf:required="false">1</vmw:CoresPerSocket>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/cpu" type="application/vnd.vmware.vcloud.rasdItem+xml"/>
 </ovf:Item>
 <ovf:Item ns13:type="application/vnd.vmware.vcloud.rasdItem+xml" ns13:href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/memory">
 <rasd:Address xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AddressOnParent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits>
 <rasd:AutomaticAllocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:AutomaticDeallocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Caption xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ChangeableType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConfigurationName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ConsumerVisibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Description>Memory Size</rasd:Description>
 <rasd:ElementName>256 MB of memory</rasd:ElementName>
 <rasd:Generation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:InstanceID>5</rasd:InstanceID>
 <rasd:Limit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:MappingBehavior xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:OtherResourceType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Parent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:PoolID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Reservation>0</rasd:Reservation>
 <rasd:ResourceSubType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:ResourceType>4</rasd:ResourceType>
 <rasd:VirtualQuantity>256</rasd:VirtualQuantity>
 <rasd:VirtualQuantityUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
 <rasd:Weight>0</rasd:Weight>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/memory" type="application/vnd.vmware.vcloud.rasdItem+xml"/>
 </ovf:Item>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/cpu" type="application/vnd.vmware.vcloud.rasdItem+xml"/>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/cpu" type="application/vnd.vmware.vcloud.rasdItem+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/memory" type="application/vnd.vmware.vcloud.rasdItem+xml"/>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/memory" type="application/vnd.vmware.vcloud.rasdItem+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/disks" type="application/vnd.vmware.vcloud.rasdItemsList+xml"/>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/disks" type="application/vnd.vmware.vcloud.rasdItemsList+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/media" type="application/vnd.vmware.vcloud.rasdItemsList+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/networkCards" type="application/vnd.vmware.vcloud.rasdItemsList+xml"/>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/networkCards" type="application/vnd.vmware.vcloud.rasdItemsList+xml"/>
 <Link rel="down" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/serialPorts" type="application/vnd.vmware.vcloud.rasdItemsList+xml"/>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/virtualHardwareSection/serialPorts" type="application/vnd.vmware.vcloud.rasdItemsList+xml"/>
 </ovf:VirtualHardwareSection>
 <ovf:OperatingSystemSection xmlns:ns13="http://www.vmware.com/vcloud/v1.5" ovf:id="102" ns13:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="ubuntu64Guest" ns13:href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/operatingSystemSection/">
 <ovf:Info>Specifies the operating system installed</ovf:Info>
 <ovf:Description>Ubuntu Linux (64-bit)</ovf:Description>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/operatingSystemSection/" type="application/vnd.vmware.vcloud.operatingSystemSection+xml"/>
 </ovf:OperatingSystemSection>
 <NetworkConnectionSection href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/networkConnectionSection/" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" ovf:required="false">
 <ovf:Info>Specifies the available VM network connections</ovf:Info>
 <PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex>
 <NetworkConnection needsCustomization="true" network="none">
 <NetworkConnectionIndex>0</NetworkConnectionIndex>
 <IsConnected>false</IsConnected>
 <MACAddress>00:50:56:01:00:04</MACAddress>
 <IpAddressAllocationMode>NONE</IpAddressAllocationMode>
 <NetworkAdapterType>VMXNET3</NetworkAdapterType>
 </NetworkConnection>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/networkConnectionSection/" type="application/vnd.vmware.vcloud.networkConnectionSection+xml"/>
 </NetworkConnectionSection>
 <GuestCustomizationSection href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/guestCustomizationSection/" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" ovf:required="false">
 <ovf:Info>Specifies Guest OS Customization Settings</ovf:Info>
 <Enabled>false</Enabled>
 <ChangeSid>false</ChangeSid>
 <VirtualMachineId>b9aa17c5-4405-48a7-9a4b-87ae8366a38c</VirtualMachineId>
 <JoinDomainEnabled>false</JoinDomainEnabled>
 <UseOrgSettings>false</UseOrgSettings>
 <AdminPasswordEnabled>true</AdminPasswordEnabled>
 <AdminPasswordAuto>true</AdminPasswordAuto>
 <AdminAutoLogonEnabled>false</AdminAutoLogonEnabled>
 <AdminAutoLogonCount>0</AdminAutoLogonCount>
 <ResetPasswordRequired>false</ResetPasswordRequired>
 <ComputerName>STANDALONE01</ComputerName>
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/guestCustomizationSection/" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml"/>
 </GuestCustomizationSection>
 <RuntimeInfoSection xmlns:ns13="http://www.vmware.com/vcloud/v1.5" ns13:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" ns13:href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/runtimeInfoSection">
 <ovf:Info>Specifies Runtime info</ovf:Info>
 </RuntimeInfoSection>
 <SnapshotSection href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/snapshotSection" type="application/vnd.vmware.vcloud.snapshotSection+xml" ovf:required="false">
 <ovf:Info>Snapshot information section</ovf:Info>
 </SnapshotSection>
 <DateCreated>2017-10-19T12:12:55.183+08:00</DateCreated>
 <VAppScopedLocalId>5a7de3ed-9244-402c-be26-a7c2509cd9cd</VAppScopedLocalId>
 <VmCapabilities href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/vmCapabilities/" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml">
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/vmCapabilities/" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml"/>
 <MemoryHotAddEnabled>false</MemoryHotAddEnabled>
 <CpuHotAddEnabled>false</CpuHotAddEnabled>
 </VmCapabilities>
 <StorageProfile href="https://10.0.30.5/api/vdcStorageProfile/6a66964a-e4e6-471b-903a-6f433dce25ef" name="ioSTOR-1000" type="application/vnd.vmware.vcloud.vdcStorageProfile+xml"/>
 <BootOptions href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/bootOptions/" type="application/vnd.vmware.vcloud.bootOptionsSection+xml">
 <Link rel="edit" href="https://10.0.30.5/api/vApp/vm-b9aa17c5-4405-48a7-9a4b-87ae8366a38c/action/bootOptions" type="application/vnd.vmware.vcloud.bootOptionsSection+xml"/>
 <BootDelay>0</BootDelay>
 <EnterBIOSSetup>false</EnterBIOSSetup>
 </BootOptions>
 </Vm>
 </Children>
</VApp>

References: https://docs.vmware.com/en/vCloud-Director/9.0/rn/rel\_notes\_vcloud\_director\_90.html