GetRestoreTestingSelectionPlainArgs

data class GetRestoreTestingSelectionPlainArgs(val restoreTestingPlanName: String, val restoreTestingSelectionName: String) : ConvertibleToJava<GetRestoreTestingSelectionPlainArgs>

Constructors

Link copied to clipboard
constructor(restoreTestingPlanName: String, restoreTestingSelectionName: String)

Properties

Link copied to clipboard

Unique string that is the name of the restore testing plan. The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50.

Link copied to clipboard

The unique name of the restore testing selection that belongs to the related restore testing plan.

Functions

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