public class VchaClusterConfigSpec extends DynamicData
Java class for VchaClusterConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VchaClusterConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="passiveIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="witnessIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
passiveIp |
protected String |
witnessIp |
| Constructor and Description |
|---|
VchaClusterConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassiveIp()
Gets the value of the passiveIp property.
|
String |
getWitnessIp()
Gets the value of the witnessIp property.
|
void |
setPassiveIp(String value)
Sets the value of the passiveIp property.
|
void |
setWitnessIp(String value)
Sets the value of the witnessIp property.
|
public String getPassiveIp()
Stringpublic void setPassiveIp(String value)
value - allowed object is
Stringpublic String getWitnessIp()
StringCopyright © 2018. All rights reserved.