Package version:

Configure pairing input properties.

interface CreateProtectionContainerMappingInputProperties {
    policyId?: string;
    providerSpecificInput?: ReplicationProviderSpecificContainerMappingInputUnion;
    targetProtectionContainerId?: string;
}

Properties

policyId?: string

Applicable policy.

Provider specific input for pairing.

targetProtectionContainerId?: string

The target unique protection container name.