cc1
v2.1
CC1 source code docs
|
Functions | |
def | get_admin_vm_details |
def | wait_image_is_downloaded |
def | wait_vm_in_state_by_id |
def | wait_vm_is_running |
Wait conditions #. |
Variables | |
dictionary | list_admin_public_ip |
dictionary | list_admin_vms |
dictionary | list_all_storage_images |
dictionary | list_available_networks |
dictionary | list_clusters |
dictionary | list_disk_controllers |
dictionary | list_filesystems |
dictionary | list_group_vm_images |
dictionary | list_network_devices |
dictionary | list_nodes |
dictionary | list_private_cd_images |
dictionary | list_private_storage_images |
dictionary | list_private_vm_images |
dictionary | list_public_vm_images |
dictionary | list_storages |
dictionary | list_templates |
dictionary | list_user_networks |
dictionary | list_user_public_ip |
dictionary | list_user_vms |
dictionary | list_users |
dictionary | list_video_devices |
def predefined.actions.get_admin_vm_details | ( | name | ) |
Definition at line 162 of file actions.py.
def predefined.actions.wait_image_is_downloaded | ( | name, | |
access, | |||
type | |||
) |
Definition at line 184 of file actions.py.
def predefined.actions.wait_vm_in_state_by_id | ( | id, | |
state = 1 |
|||
) |
Definition at line 178 of file actions.py.
def predefined.actions.wait_vm_is_running | ( | name, | |
state = 1 |
|||
) |
Wait conditions #.
Definition at line 172 of file actions.py.
dictionary predefined.actions.list_admin_public_ip |
Definition at line 46 of file actions.py.
dictionary predefined.actions.list_admin_vms |
Definition at line 155 of file actions.py.
dictionary predefined.actions.list_all_storage_images |
Definition at line 107 of file actions.py.
dictionary predefined.actions.list_available_networks |
Definition at line 59 of file actions.py.
dictionary predefined.actions.list_clusters |
Definition at line 25 of file actions.py.
dictionary predefined.actions.list_disk_controllers |
Definition at line 143 of file actions.py.
dictionary predefined.actions.list_filesystems |
Definition at line 128 of file actions.py.
dictionary predefined.actions.list_group_vm_images |
Definition at line 101 of file actions.py.
dictionary predefined.actions.list_network_devices |
Definition at line 138 of file actions.py.
dictionary predefined.actions.list_nodes |
Definition at line 81 of file actions.py.
dictionary predefined.actions.list_private_cd_images |
Definition at line 120 of file actions.py.
dictionary predefined.actions.list_private_storage_images |
Definition at line 114 of file actions.py.
dictionary predefined.actions.list_private_vm_images |
Definition at line 89 of file actions.py.
dictionary predefined.actions.list_public_vm_images |
Definition at line 95 of file actions.py.
dictionary predefined.actions.list_storages |
Definition at line 73 of file actions.py.
dictionary predefined.actions.list_templates |
Definition at line 39 of file actions.py.
dictionary predefined.actions.list_user_networks |
Definition at line 66 of file actions.py.
dictionary predefined.actions.list_user_public_ip |
Definition at line 52 of file actions.py.
dictionary predefined.actions.list_user_vms |
Definition at line 150 of file actions.py.
dictionary predefined.actions.list_users |
Definition at line 32 of file actions.py.
dictionary predefined.actions.list_video_devices |
Definition at line 133 of file actions.py.