com.vmware.vise.data.query
Class PropertyRequestSpec
java.lang.Object
com.vmware.vise.data.query.PropertyRequestSpec
public class PropertyRequestSpec
- extends Object
The request specification containing the definition of the properties that are
requested for a set of objects.
Field Summary |
Object[] |
objects
The objects for which properties need to be retrieved. |
PropertySpec[] |
properties
The PropertySpec instances defining the properties to be retrieved. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objects
public Object[] objects
- The objects for which properties need to be retrieved.
properties
public PropertySpec[] properties
- The
PropertySpec
instances defining the properties to be retrieved.
PropertyRequestSpec
public PropertyRequestSpec()
Copyright @ 2012 VMware, Inc. All rights reserved.