public class CustomizationFixedIp extends CustomizationIpGenerator
Java class for CustomizationFixedIp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationFixedIp">
<complexContent>
<extension base="{urn:vim25}CustomizationIpGenerator">
<sequence>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CustomizationFixedIp() |
| 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.
|
protected String ipAddress
Copyright © 2018. All rights reserved.