GetBackupPoliciesPlainArgs

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

Link copied to clipboard
constructor(currentPage: Int? = null, ids: List<String>? = null, machineRemark: String? = null, name: String? = null, nameRegex: String? = null, outputFile: String? = null, pageSize: Int? = null, status: String? = null)

Properties

Link copied to clipboard
val currentPage: Int? = null
Link copied to clipboard
val ids: List<String>? = null

A list of Threat Detection Backup Policies IDs.

Link copied to clipboard
val machineRemark: String? = null

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
val name: String? = null

The name of the anti-ransomware policy that you want to query.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Threat Detection Backup Policies name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val status: String? = null

The status of the anti-ransomware policy. Valid Value: enabled, disabled, closed.

Functions

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