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