public class GuestProgramSpec extends DynamicData
Java class for GuestProgramSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestProgramSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="programPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="arguments" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="workingDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="envVariables" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
arguments |
protected List<String> |
envVariables |
protected String |
programPath |
protected String |
workingDirectory |
| Constructor and Description |
|---|
GuestProgramSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments()
Gets the value of the arguments property.
|
List<String> |
getEnvVariables()
Gets the value of the envVariables property.
|
String |
getProgramPath()
Gets the value of the programPath property.
|
String |
getWorkingDirectory()
Gets the value of the workingDirectory property.
|
void |
setArguments(String value)
Sets the value of the arguments property.
|
void |
setProgramPath(String value)
Sets the value of the programPath property.
|
void |
setWorkingDirectory(String value)
Sets the value of the workingDirectory property.
|
protected String programPath
protected String arguments
protected String workingDirectory
public String getProgramPath()
Stringpublic void setProgramPath(String value)
value - allowed object is
Stringpublic String getArguments()
Stringpublic void setArguments(String value)
value - allowed object is
Stringpublic String getWorkingDirectory()
Stringpublic void setWorkingDirectory(String value)
value - allowed object is
Stringpublic List<String> getEnvVariables()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the envVariables property.
For example, to add a new item, do as follows:
getEnvVariables().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.