Guest User

Untitled

a guest
Apr 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. = bless( {
  2. 'vm' => bless( {
  3. 'value' => 'vm-213',
  4. 'type' => 'VirtualMachine'
  5. }, 'ManagedObjectReference' ),
  6. 'overallStatus' => bless( { 'val' => 'green' }, 'ManagedEntityStatus' ),
  7. 'customValue' => [
  8. bless( { 'value' => 'earlier', 'key' => '9' }, 'CustomFieldStringValue' )
  9. ],
  10. 'runtime' => bless( {
  11. 'suspendInterval' => '0',
  12. 'bootTime' => '2009-11-23T18:49:53.64622Z',
  13. 'maxCpuUsage' => '4800',
  14. 'memoryOverhead' => '152252416',
  15. 'host' => bless( {
  16. 'value' => 'host-226',
  17. 'type' => 'HostSystem'
  18. }, 'ManagedObjectReference' ),
  19. 'powerState' => bless( {
  20. 'val' => 'poweredOn'
  21. }, 'VirtualMachinePowerState' ),
  22. 'numMksConnections' => '1',
  23. 'maxMemoryUsage' => '256',
  24. 'toolsInstallerMounted' => '0',
  25. 'connectionState' => bless( {
  26. 'val' => 'connected'
  27. }, 'VirtualMachineConnectionState' )
  28. }, 'VirtualMachineRuntimeInfo' ),
  29. 'quickStats' => bless( {
  30. 'guestHeartbeatStatus' => bless( {
  31. 'val' => 'red'
  32. }, 'ManagedEntityStatus' ),
  33. 'hostMemoryUsage' => '294',
  34. 'guestMemoryUsage' => '0',
  35. 'overallCpuUsage' => '102'
  36. }, 'VirtualMachineQuickStats' ),
  37. 'config' => bless( {
  38. 'guestId' => 'rhel5Guest',
  39. 'numVirtualDisks' => '0',
  40. 'vmPathName' => '[dcgpndlvms308] sbox02/sbox02.vmx',
  41. 'template' => '0',
  42. 'name' => 'sbox02',
  43. 'uuid' => '502edef8-f10f-77d7-abba-386fc1a45edb',
  44. 'numCpu' => '2',
  45. 'guestFullName' => 'Red Hat Enterprise Linux 5 (32-bit)',
  46. 'memorySizeMB' => '2048',
  47. 'numEthernetCards' => '1',
  48. 'cpuReservation' => '0',
  49. 'annotation' => 'whatevs',
  50. 'memoryReservation' => '0'
  51. }, 'VirtualMachineConfigSummary' ),
  52. 'guest' => bless( {
  53. 'toolsStatus' => bless( {
  54. 'val' => 'toolsNotInstalled'
  55. }, 'VirtualMachineToolsStatus' )
  56. }, 'VirtualMachineGuestSummary' )
  57. }, 'VirtualMachineSummary' );
Add Comment
Please, Sign In to add comment