Some

data class Some(val provisioners: List<Provisioner>) : ProvisionersConfig

Use this class to configure when exporting some of the Provisioners.

Throws

if the list does not contain at least one provisioner.

Constructors

Link copied to clipboard
constructor(provisioners: List<Provisioner>)

Constructs ExportSome to export only a selected number of Provisioners when exporting a mesh network.

Properties

Link copied to clipboard

List of Provisioners to export.