netlab.errors.pod
Exceptions
|
Authorization for acc_id was not found for given pod_id. |
|
acc_id is already authorized for pod_id. |
|
The clone_pod_id is not found. |
|
The clone_role in pc_clone_specs is required. |
|
The clone_type in pc_clone_specs is required. |
|
Pod ACL already exists. |
|
pod_id already exists. |
|
pod_name already exists. |
|
The clone_hostname in pc_clone_specs is not found. |
|
The clone_vh_id in pc_clone_specs is required. |
|
The clone_type in pc_clone_specs must be set to FULL or LINKED. |
|
The clone_storage_alloc in pc_clone_specs is not set to ONDEMAND or PREALLOCATED. |
|
Pod cloning does not support real equipment. |
|
The pc_clone_spec is invalid. |
|
The pc_type in pc_clone_spec is not set to AVMI or NONE. |
|
pacl_uuid was not found. |
|
The pod_id is not currently OFFLINE or ONLINE. |
|
Pod is currently busy performing another task. |
|
Pod has no devices or PCs. |
|
Given pod_id does not match pc_pod_id. |
|
The clone_pod_id is already in use. |
|
Current pod is not OFFLINE. |
|
Given pl_index does not match pc_pod_index. |
|
Max number of devices has been reached. |
|
Max number of pods with large VLANs (15) has been reached. |
|
Max number of pods on this system has been reached. |
|
Max of this pod type has been installed. |
|
The clone_pod_name is already in use. |
|
Pod/reservation is not in active lab state. |
|
A pod could not be located from that request. |
|
Current pod is not OFFLINE. |
|
Pod not in suspended state. |
|
The pod type for the requested lab exercise is not the same as the reserved pod type. |
|
pt_id was not found. |
|
The source_pod_id pod type requires all VMs to be pointing to same clone_vh_id in pc_clone_specs. |
|
The source_snapshot in pc_clone_specs was not set correctly. |
|
The source_pod_id could not be found. |
|
The source_vm_id in pc_clone_specs is required. |
|
The source_vm_id in pc_clone_specs is not found. |
|
clone_role in pc_clone_specs can not be set to TEMPLATE. |
|
vm_id is currently in use. |
|
The clone_name in pc_clone_specs contains invalid characters. |
|
The clone_name in pc_clone_specs is already in use. |
|
The clone_name in pc_clone_specs is already in use. |
|
The clone_name in pc_clone_specs is required. |
|
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.