public class InvalidIpmiMacAddress extends VimFault
Java class for InvalidIpmiMacAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidIpmiMacAddress">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="userProvidedMacAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="observedMacAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
observedMacAddress |
protected String |
userProvidedMacAddress |
faultCause, faultMessage| Constructor and Description |
|---|
InvalidIpmiMacAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getObservedMacAddress()
Gets the value of the observedMacAddress property.
|
String |
getUserProvidedMacAddress()
Gets the value of the userProvidedMacAddress property.
|
void |
setObservedMacAddress(String value)
Sets the value of the observedMacAddress property.
|
void |
setUserProvidedMacAddress(String value)
Sets the value of the userProvidedMacAddress property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String userProvidedMacAddress
protected String observedMacAddress
public String getUserProvidedMacAddress()
Stringpublic void setUserProvidedMacAddress(String value)
value - allowed object is
Stringpublic String getObservedMacAddress()
StringCopyright © 2018. All rights reserved.