capabilities

abstract val capabilities: NonEmptySet<Capability>

The set of Capability of the host. This set defines the capabilities of the host and is used to define the constraints on where a component can be deployed. A host must exhibit at least one capability, as reported in the NonEmptySet type.