public class PassiveNodeDeploymentSpec extends NodeDeploymentSpec
Java class for PassiveNodeDeploymentSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PassiveNodeDeploymentSpec">
<complexContent>
<extension base="{urn:vim25}NodeDeploymentSpec">
<sequence>
<element name="failoverIpSettings" type="{urn:vim25}CustomizationIPSettings" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomizationIPSettings |
failoverIpSettings |
clusterNetworkPortGroup, datastore, esxHost, folder, ipSettings, managementVc, nodeName, publicNetworkPortGroup, resourcePool| Constructor and Description |
|---|
PassiveNodeDeploymentSpec() |
| 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.
|
getClusterNetworkPortGroup, getDatastore, getEsxHost, getFolder, getIpSettings, getManagementVc, getNodeName, getPublicNetworkPortGroup, getResourcePool, setClusterNetworkPortGroup, setDatastore, setEsxHost, setFolder, setIpSettings, setManagementVc, setNodeName, setPublicNetworkPortGroup, setResourcePoolprotected CustomizationIPSettings failoverIpSettings
public CustomizationIPSettings getFailoverIpSettings()
CustomizationIPSettingspublic void setFailoverIpSettings(CustomizationIPSettings value)
value - allowed object is
CustomizationIPSettingsCopyright © 2018. All rights reserved.