public class AlreadyBeingManaged extends HostConnectFault
Java class for AlreadyBeingManaged complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlreadyBeingManaged">
<complexContent>
<extension base="{urn:vim25}HostConnectFault">
<sequence>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ipAddress |
faultCause, faultMessage| Constructor and Description |
|---|
AlreadyBeingManaged() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String ipAddress
Copyright © 2018. All rights reserved.