public class GuestWindowsProgramSpec extends GuestProgramSpec
Java class for GuestWindowsProgramSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestWindowsProgramSpec">
<complexContent>
<extension base="{urn:vim25}GuestProgramSpec">
<sequence>
<element name="startMinimized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
startMinimized |
arguments, envVariables, programPath, workingDirectory| Constructor and Description |
|---|
GuestWindowsProgramSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStartMinimized()
Gets the value of the startMinimized property.
|
void |
setStartMinimized(boolean value)
Sets the value of the startMinimized property.
|
getArguments, getEnvVariables, getProgramPath, getWorkingDirectory, setArguments, setProgramPath, setWorkingDirectoryCopyright © 2018. All rights reserved.