GatewayInformation Class

Definition

Contains information identifying a Service Fabric node in the cluster.

public sealed class GatewayInformation
type GatewayInformation = class
Public NotInheritable Class GatewayInformation
Inheritance
GatewayInformation

Properties

NodeAddress

Gets the address that Service Fabric clients use when connecting to this node (as specified in the Cluster Manifest).

NodeId

The unique identifier used internally by Service Fabric to identify a node.

NodeInstanceId

The instance of a Service Fabric node changes when the node is restarted.

NodeName

The friendly name of the Service Fabric node (defined in the Cluster Manifest) used to generate the NodeId.

Applies to