Builder

class Builder(val discover: Boolean)

A builder for SetDiscoverTargetsRequest, which allows setting the optional parameters of the TargetDomain.setDiscoverTargets command via a lambda.

Constructors

Link copied to clipboard
constructor(discover: Boolean)

Properties

Link copied to clipboard

Whether to discover available targets.

Link copied to clipboard

Only targets matching filter will be attached. If discover is false, filter must be omitted or empty.

Functions

Link copied to clipboard