public class HostIpmiInfo extends DynamicData
Java class for HostIpmiInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIpmiInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="bmcIpAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bmcMacAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bmcIpAddress |
protected String |
bmcMacAddress |
protected String |
login |
protected String |
password |
| Constructor and Description |
|---|
HostIpmiInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBmcIpAddress()
Gets the value of the bmcIpAddress property.
|
String |
getBmcMacAddress()
Gets the value of the bmcMacAddress property.
|
String |
getLogin()
Gets the value of the login property.
|
String |
getPassword()
Gets the value of the password property.
|
void |
setBmcIpAddress(String value)
Sets the value of the bmcIpAddress property.
|
void |
setBmcMacAddress(String value)
Sets the value of the bmcMacAddress property.
|
void |
setLogin(String value)
Sets the value of the login property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
protected String bmcIpAddress
protected String bmcMacAddress
protected String login
protected String password
public String getBmcIpAddress()
Stringpublic void setBmcIpAddress(String value)
value - allowed object is
Stringpublic String getBmcMacAddress()
Stringpublic void setBmcMacAddress(String value)
value - allowed object is
Stringpublic String getLogin()
Stringpublic void setLogin(String value)
value - allowed object is
Stringpublic String getPassword()
StringCopyright © 2018. All rights reserved.