Skip to main content

HS.HC.SystemConfig.REST.V1.SummaryResponse

class HS.HC.SystemConfig.REST.V1.SummaryResponse extends HS.REST.Model.ISerializable

Response class to represent summary of the mirror set

Property Inventory

Parameters

parameter MEDIATYPE = application/vnd.intersystems.com.hs.sys.mirror-monitor-summary-response.v1+json;

Properties

property IsHealthShareInstance as %Boolean;
Whether the current instance is a HealthShare instance
Property methods: IsHealthShareInstanceDisplayToLogical(), IsHealthShareInstanceGet(), IsHealthShareInstanceIsValid(), IsHealthShareInstanceLogicalToDisplay(), IsHealthShareInstanceNormalize(), IsHealthShareInstanceSet()
property IsPrimary as %Boolean;
Whether the current instance is the primary member
Property methods: IsPrimaryDisplayToLogical(), IsPrimaryGet(), IsPrimaryIsValid(), IsPrimaryLogicalToDisplay(), IsPrimaryNormalize(), IsPrimarySet()
property IsRunning as %Boolean;
Whether mirror monitor agent is running on the current instance
Property methods: IsRunningDisplayToLogical(), IsRunningGet(), IsRunningIsValid(), IsRunningLogicalToDisplay(), IsRunningNormalize(), IsRunningSet()
property MemberSummary as list of HS.HC.SystemConfig.REST.V1.MemberSummary;
A list of summaries of all members in the mirror set.
Property methods: MemberSummaryBuildValueArray(), MemberSummaryCollectionToDisplay(), MemberSummaryCollectionToOdbc(), MemberSummaryDisplayToCollection(), MemberSummaryGet(), MemberSummaryGetObject(), MemberSummaryGetObjectId(), MemberSummaryGetSwizzled(), MemberSummaryIsValid(), MemberSummaryOdbcToCollection(), MemberSummarySet(), MemberSummarySetObject(), MemberSummarySetObjectId()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab