The address the replica is listening on.
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'
Id of a stateless service instance. InstanceId is used by Service Fabric to uniquely identify an instance of a partition of a stateless service. It is unique within a partition and does not change for the lifetime of the instance. If the instance has failed over on the same or different node, it will get a different value for the InstanceId.
The last in build duration of the replica in seconds.
The name of a Service Fabric node.
The status of a replica of a service. Possible values include: 'Invalid', 'InBuild', 'Standby', 'Ready', 'Down', 'Dropped'
Polymorphic Discriminator
Generated using TypeDoc
Represents a stateless service instance. This includes information about the identity, status, health, node name, uptime, and other details about the instance.