netlab.errors.pod

Exceptions

ACLAdminNotFoundError([message])

Authorization for acc_id was not found for given pod_id.

AdminAlreadyAuthorizedError([message])

acc_id is already authorized for pod_id.

ClonePodNotFoundError([message])

The clone_pod_id is not found.

CloneRoleRequiredError([message])

The clone_role in pc_clone_specs is required.

CloneTypeRequiredError([message])

The clone_type in pc_clone_specs is required.

DuplicatePodACLError([message])

Pod ACL already exists.

DuplicatePodIDError([message])

pod_id already exists.

DuplicatePodNameError([message])

pod_name already exists.

HostNotFoundError([message])

The clone_hostname in pc_clone_specs is not found.

HostOrGroupRequiredError([message])

The clone_vh_id in pc_clone_specs is required.

InvalidCloneTypeError([message])

The clone_type in pc_clone_specs must be set to FULL or LINKED.

InvalidStorageAllocError([message])

The clone_storage_alloc in pc_clone_specs is not set to ONDEMAND or PREALLOCATED.

LabDevicesNotSupportedError([message])

Pod cloning does not support real equipment.

NoPCCloneSpecError([message])

The pc_clone_spec is invalid.

PCTypeNotSupportedError([message])

The pc_type in pc_clone_spec is not set to AVMI or NONE.

PodACLNotFoundError([message])

pacl_uuid was not found.

PodActiveError([message])

The pod_id is not currently OFFLINE or ONLINE.

PodBusyError([message])

Pod is currently busy performing another task.

PodEmptyError([message])

Pod has no devices or PCs.

PodIDMismatchError([message])

Given pod_id does not match pc_pod_id.

PodIDNotUniqueError([message])

The clone_pod_id is already in use.

PodInUseError([message])

Current pod is not OFFLINE.

PodIndexMismatchError([message])

Given pl_index does not match pc_pod_index.

PodMaxDeviceReachedError([message])

Max number of devices has been reached.

PodMaxLargeVLANReachedError([message])

Max number of pods with large VLANs (15) has been reached.

PodMaxSysReachedError([message])

Max number of pods on this system has been reached.

PodMaxTypeReachedError([message])

Max of this pod type has been installed.

PodNameNotUniqueError([message])

The clone_pod_name is already in use.

PodNotActiveError([message])

Pod/reservation is not in active lab state.

PodNotFoundError([message])

A pod could not be located from that request.

PodNotOnlineError([message])

Current pod is not OFFLINE.

PodNotSuspendedError([message])

Pod not in suspended state.

PodTypeIncompatibleError([message])

The pod type for the requested lab exercise is not the same as the reserved pod type.

PodTypeNotFoundError([message])

pt_id was not found.

SameVirtualMachineHostRequiredError([message])

The source_pod_id pod type requires all VMs to be pointing to same clone_vh_id in pc_clone_specs.

SnapshotRequiredForLinkedCloneError([message])

The source_snapshot in pc_clone_specs was not set correctly.

SourcePodNotFoundError([message])

The source_pod_id could not be found.

SourceVirtualMachineIDRequired([message])

The source_vm_id in pc_clone_specs is required.

SourceVirtualMachineNotFoundError([message])

The source_vm_id in pc_clone_specs is not found.

TemplateNotSupportedError([message])

clone_role in pc_clone_specs can not be set to TEMPLATE.

VirtualMachineInUseError([message])

vm_id is currently in use.

VirtualMachineNameInvalidError([message])

The clone_name in pc_clone_specs contains invalid characters.

VirtualMachineNameNotUniqueGlobalError([message])

The clone_name in pc_clone_specs is already in use.

VirtualMachineNameNotUniqueLocalError([message])

The clone_name in pc_clone_specs is already in use.

VirtualMachineNameRequiredError([message])

The clone_name in pc_clone_specs is required.

VirtualMachineNotAttachedError([message])

vm_id not attached.

exception netlab.errors.pod.ACLAdminNotFoundError(message=None)

Authorization for acc_id was not found for given pod_id.

exception netlab.errors.pod.AdminAlreadyAuthorizedError(message=None)

acc_id is already authorized for pod_id.

exception netlab.errors.pod.ClonePodNotFoundError(message=None)

The clone_pod_id is not found.

exception netlab.errors.pod.CloneRoleRequiredError(message=None)

The clone_role in pc_clone_specs is required.

exception netlab.errors.pod.CloneTypeRequiredError(message=None)

The clone_type in pc_clone_specs is required.

exception netlab.errors.pod.DuplicatePodACLError(message=None)

Pod ACL already exists.

exception netlab.errors.pod.DuplicatePodIDError(message=None)

pod_id already exists.

exception netlab.errors.pod.DuplicatePodNameError(message=None)

pod_name already exists.

exception netlab.errors.pod.HostNotFoundError(message=None)

The clone_hostname in pc_clone_specs is not found.

exception netlab.errors.pod.HostOrGroupRequiredError(message=None)

The clone_vh_id in pc_clone_specs is required.

exception netlab.errors.pod.InvalidCloneTypeError(message=None)

The clone_type in pc_clone_specs must be set to FULL or LINKED.

exception netlab.errors.pod.InvalidStorageAllocError(message=None)

The clone_storage_alloc in pc_clone_specs is not set to ONDEMAND or PREALLOCATED.

exception netlab.errors.pod.LabDevicesNotSupportedError(message=None)

Pod cloning does not support real equipment.

exception netlab.errors.pod.NoPCCloneSpecError(message=None)

The pc_clone_spec is invalid.

exception netlab.errors.pod.PCTypeNotSupportedError(message=None)

The pc_type in pc_clone_spec is not set to AVMI or NONE.

exception netlab.errors.pod.PodACLNotFoundError(message=None)

pacl_uuid was not found.

exception netlab.errors.pod.PodActiveError(message=None)

The pod_id is not currently OFFLINE or ONLINE.

exception netlab.errors.pod.PodBusyError(message=None)

Pod is currently busy performing another task.

exception netlab.errors.pod.PodEmptyError(message=None)

Pod has no devices or PCs.

exception netlab.errors.pod.PodIDMismatchError(message=None)

Given pod_id does not match pc_pod_id.

exception netlab.errors.pod.PodIDNotUniqueError(message=None)

The clone_pod_id is already in use.

exception netlab.errors.pod.PodInUseError(message=None)

Current pod is not OFFLINE.

exception netlab.errors.pod.PodIndexMismatchError(message=None)

Given pl_index does not match pc_pod_index.

exception netlab.errors.pod.PodMaxDeviceReachedError(message=None)

Max number of devices has been reached.

exception netlab.errors.pod.PodMaxLargeVLANReachedError(message=None)

Max number of pods with large VLANs (15) has been reached.

exception netlab.errors.pod.PodMaxSysReachedError(message=None)

Max number of pods on this system has been reached.

exception netlab.errors.pod.PodMaxTypeReachedError(message=None)

Max of this pod type has been installed.

exception netlab.errors.pod.PodNameNotUniqueError(message=None)

The clone_pod_name is already in use.

exception netlab.errors.pod.PodNotActiveError(message=None)

Pod/reservation is not in active lab state.

exception netlab.errors.pod.PodNotFoundError(message=None)

A pod could not be located from that request.

exception netlab.errors.pod.PodNotOnlineError(message=None)

Current pod is not OFFLINE.

exception netlab.errors.pod.PodNotSuspendedError(message=None)

Pod not in suspended state.

exception netlab.errors.pod.PodTypeIncompatibleError(message=None)

The pod type for the requested lab exercise is not the same as the reserved pod type.

exception netlab.errors.pod.PodTypeNotFoundError(message=None)

pt_id was not found.

exception netlab.errors.pod.SameVirtualMachineHostRequiredError(message=None)

The source_pod_id pod type requires all VMs to be pointing to same clone_vh_id in pc_clone_specs.

exception netlab.errors.pod.SnapshotRequiredForLinkedCloneError(message=None)

The source_snapshot in pc_clone_specs was not set correctly.

exception netlab.errors.pod.SourcePodNotFoundError(message=None)

The source_pod_id could not be found.

exception netlab.errors.pod.SourceVirtualMachineIDRequired(message=None)

The source_vm_id in pc_clone_specs is required.

exception netlab.errors.pod.SourceVirtualMachineNotFoundError(message=None)

The source_vm_id in pc_clone_specs is not found.

exception netlab.errors.pod.TemplateNotSupportedError(message=None)

clone_role in pc_clone_specs can not be set to TEMPLATE.

exception netlab.errors.pod.VirtualMachineInUseError(message=None)

vm_id is currently in use.

exception netlab.errors.pod.VirtualMachineNameInvalidError(message=None)

The clone_name in pc_clone_specs contains invalid characters.

exception netlab.errors.pod.VirtualMachineNameNotUniqueGlobalError(message=None)

The clone_name in pc_clone_specs is already in use.

exception netlab.errors.pod.VirtualMachineNameNotUniqueLocalError(message=None)

The clone_name in pc_clone_specs is already in use.

exception netlab.errors.pod.VirtualMachineNameRequiredError(message=None)

The clone_name in pc_clone_specs is required.

exception netlab.errors.pod.VirtualMachineNotAttachedError(message=None)

vm_id not attached.