Get Volume Result
data class GetVolumeResult(val accessControlRecordIds: List<String>, val backupPolicyIds: List<String>, val backupStatus: String, val id: String, val kind: String? = null, val monitoringStatus: String, val name: String, val operationStatus: String, val sizeInBytes: Double, val type: String, val volumeContainerId: String, val volumeStatus: String, val volumeType: String)
The volume.
Constructors
Link copied to clipboard
constructor(accessControlRecordIds: List<String>, backupPolicyIds: List<String>, backupStatus: String, id: String, kind: String? = null, monitoringStatus: String, name: String, operationStatus: String, sizeInBytes: Double, type: String, volumeContainerId: String, volumeStatus: String, volumeType: String)
Properties
Link copied to clipboard
The IDs of the access control records, associated with the volume.
Link copied to clipboard
The IDs of the backup policies, in which this volume is part of.
Link copied to clipboard
The backup status of the volume.
Link copied to clipboard
The monitoring status of the volume.
Link copied to clipboard
The operation status on the volume.
Link copied to clipboard
The size of the volume in bytes.
Link copied to clipboard
The ID of the volume container, in which this volume is created.
Link copied to clipboard
The volume status.
Link copied to clipboard
The type of the volume.