public class HostConnectInfoNetworkInfo extends DynamicData
Java class for HostConnectInfoNetworkInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostConnectInfoNetworkInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="summary" type="{urn:vim25}NetworkSummary"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NetworkSummary |
summary |
| Constructor and Description |
|---|
HostConnectInfoNetworkInfo() |
| Modifier and Type | Method and Description |
|---|---|
NetworkSummary |
getSummary()
Gets the value of the summary property.
|
void |
setSummary(NetworkSummary value)
Sets the value of the summary property.
|
protected NetworkSummary summary
public NetworkSummary getSummary()
NetworkSummarypublic void setSummary(NetworkSummary value)
value - allowed object is
NetworkSummaryCopyright © 2018. All rights reserved.