Package org.jclouds.cim
Class SettingData
java.lang.Object
org.jclouds.cim.SettingData
- All Implemented Interfaces:
Comparable<SettingData>
- Direct Known Subclasses:
ManagedElement
The type of resource this allocation setting represents.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SettingData.Builder
builder()
int
boolean
The user-friendly name for this instance of SettingData.Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class.int
hashCode()
toString()
-
Field Details
-
elementName
-
instanceID
-
-
Constructor Details
-
SettingData
-
-
Method Details
-
builder
-
toBuilder
-
getElementName
The user-friendly name for this instance of SettingData. In addition, the user-friendly name can be used as an index property for a search or query. (Note: The name does not have to be unique within a namespace.) -
getInstanceID
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. -
hashCode
public int hashCode() -
equals
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SettingData>
-