Get File Systems System
data class GetFileSystemsSystem(val createTime: String, val description: String, val fileSystemId: String, val fileSystemName: String, val id: String, val mountPointCount: Int, val numberOfDirectories: Int, val numberOfFiles: Int, val protocolType: String, val provisionedThroughputInMiBps: Int, val spaceCapacity: Int, val storagePackageId: String, val storageType: String, val throughputMode: String, val usedSpaceSize: Double, val zoneId: String)
Constructors
Link copied to clipboard
constructor(createTime: String, description: String, fileSystemId: String, fileSystemName: String, id: String, mountPointCount: Int, numberOfDirectories: Int, numberOfFiles: Int, protocolType: String, provisionedThroughputInMiBps: Int, spaceCapacity: Int, storagePackageId: String, storageType: String, throughputMode: String, usedSpaceSize: Double, zoneId: String)
Properties
Link copied to clipboard
The creation time of the File system.
Link copied to clipboard
The description of the File system.
Link copied to clipboard
The ID of the File System.
Link copied to clipboard
The name of the File system.
Link copied to clipboard
The number of Mount points.
Link copied to clipboard
The number of directories.
Link copied to clipboard
The number of files.
Link copied to clipboard
The protocol type. Valid values: HDFS
.
Link copied to clipboard
The preset throughput of the File system. Valid values: 1
to 1024
, Unit: MB/s.
Link copied to clipboard
The capacity budget of the File system.
Link copied to clipboard
Storage package Id.
Link copied to clipboard
The storage specifications of the File system. Valid values: PERFORMANCE
, STANDARD
.
Link copied to clipboard
The throughput mode of the File system. Valid values: Provisioned
, Standard
.
Link copied to clipboard
The used space of the File system.