Skip to main content

ProviderNodeId

Type Alias ProviderNodeId 

Source
pub type ProviderNodeId = String;
Expand description

Provider-scoped node identifier.

This is whatever the provisioning backend uses to name a node (an instance id, a VM name, an opaque token, …). It is intentionally distinct from the raft layer’s numeric NodeId.

Aliased Type§

pub struct ProviderNodeId { /* private fields */ }