GetReplicationRecoveryPlanPlainArgs

data class GetReplicationRecoveryPlanPlainArgs(val name: String, val recoveryVaultId: String) : ConvertibleToJava<GetReplicationRecoveryPlanPlainArgs>

A collection of arguments for invoking getReplicationRecoveryPlan.

Constructors

Link copied to clipboard
constructor(name: String, recoveryVaultId: String)

Properties

Link copied to clipboard

The name of the Replication Plan.

Link copied to clipboard

The ID of the vault that should be updated.

Functions

Link copied to clipboard
open override fun toJava(): GetReplicationRecoveryPlanPlainArgs