public class HostServiceConfig extends DynamicData
Java class for HostServiceConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostServiceConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="serviceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startupPolicy" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
serviceId |
protected String |
startupPolicy |
| Constructor and Description |
|---|
HostServiceConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceId()
Gets the value of the serviceId property.
|
String |
getStartupPolicy()
Gets the value of the startupPolicy property.
|
void |
setServiceId(String value)
Sets the value of the serviceId property.
|
void |
setStartupPolicy(String value)
Sets the value of the startupPolicy property.
|
public String getServiceId()
Stringpublic void setServiceId(String value)
value - allowed object is
Stringpublic String getStartupPolicy()
StringCopyright © 2018. All rights reserved.