ExistingRecoveryServicesVaultArgs

data class ExistingRecoveryServicesVaultArgs(val id: Output<String>, val vaultType: Output<String>) : ConvertibleToJava<ExistingRecoveryServicesVaultArgs>

Existing recovery services vault.

Constructors

Link copied to clipboard
constructor(id: Output<String>, vaultType: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

The resource ID of the recovery services vault that has been created.

Link copied to clipboard
val vaultType: Output<String>

The vault type, whether it is existing or has to be created. Expected value is 'Existing'.

Functions

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