Class NodeFileSystemProperties.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NodeFileSystemProperties build()  
      NodeFileSystemProperties.Builder setFileSystem​(java.lang.String fileSystem)
      File system id This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      NodeFileSystemProperties.Builder setMount​(java.lang.String mount)
      File system mount This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      NodeFileSystemProperties.Builder setTotal​(java.lang.Long total)
      File system size in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      NodeFileSystemProperties.Builder setType​(java.lang.String type)
      File system type This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      NodeFileSystemProperties.Builder setUsed​(java.lang.Long used)
      Amount of file system used in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • setFileSystem

        public NodeFileSystemProperties.Builder setFileSystem​(java.lang.String fileSystem)
        File system id This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        fileSystem - New value for the property.
      • setMount

        public NodeFileSystemProperties.Builder setMount​(java.lang.String mount)
        File system mount This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        mount - New value for the property.
      • setTotal

        public NodeFileSystemProperties.Builder setTotal​(java.lang.Long total)
        File system size in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        total - New value for the property.
      • setType

        public NodeFileSystemProperties.Builder setType​(java.lang.String type)
        File system type This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        type - New value for the property.
      • setUsed

        public NodeFileSystemProperties.Builder setUsed​(java.lang.Long used)
        Amount of file system used in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        used - New value for the property.