The view subroutines—get_view(),
get_views(),
find_entity_view(), and
find_entity_views() —can accept a
properties argument that consists of a list of property paths for retrieval from the server. Go to the
vSphere Web Services SDK Reference for a list of properties for each server-side managed object. Property paths can be full paths, and can include nested properties. Properties do not have to be top-level managed object properties.
get_property() works with fully-populated views as well. The following code fragments uses
get_property to retrieve a property from a virtual machine.