Package com.vmware.nsx_policy.model
Class NodeFileSystemProperties.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.NodeFileSystemProperties.Builder
-
- Enclosing class:
- NodeFileSystemProperties
public static final class NodeFileSystemProperties.Builder extends java.lang.Object
Builder class forNodeFileSystemProperties
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofNodeFileSystemProperties
.
-
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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofNodeFileSystemProperties
.
-
-
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.
-
build
public NodeFileSystemProperties build()
-
-