public class ServiceLocator extends DynamicData
Java class for ServiceLocator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceLocator">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="instanceUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="credential" type="{urn:vim25}ServiceLocatorCredential"/>
<element name="sslThumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceLocatorCredential |
credential |
protected String |
instanceUuid |
protected String |
sslThumbprint |
protected String |
url |
| Constructor and Description |
|---|
ServiceLocator() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLocatorCredential |
getCredential()
Gets the value of the credential property.
|
String |
getInstanceUuid()
Gets the value of the instanceUuid property.
|
String |
getSslThumbprint()
Gets the value of the sslThumbprint property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setCredential(ServiceLocatorCredential value)
Sets the value of the credential property.
|
void |
setInstanceUuid(String value)
Sets the value of the instanceUuid property.
|
void |
setSslThumbprint(String value)
Sets the value of the sslThumbprint property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String instanceUuid
protected String url
protected ServiceLocatorCredential credential
protected String sslThumbprint
public String getInstanceUuid()
Stringpublic void setInstanceUuid(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic ServiceLocatorCredential getCredential()
ServiceLocatorCredentialpublic void setCredential(ServiceLocatorCredential value)
value - allowed object is
ServiceLocatorCredentialpublic String getSslThumbprint()
StringCopyright © 2018. All rights reserved.