Uses of Enum Class
com.xensource.xenapi.Types.HostDisplay
-
Uses of Types.HostDisplay in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.HostDisplayModifier and TypeFieldDescriptionHost.Record.displayindicates whether the host is configured to output its console to a physical display device First published in XenServer 6.5 SP1.Methods in com.xensource.xenapi that return Types.HostDisplayModifier and TypeMethodDescriptionHost.disableDisplay(Connection c) Disable console output to the physical display device next time this host boots Minimum allowed role: pool-operator First published in XenServer 6.5 SP1.Host.enableDisplay(Connection c) Enable console output to the physical display device next time this host boots Minimum allowed role: pool-operator First published in XenServer 6.5 SP1.Host.getDisplay(Connection c) Get the display field of the given host.static Types.HostDisplayReturns the enum constant of this class with the specified name.static Types.HostDisplay[]Types.HostDisplay.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.HostDisplayModifier and TypeMethodDescriptionvoidHost.setDisplay(Connection c, Types.HostDisplay display) Set the display field of the given host.