FleetApi.Machine

Defines a FleetApi.Machine struct, representing a host in the Fleet cluster. It uses the host’s machine-id as a unique identifier.

The following fields are public:

Source

Summary

from_map(machine_map)

Types

t :: %FleetApi.Machine{id: term, metadata: term, primaryIP: term}

Functions

from_map(machine_map)

Specs:

Source