GetVolumeResult

data class GetVolumeResult(val accessControlRecordIds: List<String>, val azureApiVersion: 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>, azureApiVersion: 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IDs of the access control records, associated with the volume.

Link copied to clipboard

The Azure API version of the resource.

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
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard
val kind: String? = null

The Kind of the object. Currently only Series8000 is supported

Link copied to clipboard

The monitoring status of the volume.

Link copied to clipboard

The name of the object.

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 hierarchical type of the object.

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.