public class NodeNetworkSpec extends DynamicData
Java class for NodeNetworkSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeNetworkSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ipSettings" type="{urn:vim25}CustomizationIPSettings"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomizationIPSettings |
ipSettings |
| Constructor and Description |
|---|
NodeNetworkSpec() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationIPSettings |
getIpSettings()
Gets the value of the ipSettings property.
|
void |
setIpSettings(CustomizationIPSettings value)
Sets the value of the ipSettings property.
|
protected CustomizationIPSettings ipSettings
public CustomizationIPSettings getIpSettings()
CustomizationIPSettingspublic void setIpSettings(CustomizationIPSettings value)
value - allowed object is
CustomizationIPSettingsCopyright © 2018. All rights reserved.