| Commit | Date | |
|---|---|---|
|
[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 |
| 2007-05-30 03:17:41 | Tree | |
|
[r68]
by
kelliw
Renaming the alpha documentation so that it includes the word 'alpha' in its name, to avoid any confusion when subsequent updates occur. |
2007-05-29 23:37:40 | Tree |
|
[r67]
by
ic0dbad
Add a missing SelectionSpec to the computeResourceRpTraversalSpec in get_search_filter_spec. |
2007-05-29 22:48:29 | Tree |
|
[r66]
by
rboschjr
Add support for setting and querying version information. The VI Perl version is defined as the $VERSION of VIRuntime.pm. A |
2007-05-29 05:40:35 | Tree |
|
[r65]
by
ic0dbad
Added two new samples: Added a new function to the VILib Util package: |
2007-05-21 18:30:20 | Tree |
|
[r64]
by
kelliw
Reverting the documentation to the alpha version. Too many issues to consider at this point to try to upgrade the external documentation prior to the release. |
2007-05-21 18:10:20 | Tree |