VscMountPointInstance

data class VscMountPointInstance(val instanceId: String? = null, val status: String? = null, val vscs: List<VscMountPointInstanceVsc>? = null)

Constructors

Link copied to clipboard
constructor(instanceId: String? = null, status: String? = null, vscs: List<VscMountPointInstanceVsc>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceId: String? = null

The ID of the ECS instance to which the HDFS file system is mounted.

Link copied to clipboard
val status: String? = null

The status of the ECS instance on which the HDFS file system is mounted.

Link copied to clipboard

The VSC list of mounted HDFS file systems.