Get Backup Policies Plain Args
data class GetBackupPoliciesPlainArgs(val currentPage: Int? = null, val ids: List<String>? = null, val machineRemark: String? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageSize: Int? = null, val status: String? = null) : ConvertibleToJava<GetBackupPoliciesPlainArgs>
A collection of arguments for invoking getBackupPolicies.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The information that you want to use to identify the servers protected by the anti-ransomware policy. You can enter the IP address or ID of a server.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).