|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyInfo
Metadata of a property of an object.
Method Summary | |
---|---|
String |
getName()
Uniquely identifies the property within the space of the ProviderType. |
String |
getProvider()
The type of the object that provides or owns the property. |
String |
getType()
The type of the property. |
boolean |
isMultiCardinality()
Whether the property value is a collection. |
Method Detail |
---|
String getName()
For example, the providerType VirtualMachine might have properties such as name, host, and poweredOn.
String getProvider()
For example, the type could be an object such as VirtualMachine, HostSystem, or samples:Chassis.
String getType()
For example, this could be a primitive type such as string, integer, or another Object type such as VirtualMachine, HostSystem, or samples:chassis.
boolean isMultiCardinality()
|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |