com.vmware.vise.data
Class ResourceSpec
java.lang.Object
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.
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
ResourceSpec
public ResourceSpec()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright @ 2012 VMware, Inc. All rights reserved.