ComputeInstanceDataMount interface
Defines an Aml Instance DataMount.
Properties
created |
who this data mount created by. |
error | Error of this data mount. |
mount |
Mount Action. |
mounted |
The time when the disk mounted. |
mount |
name of the ComputeInstance data mount. |
mount |
Path of this data mount. |
mount |
Mount state. |
source | Source of the ComputeInstance data mount. |
source |
Data source type. |
Property Details
createdBy
who this data mount created by.
createdBy?: string
Property Value
string
error
Error of this data mount.
error?: string
Property Value
string
mountAction
Mount Action.
mountAction?: string
Property Value
string
mountedOn
The time when the disk mounted.
mountedOn?: Date
Property Value
Date
mountName
name of the ComputeInstance data mount.
mountName?: string
Property Value
string
mountPath
Path of this data mount.
mountPath?: string
Property Value
string
mountState
Mount state.
mountState?: string
Property Value
string
source
Source of the ComputeInstance data mount.
source?: string
Property Value
string
sourceType
Data source type.
sourceType?: string
Property Value
string