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