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