Get Restore Testing Selection Plain Args
data class GetRestoreTestingSelectionPlainArgs(val restoreTestingPlanName: String, val restoreTestingSelectionName: String) : ConvertibleToJava<GetRestoreTestingSelectionPlainArgs>
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.