public class ResourceSpec
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ResourceSpec() |
Modifier and Type | Method and Description |
---|---|
ResourceSpec |
clone()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public Constraint constraint
public PropertySpec[] propertySpecs
PropertySpec
public ResourceSpec clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright @ 2013-2018 VMware, Inc. All rights reserved.