Class Nfs3TargetArgs


  • public final class Nfs3TargetArgs
    extends com.pulumi.resources.ResourceArgs
    Properties pertaining to the Nfs3Target
    • Nested Class Summary

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

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • target

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> target()
        Returns:
        IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
      • usageModel

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> usageModel()
        Returns:
        Identifies the StorageCache usage model to be used for this storage target.
      • verificationTimer

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> verificationTimer()
        Returns:
        Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
      • writeBackTimer

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> writeBackTimer()
        Returns:
        Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.