public class OpaqueNetworkTargetInfo extends VirtualMachineTargetInfo
Java class for OpaqueNetworkTargetInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpaqueNetworkTargetInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineTargetInfo">
<sequence>
<element name="network" type="{urn:vim25}OpaqueNetworkSummary"/>
<element name="networkReservationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OpaqueNetworkSummary |
network |
protected Boolean |
networkReservationSupported |
configurationTag, name| Constructor and Description |
|---|
OpaqueNetworkTargetInfo() |
| Modifier and Type | Method and Description |
|---|---|
OpaqueNetworkSummary |
getNetwork()
Gets the value of the network property.
|
Boolean |
isNetworkReservationSupported()
Gets the value of the networkReservationSupported property.
|
void |
setNetwork(OpaqueNetworkSummary value)
Sets the value of the network property.
|
void |
setNetworkReservationSupported(Boolean value)
Sets the value of the networkReservationSupported property.
|
getConfigurationTag, getName, setNameprotected OpaqueNetworkSummary network
protected Boolean networkReservationSupported
public OpaqueNetworkSummary getNetwork()
OpaqueNetworkSummarypublic void setNetwork(OpaqueNetworkSummary value)
value - allowed object is
OpaqueNetworkSummarypublic Boolean isNetworkReservationSupported()
BooleanCopyright © 2018. All rights reserved.