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