public class VchaClusterNetworkSpec extends DynamicData
Java class for VchaClusterNetworkSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VchaClusterNetworkSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="witnessNetworkSpec" type="{urn:vim25}NodeNetworkSpec"/>
<element name="passiveNetworkSpec" type="{urn:vim25}PassiveNodeNetworkSpec"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PassiveNodeNetworkSpec |
passiveNetworkSpec |
protected NodeNetworkSpec |
witnessNetworkSpec |
| Constructor and Description |
|---|
VchaClusterNetworkSpec() |
| Modifier and Type | Method and Description |
|---|---|
PassiveNodeNetworkSpec |
getPassiveNetworkSpec()
Gets the value of the passiveNetworkSpec property.
|
NodeNetworkSpec |
getWitnessNetworkSpec()
Gets the value of the witnessNetworkSpec property.
|
void |
setPassiveNetworkSpec(PassiveNodeNetworkSpec value)
Sets the value of the passiveNetworkSpec property.
|
void |
setWitnessNetworkSpec(NodeNetworkSpec value)
Sets the value of the witnessNetworkSpec property.
|
protected NodeNetworkSpec witnessNetworkSpec
protected PassiveNodeNetworkSpec passiveNetworkSpec
public NodeNetworkSpec getWitnessNetworkSpec()
NodeNetworkSpecpublic void setWitnessNetworkSpec(NodeNetworkSpec value)
value - allowed object is
NodeNetworkSpecpublic PassiveNodeNetworkSpec getPassiveNetworkSpec()
PassiveNodeNetworkSpecpublic void setPassiveNetworkSpec(PassiveNodeNetworkSpec value)
value - allowed object is
PassiveNodeNetworkSpecCopyright © 2018. All rights reserved.