Class ServiceStatusList

Class ServiceStatusList#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.ServiceStatusList : xbe.sdk.Object#

Describes the health status of all deployed services in the platform cluster.

Public Functions

ServiceStatusList ()#
ServiceStatusList (Object obj)

Properties

ServiceStatus > Services { get; set; }#

The map of service names to status objects for each deployed service in the cluster.

int Healthy { get; set; }#

The number of healthy services in the cluster.

int Offline { get; set; }#

The number of offline services in the cluster.

int Total { get; set; }#

The total number of deployed services in the cluster.

Public Static Functions

new ServiceStatusList Parse (string json)#

Parses the given JSON encoded string into a new ServiceStatusList instance.

Param json:

Return: