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