Package version:

A2A specific switch cluster protection input.

interface A2ASwitchClusterProtectionInput {
    instanceType: "A2A";
    policyId?: string;
    protectedItemsDetail?: A2AProtectedItemDetail[];
    recoveryContainerId?: string;
}

Hierarchy (view full)

Properties

instanceType

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

policyId?: string

The Policy Id.

protectedItemsDetail?: A2AProtectedItemDetail[]
recoveryContainerId?: string

The recovery container Id.