GetFileSystemsSystem

data class GetFileSystemsSystem(val capacity: Int, val createTime: String, val description: String, val encryptType: Int, val fileSystemType: String, val id: String, val kmsKeyId: String, val meteredSize: Int, val protocolType: String, val regionId: String, val storageType: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(capacity: Int, createTime: String, description: String, encryptType: Int, fileSystemType: String, id: String, kmsKeyId: String, meteredSize: Int, protocolType: String, regionId: String, storageType: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Optional, Available in v1.140.0+) The capacity of the file system.

Link copied to clipboard

Time of creation.

Link copied to clipboard

Description of the FileSystem.

Link copied to clipboard

(Optional, Available in v1.121.2+) Whether the file system is encrypted.

Link copied to clipboard

The type of the file system. Valid values: standard (Default), extreme.

Link copied to clipboard
val id: String

ID of the FileSystem.

Link copied to clipboard

(Optional, Available in v1.140.0+) The id of the KMS key.

Link copied to clipboard

MeteredSize of the FileSystem.

Link copied to clipboard

The protocol type of the file system. Valid values: NFS, SMB (Available when the file_system_type is standard).

Link copied to clipboard

ID of the region where the FileSystem is located.

Link copied to clipboard

The storage type of the file system.

Link copied to clipboard

(Optional, Available in v1.140.0+) The id of the zone. Each region consists of multiple isolated locations known as zones. Each zone has an independent power supply and network.