Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.56 KB

UpdateVmRequest.md

File metadata and controls

35 lines (23 loc) · 2.56 KB

UpdateVmRequest

Properties

Name Type Description Notes
blockDeviceMappings List<BlockDeviceMappingVmUpdate> One or more block device mappings of the VM. [optional]
bsuOptimized Boolean This parameter is not available. It is present in our API for the sake of historical compatibility with AWS. [optional]
deletionProtection Boolean If true, you cannot delete the VM unless you change this parameter back to false. [optional]
dryRun Boolean If true, checks whether you have the required permissions to perform the action. [optional]
isSourceDestChecked Boolean (Net only) If true, the source/destination check is enabled. If false, it is disabled. [optional]
keypairName String The name of a keypair you want to associate with the VM.<br /> When you replace the keypair of a VM with another one, the metadata of the VM is modified to reflect the new public key, but the replacement is still not effective in the operating system of the VM. To complete the replacement and effectively apply the new keypair, you need to perform other actions inside the VM. For more information, see Modifying the Keypair of a VM. [optional]
nestedVirtualization Boolean (dedicated tenancy only) If true, nested virtualization is enabled. If false, it is disabled. [optional]
performance PerformanceEnum The performance of the VM (`medium` | `high` | `highest`). [optional]
securityGroupIds List<String> One or more IDs of security groups for the VM. [optional]
userData String The Base64-encoded MIME user data, limited to 500 kibibytes (KiB). [optional]
vmId String The ID of the VM.
vmInitiatedShutdownBehavior String The VM behavior when you stop it. If set to `stop`, the VM stops. If set to `restart`, the VM stops then automatically restarts. If set to `terminate`, the VM stops and is terminated. [optional]
vmType String The type of VM. For more information, see VM Types. [optional]

Enum: PerformanceEnum

Name Value
MEDIUM "medium"
HIGH "high"
HIGHEST "highest"