Package version:

Discover protectable item properties.

interface DiscoverProtectableItemRequestProperties {
    friendlyName?: string;
    ipAddress?: string;
    osType?: string;
}

Properties

friendlyName?: string

The friendly name of the physical machine.

ipAddress?: string

The IP address of the physical machine to be discovered.

osType?: string

The OS type on the physical machine.