Package version:

Query parameter to enumerate protected items.

interface ProtectedItemsQueryParameter {
    fabricObjectId?: string;
    instanceType?: string;
    multiVmGroupCreateOption?: string;
    processServerId?: string;
    recoveryPlanName?: string;
    sourceFabricLocation?: string;
    sourceFabricName?: string;
    vCenterName?: string;
}

Properties

fabricObjectId?: string

The fabric object Id filter.

instanceType?: string

The replication provider type.

multiVmGroupCreateOption?: string

Whether Multi VM group is auto created or specified by user.

processServerId?: string

The process server Id filter.

recoveryPlanName?: string

The recovery plan filter.

sourceFabricLocation?: string

The source fabric location filter.

sourceFabricName?: string

The source fabric name filter.

vCenterName?: string

The vCenter name filter.