pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.ecs.kotlin.outputs
/
GetEcsDisksDiskMountInstance
Get
Ecs
Disks
Disk
Mount
Instance
data
class
GetEcsDisksDiskMountInstance
(
val
attachedTime
:
String
,
val
device
:
String
,
val
instanceId
:
String
)
Types
Constructors
Properties
Constructors
Get
Ecs
Disks
Disk
Mount
Instance
Link copied to clipboard
fun
GetEcsDisksDiskMountInstance
(
attachedTime
:
String
,
device
:
String
,
instanceId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attached
Time
Link copied to clipboard
val
attachedTime
:
String
A mount of time.
device
Link copied to clipboard
val
device
:
String
The mount point of the disk.
instance
Id
Link copied to clipboard
val
instanceId
:
String
The instance ID of the disk mount.