def snapshot(self, instance, image_id): raise exception.APIError("snapshot not supported for baremetal.")
def detach_volume(self, instance_name, mountpoint): raise exception.APIError("detach_volume not supported for baremetal.")
def get_diagnostics(self, instance): """Return data about VM diagnostics.""" raise exception.APIError("get_diagnostics not implemented for " "vmwareapi")
def attach_volume(self, instance_name, device_path, mountpoint): raise exception.APIError("attach_volume not supported for baremetal.")
def unpause(self, instance, callback): """Un-Pause a VM instance.""" raise exception.APIError("unpause not supported for vmwareapi")