public class HostPatchManagerPatchManagerOperationSpec extends DynamicData
Java class for HostPatchManagerPatchManagerOperationSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPatchManagerPatchManagerOperationSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="proxy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cmdOption" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cmdOption |
protected String |
password |
protected Integer |
port |
protected String |
proxy |
protected String |
userName |
| Constructor and Description |
|---|
HostPatchManagerPatchManagerOperationSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmdOption()
Gets the value of the cmdOption property.
|
String |
getPassword()
Gets the value of the password property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getProxy()
Gets the value of the proxy property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setCmdOption(String value)
Sets the value of the cmdOption property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setProxy(String value)
Sets the value of the proxy property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String proxy
protected Integer port
protected String userName
protected String password
protected String cmdOption
public HostPatchManagerPatchManagerOperationSpec()
public String getProxy()
Stringpublic void setProxy(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getCmdOption()
StringCopyright © 2018. All rights reserved.