| Commit | Date | |
|---|---|---|
|
[r79]
by
meetoomy
Added experimental app to license multiple ESX 3.x hosts managed by a single VirtualCenter, or a single ESX 3.x host, or display license usage for the same. |
2007-07-11 01:09:39 | Tree |
| 2007-07-03 17:49:50 | Tree | |
|
[r77]
by
meetoomy
Fixes: |
2007-07-02 19:14:49 | Tree |
|
[r76]
by
meetoomy
List of Utility Applications submitted General Host VirtualMachine ResourcePool Performance There are 3 modules with common functionality new xml schema and sample data files have also been |
2007-06-30 03:03:42 | Tree |
|
[r75]
by
meetoomy
Add check $properties being undef'd in update_view_data and set_view_data lines 496 and 516 |
2007-06-05 22:05:04 | Tree |
| 2007-06-02 03:50:25 | Tree | |
|
[r73]
by
meetoomy
First checkin of reference / utility applications built using the ViPerl toolkit. Applications provide host and vm information and operations. |
2007-05-31 05:10:54 | Tree |
|
[r72]
by
meetoomy
Fix issue of sessionfile or (username, password) absense This fix ensures the absense of these args is handled as Verified that --help and --version work as expected with these options absent. |
2007-05-31 05:06:43 | Tree |
|
[r71]
by
rboschjr
Experimental support for selectively filtering views. Added a new 'properties' argument to the view commands get_view(s) and my $vm_view = Vim::find_entity_view(view_type => 'VirtualMachine', To retrieve properties from a filtered view, you should use the new my $state = $vm_view->get_property('runtime.powerState'); Note that you can also get subproperties of the retrieved property: my $vm_view = Vim::find_entity_view(view_type => 'VirtualMachine', And that get_property works with fully-populated views as well. So: my $vm_view = Vim::find_entity_view(view_type => 'VirtualMachine', Is equivalent to: my $vm_view = Vim::find_entity_view(view_type => 'VirtualMachine', When using a filtered view, any attempts to read a property that wasn't The use of property filters is intended primarily as a performance Note also that this support is currently experimental and may change or |
2007-05-31 00:21:50 | Tree |
|
[r70]
by
vmwaresdk
This implements solution where PrimType |
2007-05-30 17:48:54 | Tree |