public class HostDateTimeConfig extends DynamicData
Java class for HostDateTimeConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDateTimeConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ntpConfig" type="{urn:vim25}HostNtpConfig" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostNtpConfig |
ntpConfig |
protected String |
timeZone |
| Constructor and Description |
|---|
HostDateTimeConfig() |
| Modifier and Type | Method and Description |
|---|---|
HostNtpConfig |
getNtpConfig()
Gets the value of the ntpConfig property.
|
String |
getTimeZone()
Gets the value of the timeZone property.
|
void |
setNtpConfig(HostNtpConfig value)
Sets the value of the ntpConfig property.
|
void |
setTimeZone(String value)
Sets the value of the timeZone property.
|
protected String timeZone
protected HostNtpConfig ntpConfig
public String getTimeZone()
Stringpublic void setTimeZone(String value)
value - allowed object is
Stringpublic HostNtpConfig getNtpConfig()
HostNtpConfigpublic void setNtpConfig(HostNtpConfig value)
value - allowed object is
HostNtpConfigCopyright © 2018. All rights reserved.