97
97
def build_property_spec(client_factory, type="VirtualMachine",
100
100
"""Builds the Property Spec."""
101
104
property_spec = client_factory.create('ns0:PropertySpec')
102
105
property_spec.all = all_properties
103
106
property_spec.pathSet = properties_to_collect