Class BackupArgs


  • public final class BackupArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BackupArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static BackupArgs Empty  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static BackupArgs.Builder builder()  
      static BackupArgs.Builder builder​(BackupArgs defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> fileSystemId()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> volumeId()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fileSystemId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fileSystemId()
        Returns:
        The ID of the file system to back up. Required if backing up Lustre or Windows file systems.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. If you have set `copy_tags_to_backups` to true, and you specify one or more tags, no existing file system tags are copied from the file system to the backup.
      • volumeId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> volumeId()
        Returns:
        The ID of the volume to back up. Required if backing up a ONTAP Volume.