NutanixVmRecoverySpec
Nutanix virtual machine recovery specification.
Fields
| Field | Type | Description |
|---|---|---|
| clusterId | String! | ID of the Nutanix cluster for recovery. |
| memoryMbs | Long! | Amount of memory in megabytes to assign to the recovered virtual machine. |
| nics | [NutanixVmNicSpec!]! | Network configuration for the recovered virtual machine. |
| preserveMacAddress | Boolean! | If true, preserves the original MAC address in the recovered virtual machine. |
| removeAllNetwork | Boolean! | If true, removes the entire network configuration from the recovered virtual machine. |
| target | NutanixComputeTarget! | Compute target configuration for recovery. |
| vCpus | Long! | Number of vCPUs to assign to the recovered virtual machine. |
| version | Long! | Version of the recovery specification (system-managed). |
| volumes | [NutanixVmVolumeSpec!]! | Storage volume configuration for the recovered virtual machine. |
Used By
Referenced by