public interface VimObjectReferenceService extends ObjectReferenceService
ObjectReferenceService interface to add some vSphere
object reference specific utilities.| Modifier and Type | Method and Description |
|---|---|
Object |
getReference(String type,
String value,
String serverGuid)
Returns the object reference given the type, value and serverGuid which constitute
the reference.
|
String |
getValue(Object reference)
Returns the value of an object reference.
|
getReference, getReference, getResourceObjectType, getServerGuid, getUid, getUidString getValue(Object reference)
reference - The Reference object.Object getReference(String type, String value, String serverGuid)
type - reference type.value - value of the object refrence.serverGuid - guid of the server that owns the required reference.type parameter. For types that
are identified as vSphere types an object reference appropriate to the vSphere
system will be returned.Copyright @ 2012 VMware, Inc. All rights reserved.