vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.data
Class Constraint

java.lang.Object
  extended by com.vmware.vise.data.Constraint
Direct Known Subclasses:
CompositeConstraint, ObjectIdentityConstraint, PropertyConstraint, RelationalConstraint

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

Defines the matching criteria based on type of the object.


Field Summary
 String targetType
          Type of objects targeted by this constraint.
 
Constructor Summary
Constraint()
           
 
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

targetType

@optional
public String targetType
Type of objects targeted by this constraint.

Setting targetType might lead to a more optimal request.

Constructor Detail

Constraint

public Constraint()
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.