You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**domain_name**|**String**| The name of the domain on the source libvirt domain |[optional]|
8
+
|**domain_namespace**|**String**| Namespace used in the name of the source libvirt domain. Can be used to find and modify paths in the domain |[optional]|
9
+
|**migration_uid**|**String**| The Source VirtualMachineInstanceMigration object associated with this migration |[optional]|
10
+
|**node**|**String**| The source node that the VMI originated on |[optional]|
11
+
|**node_selectors**|**Hash<String, String>**| Node selectors needed by the target to start the receiving pod. |[optional]|
12
+
|**persistent_state_pvc_name**|**String**| If the VMI being migrated uses persistent features (backend-storage), its source PVC name is saved here |[optional]|
13
+
|**pod**|**String**| The source pod that the VMI is originated on |[optional]|
14
+
|**sync_address**|**String**| The ip address/fqdn:port combination to use to synchronize the VMI with the target. |[optional]|
Copy file name to clipboardExpand all lines: docs/V1VirtualMachineInstanceMigrationSpec.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
| Name | Type | Description | Notes |
6
6
| ---- | ---- | ----------- | ----- |
7
7
|**added_node_selector**|**Hash<String, String>**| AddedNodeSelector is an additional selector that can be used to complement a NodeSelector or NodeAffinity as set on the VM to restrict the set of allowed target nodes for a migration. In case of key collisions, values set on the VM objects are going to be preserved to ensure that addedNodeSelector can only restrict but not bypass constraints already set on the VM object. |[optional]|
|**migration_network_type**|**String**| The type of migration network, either 'pod' or 'migration'|[optional]|
14
15
|**migration_policy_name**|**String**| Name of the migration policy. If string is empty, no policy is matched |[optional]|
15
16
|**migration_uid**|**String**| The VirtualMachineInstanceMigration object associated with this migration |[optional]|
16
17
|**mode**|**String**| Lets us know if the vmi is currently running pre or post copy migration |[optional]|
17
18
|**source_node**|**String**| The source node that the VMI originated on |[optional]|
18
19
|**source_persistent_state_pvc_name**|**String**| If the VMI being migrated uses persistent features (backend-storage), its source PVC name is saved here |[optional]|
|**start_timestamp**|**Time**| Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. |[optional]|
21
23
|**target_attachment_pod_uid**|**String**| The UID of the target attachment pod for hotplug volumes |[optional]|
22
24
|**target_cpu_set**|**Array<Integer>**| If the VMI requires dedicated CPUs, this field will hold the dedicated CPU set on the target node |[optional]|
@@ -28,6 +30,7 @@
28
30
|**target_node_topology**|**String**| If the VMI requires dedicated CPUs, this field will hold the numa topology on the target node |[optional]|
29
31
|**target_persistent_state_pvc_name**|**String**| If the VMI being migrated uses persistent features (backend-storage), its target PVC name is saved here |[optional]|
30
32
|**target_pod**|**String**| The target pod that the VMI is moving to |[optional]|
|**attachment_pod_uid**|**String**| The UID of the target attachment pod for hotplug volumes |[optional]|
8
+
|**cpu_set**|**Array<Integer>**| If the VMI requires dedicated CPUs, this field will hold the dedicated CPU set on the target node |[optional]|
9
+
|**direct_migration_node_ports**|**Hash<String, Integer>**| The list of ports opened for live migration on the destination node |[optional]|
10
+
|**domain_detected**|**Boolean**| The Target Node has seen the Domain Start Event |[optional]|
11
+
|**domain_name**|**String**| The name of the domain on the source libvirt domain |[optional]|
12
+
|**domain_namespace**|**String**| Namespace used in the name of the source libvirt domain. Can be used to find and modify paths in the domain |[optional]|
13
+
|**domain_ready_timestamp**|**Time**| Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. |[optional]|
14
+
|**migration_uid**|**String**| The Source VirtualMachineInstanceMigration object associated with this migration |[optional]|
15
+
|**node**|**String**| The source node that the VMI originated on |[optional]|
16
+
|**node_address**|**String**| The address of the target node to use for the migration |[optional]|
17
+
|**node_topology**|**String**| If the VMI requires dedicated CPUs, this field will hold the numa topology on the target node |[optional]|
18
+
|**persistent_state_pvc_name**|**String**| If the VMI being migrated uses persistent features (backend-storage), its source PVC name is saved here |[optional]|
19
+
|**pod**|**String**| The source pod that the VMI is originated on |[optional]|
20
+
|**sync_address**|**String**| The ip address/fqdn:port combination to use to synchronize the VMI with the target. |[optional]|
0 commit comments