GetNasFileSystemsSystem

data class GetNasFileSystemsSystem(val capacity: String, val createTime: String, val description: String, val fileSystemId: String, val fileSystemType: String, val id: String, val meteredSize: String, val mountTargetDomain: String, val mountTargetStatus: String, val nasFileSystemName: String, val officeSiteId: String, val officeSiteName: String, val status: String, val storageType: String, val supportAcl: Boolean, val zoneId: String)

Constructors

Link copied to clipboard
constructor(capacity: String, createTime: String, description: String, fileSystemId: String, fileSystemType: String, id: String, meteredSize: String, mountTargetDomain: String, mountTargetStatus: String, nasFileSystemName: String, officeSiteId: String, officeSiteName: String, status: String, storageType: String, supportAcl: Boolean, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity of nas file system.

Link copied to clipboard

The create time of nas file system.

Link copied to clipboard

The description of nas file system.

Link copied to clipboard

The filesystem id of nas file system.

Link copied to clipboard

The type of nas file system.

Link copied to clipboard
val id: String

The ID of the Nas File System.

Link copied to clipboard

The size of metered.

Link copied to clipboard

The domain of mount target.

Link copied to clipboard

The status of mount target. Valid values: Pending, Active, Inactive,Deleting,Invalid.

Link copied to clipboard

The name of nas file system.

Link copied to clipboard

The ID of office site.

Link copied to clipboard

The name of office site.

Link copied to clipboard

The status of nas file system. Valid values: Pending, Running, Stopped,Deleting, Deleted, Invalid.

Link copied to clipboard

The storage type of nas file system.

Link copied to clipboard

Whether to support Acl.

Link copied to clipboard

The zone id of nas file system.