Class GetBackupPoliciesPlainArgs


  • public final class GetBackupPoliciesPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • currentPage

        public java.util.Optional<java.lang.Integer> currentPage()
      • ids

        public java.util.Optional<java.util.List<java.lang.String>> ids()
        Returns:
        A list of Threat Detection Backup Policies IDs.
      • machineRemark

        public java.util.Optional<java.lang.String> machineRemark()
        Returns:
        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.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the anti-ransomware policy that you want to query.
      • nameRegex

        public java.util.Optional<java.lang.String> nameRegex()
        Returns:
        A regex string to filter results by Threat Detection Backup Policies name.
      • outputFile

        public java.util.Optional<java.lang.String> outputFile()
        Returns:
        File name where to save data source results (after running `pulumi preview`).
      • pageSize

        public java.util.Optional<java.lang.Integer> pageSize()
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        The status of the anti-ransomware policy. Valid Value: `enabled`, `disabled`, `closed`.