vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.data
Class ResourceSpec

java.lang.Object
  extended by com.vmware.vise.data.ResourceSpec

@data(base="Object")
public class ResourceSpec
extends Object

Represents the specification of a set of resources. A resource is always referred to as a property of some object, hence the resulting resource set is equivalent to union of (object, property) tuples.


Field Summary
 Constraint constraint
          The criteria for matching objects that provide properties for the resource set.
 PropertySpec[] propertySpecs
          The list of properties on the set of objects identified by the constraint.
 
Constructor Summary
ResourceSpec()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constraint

public Constraint constraint
The criteria for matching objects that provide properties for the resource set.


propertySpecs

public PropertySpec[] propertySpecs
The list of properties on the set of objects identified by the constraint.

See Also:
PropertySpec
Constructor Detail

ResourceSpec

public ResourceSpec()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.