ComputeInstanceDataMountResponse

data class ComputeInstanceDataMountResponse(val createdBy: String? = null, val error: String? = null, val mountAction: String? = null, val mountName: String? = null, val mountPath: String? = null, val mountState: String? = null, val mountedOn: String? = null, val source: String? = null, val sourceType: String? = null)

Defines an Aml Instance DataMount.

Constructors

Link copied to clipboard
constructor(createdBy: String? = null, error: String? = null, mountAction: String? = null, mountName: String? = null, mountPath: String? = null, mountState: String? = null, mountedOn: String? = null, source: String? = null, sourceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdBy: String? = null

who this data mount created by.

Link copied to clipboard
val error: String? = null

Error of this data mount.

Link copied to clipboard
val mountAction: String? = null

Mount Action.

Link copied to clipboard
val mountedOn: String? = null

The time when the disk mounted.

Link copied to clipboard
val mountName: String? = null

name of the ComputeInstance data mount.

Link copied to clipboard
val mountPath: String? = null

Path of this data mount.

Link copied to clipboard
val mountState: String? = null

Mount state.

Link copied to clipboard
val source: String? = null

Source of the ComputeInstance data mount.

Link copied to clipboard
val sourceType: String? = null

Data source type.