Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReplicaInfo

Package version

Information about the identity, status, health, node name, uptime, and other details about the replica.

Hierarchy

  • ReplicaInfo

Index

Properties

Optional address

address: undefined | string

The address the replica is listening on.

Optional healthState

healthState: HealthState

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'

Optional lastInBuildDurationInSeconds

lastInBuildDurationInSeconds: undefined | string

The last in build duration of the replica in seconds.

Optional nodeName

nodeName: undefined | string

The name of a Service Fabric node.

Optional replicaStatus

replicaStatus: ReplicaStatus

The status of a replica of a service. Possible values include: 'Invalid', 'InBuild', 'Standby', 'Ready', 'Down', 'Dropped'

serviceKind

serviceKind: "ReplicaInfo"

Polymorphic Discriminator

Generated using TypeDoc