BareMetalMachineCommandSpecification interface

BareMetalMachineCommandSpecification represents the command and optional arguments to exercise against the bare metal machine.

Properties

arguments

The list of string arguments that will be passed to the script in order as separate arguments.

command

The command to execute against the bare metal machine.

Property Details

arguments

The list of string arguments that will be passed to the script in order as separate arguments.

arguments?: string[]

Property Value

string[]

command

The command to execute against the bare metal machine.

command: string

Property Value

string