Options
All
  • Public
  • Public/Protected
  • All
Menu

VolumeStatus represents information about the status of volumes attached to the VirtualMachineInstance.

export
interface

V1VolumeStatus

Hierarchy

  • V1VolumeStatus

Index

Properties

containerDiskVolume?: V1ContainerDiskInfo
memberof

V1VolumeStatus

hotplugVolume?: V1HotplugVolumeStatus
memberof

V1VolumeStatus

memoryDumpVolume?: V1DomainMemoryDumpInfo
memberof

V1VolumeStatus

message?: string

Message is a detailed message about the current hotplug volume phase

memberof

V1VolumeStatus

name: string

Name is the name of the volume

memberof

V1VolumeStatus

persistentVolumeClaimInfo?: V1PersistentVolumeClaimInfo
memberof

V1VolumeStatus

phase?: string

Phase is the phase

memberof

V1VolumeStatus

reason?: string

Reason is a brief description of why we are in the current hotplug volume phase

memberof

V1VolumeStatus

size?: number

Represents the size of the volume

memberof

V1VolumeStatus

target: string

Target is the target name used when adding the volume to the VM, eg: vda

memberof

V1VolumeStatus

Generated using TypeDoc