public class OpaqueNetworkCapability extends DynamicData
Java class for OpaqueNetworkCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpaqueNetworkCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="networkReservationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
networkReservationSupported |
| Constructor and Description |
|---|
OpaqueNetworkCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNetworkReservationSupported()
Gets the value of the networkReservationSupported property.
|
void |
setNetworkReservationSupported(boolean value)
Sets the value of the networkReservationSupported property.
|
Copyright © 2018. All rights reserved.