Skip to content

has_disk

Checks for disk presence in the IaaS.

This method is mostly used by the consistency check tool (cloudcheck) to determine if the disk still exists.

Arguments

  • disk_cid [String]: Cloud ID of the disk to check; returned from create_disk.

Result

  • exists [Boolean]: True if disk is present.

Examples

Implementations