Package version:

InMageRcm provider specific recovery point details.

interface InMageRcmRecoveryPointDetails {
    instanceType: "InMageRcm";
    isMultiVmSyncPoint?: string;
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

isMultiVmSyncPoint?: string

A value indicating whether the recovery point is multi VM consistent. NOTE: This property will not be serialized. It can only be populated by the server.