|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface type
Annotation describing the object type for a class or method. E.g. @type("HostSystem") It can take more than one types as input, each of the types need to be comma-separated. E.g. @type("VmwareDistributedVirtualSwitch,DistributedVirtualSwitch")
Required Element Summary | |
---|---|
String |
value
|
Element Detail |
---|
public abstract String value
|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |