Struct gluster::Peer
[−]
[src]
pub struct Peer { pub uuid: Uuid, pub hostname: String, pub status: State, }
A Gluster Peer. A Peer is roughly equivalent to a server in Gluster.
Fields
uuid | The unique identifer of this peer |
hostname | The hostname or IP address of the peer |
status | The current State of the peer |