GetProtectionContainerPlainArgs

data class GetProtectionContainerPlainArgs(val name: String, val recoveryFabricName: String, val recoveryVaultName: String, val resourceGroupName: String) : ConvertibleToJava<GetProtectionContainerPlainArgs>

A collection of arguments for invoking getProtectionContainer.

Constructors

Link copied to clipboard
constructor(name: String, recoveryFabricName: String, recoveryVaultName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Specifies the name of the protection container.

Link copied to clipboard

The name of the fabric that contains the protection container.

Link copied to clipboard

The name of the Recovery Services Vault that the protection container is associated witth.

Link copied to clipboard

The name of the resource group in which the associated protection container resides.

Functions

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