Uses of Enum Class
com.xensource.xenapi.Types.HostNtpMode
-
Uses of Types.HostNtpMode in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.HostNtpModeModifier and TypeFieldDescriptionHost.Record.ntpModeIndicates NTP servers are assigned by DHCP, or configured by user, or the factory servers, or NTP is disabled Experimental.Methods in com.xensource.xenapi that return Types.HostNtpModeModifier and TypeMethodDescriptionHost.getNtpMode(Connection c) Get the ntp_mode field of the given host.static Types.HostNtpModeReturns the enum constant of this class with the specified name.static Types.HostNtpMode[]Types.HostNtpMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.HostNtpModeModifier and TypeMethodDescriptionvoidHost.setNtpMode(Connection c, Types.HostNtpMode value) Set the NTP mode for the host Minimum allowed role: pool-operator Experimental.Host.setNtpModeAsync(Connection c, Types.HostNtpMode value) Set the NTP mode for the host Minimum allowed role: pool-operator Experimental.