Skip to main content

HS.HC.ClientAPI.InstanceConfig.ServerInfo

class HS.HC.ClientAPI.InstanceConfig.ServerInfo extends HS.REST.Model.ISerializable

Model to represent server-level information.

Property Inventory

Properties

property OS as HS.HC.DataType.ServerOS [ Required ];
Operating system that the instance is running on.
Property methods: OSDisplayToLogical(), OSGet(), OSIsValid(), OSLogicalToDisplay(), OSLogicalToOdbc(), OSNormalize(), OSSet()
property Platform as HS.HC.DataType.ServerPlatform [ Required ];
Platform that the instance is running on.
Property methods: PlatformDisplayToLogical(), PlatformGet(), PlatformIsValid(), PlatformLogicalToDisplay(), PlatformLogicalToOdbc(), PlatformNormalize(), PlatformSet()
property ServerName as HS.HC.DataType.ServerName [ Required ];
Server that this instance is physically present on.
Property methods: ServerNameDisplayToLogical(), ServerNameGet(), ServerNameIsValid(), ServerNameLogicalToDisplay(), ServerNameLogicalToOdbc(), ServerNameNormalize(), ServerNameSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab