Skip to main content

HS.HC.ClientAPI.InstanceConfig.InstanceInfo.MirrorMemberInfo

class HS.HC.ClientAPI.InstanceConfig.InstanceInfo.MirrorMemberInfo extends HS.REST.Model.ISerializable

Model to represent a mirror info of a single mirror member.

Property Inventory

Properties

The system name of the mirror member. Format: [server name]/[instance name]
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Role as HS.HC.DataType.MirrorRole;
Role of mirror member (active, failover etc.).
Property methods: RoleDisplayToLogical(), RoleGet(), RoleIsValid(), RoleLogicalToDisplay(), RoleLogicalToOdbc(), RoleNormalize(), RoleSet()
property Status as HS.HC.DataType.MirrorStatus;
Current status of the mirror member (primary, backup etc.).
Property methods: StatusDisplayToLogical(), StatusGet(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()
property SuperServerAddress as HS.HC.DataType.ServerName;
Superserver host name.
Property methods: SuperServerAddressDisplayToLogical(), SuperServerAddressGet(), SuperServerAddressIsValid(), SuperServerAddressLogicalToDisplay(), SuperServerAddressLogicalToOdbc(), SuperServerAddressNormalize(), SuperServerAddressSet()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab