public class CustomizationLinuxPrep extends CustomizationIdentitySettings
Java class for CustomizationLinuxPrep complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationLinuxPrep">
<complexContent>
<extension base="{urn:vim25}CustomizationIdentitySettings">
<sequence>
<element name="hostName" type="{urn:vim25}CustomizationName"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hwClockUTC" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
domain |
protected CustomizationName |
hostName |
protected Boolean |
hwClockUTC |
protected String |
timeZone |
| Constructor and Description |
|---|
CustomizationLinuxPrep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Gets the value of the domain property.
|
CustomizationName |
getHostName()
Gets the value of the hostName property.
|
String |
getTimeZone()
Gets the value of the timeZone property.
|
Boolean |
isHwClockUTC()
Gets the value of the hwClockUTC property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setHostName(CustomizationName value)
Sets the value of the hostName property.
|
void |
setHwClockUTC(Boolean value)
Sets the value of the hwClockUTC property.
|
void |
setTimeZone(String value)
Sets the value of the timeZone property.
|
protected CustomizationName hostName
protected String domain
protected String timeZone
protected Boolean hwClockUTC
public CustomizationName getHostName()
CustomizationNamepublic void setHostName(CustomizationName value)
value - allowed object is
CustomizationNamepublic String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getTimeZone()
Stringpublic void setTimeZone(String value)
value - allowed object is
Stringpublic Boolean isHwClockUTC()
BooleanCopyright © 2018. All rights reserved.