vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.data.query
Class PropertyRequestSpec

java.lang.Object
  extended by 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.
 
Constructor Summary
PropertyRequestSpec()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

PropertyRequestSpec

public PropertyRequestSpec()

vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.