public class VirtualMachineConsolePreferences extends DynamicData
Java class for VirtualMachineConsolePreferences complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineConsolePreferences">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="powerOnWhenOpened" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="enterFullScreenOnPowerOn" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="closeOnPowerOffOrSuspend" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
closeOnPowerOffOrSuspend |
protected Boolean |
enterFullScreenOnPowerOn |
protected Boolean |
powerOnWhenOpened |
| Constructor and Description |
|---|
VirtualMachineConsolePreferences() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isCloseOnPowerOffOrSuspend()
Gets the value of the closeOnPowerOffOrSuspend property.
|
Boolean |
isEnterFullScreenOnPowerOn()
Gets the value of the enterFullScreenOnPowerOn property.
|
Boolean |
isPowerOnWhenOpened()
Gets the value of the powerOnWhenOpened property.
|
void |
setCloseOnPowerOffOrSuspend(Boolean value)
Sets the value of the closeOnPowerOffOrSuspend property.
|
void |
setEnterFullScreenOnPowerOn(Boolean value)
Sets the value of the enterFullScreenOnPowerOn property.
|
void |
setPowerOnWhenOpened(Boolean value)
Sets the value of the powerOnWhenOpened property.
|
protected Boolean powerOnWhenOpened
protected Boolean enterFullScreenOnPowerOn
protected Boolean closeOnPowerOffOrSuspend
public Boolean isPowerOnWhenOpened()
Booleanpublic void setPowerOnWhenOpened(Boolean value)
value - allowed object is
Booleanpublic Boolean isEnterFullScreenOnPowerOn()
Booleanpublic void setEnterFullScreenOnPowerOn(Boolean value)
value - allowed object is
Booleanpublic Boolean isCloseOnPowerOffOrSuspend()
BooleanCopyright © 2018. All rights reserved.