Virtual Machines - Update
修补虚拟机。
修补提供的虚拟机的属性,或更新与虚拟机关联的标记。 属性和标记更新可以独立完成。
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}?api-version=2023-07-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
resource
|
path | True |
string minLength: 1maxLength: 90 |
资源组的名称。 名称不区分大小写。 |
subscription
|
path | True |
string (uuid) |
目标订阅的 ID。 该值必须是 UUID。 |
virtual
|
path | True |
string pattern: ^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$ |
虚拟机的名称。 |
api-version
|
query | True |
string minLength: 1 |
用于此作的 API 版本。 |
请求正文
名称 | 类型 | 说明 |
---|---|---|
properties.vmImageRepositoryCredentials |
ImageRepositoryCredentials 表示用于登录到映像存储库的凭据。 |
|
tags |
object |
将替换现有标记的 Azure 资源标记。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
还行 |
|
202 Accepted |
已接受 标头 Azure-AsyncOperation: string |
|
Other Status Codes |
描述作失败的原因的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
Patch virtual machine
示例请求
PATCH https://management.azure.com/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/virtualMachines/virtualMachineName?api-version=2023-07-01
{
"tags": {
"key1": "myvalue1",
"key2": "myvalue2"
},
"properties": {
"vmImageRepositoryCredentials": {
"username": "myuser",
"password": "{password}",
"registryUrl": "myacr.azurecr.io"
}
}
}
示例响应
{
"id": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/virtualMachines/virtualMachineName",
"name": "virtualMachineName",
"systemData": {
"createdAt": "2021-01-22T13:27:03.008Z",
"createdBy": "identityA",
"createdByType": "Application",
"lastModifiedAt": "2021-01-22T13:29:03.001Z",
"lastModifiedBy": "identityB",
"lastModifiedByType": "User"
},
"type": "Microsoft.NetworkCloud/virtualMachines",
"location": "location",
"tags": {
"key1": "myvalue1",
"key2": "myvalue2"
},
"extendedLocation": {
"type": "CustomLocation",
"name": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName"
},
"properties": {
"vmImage": "myacr.azurecr.io/foobar:latest",
"vmImageRepositoryCredentials": {
"username": "myuser",
"registryUrl": "myacr.azurecr.io"
},
"vmDeviceModel": "T2",
"cpuCores": 2,
"memorySizeGB": 8,
"storageProfile": {
"osDisk": {
"createOption": "Ephemeral",
"deleteOption": "Delete",
"diskSizeGB": 120
},
"volumeAttachments": [
"/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/volumes/volumeName"
]
},
"cloudServicesNetworkAttachment": {
"attachedNetworkId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudServicesNetworkName",
"ipAllocationMethod": "Dynamic"
},
"networkAttachments": [
{
"networkAttachmentName": "netAttachName01",
"attachedNetworkId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName",
"ipAllocationMethod": "Dynamic",
"ipv4Address": "198.51.100.1",
"ipv6Address": "2001:0db8:0000:0000:0000:0000:0000:0000",
"macAddress": "bf:1c:29:31:31:1f",
"defaultGateway": "True"
}
],
"placementHints": [
{
"hintType": "Affinity",
"schedulingExecution": "Hard",
"resourceId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/racks/rackName",
"scope": ""
}
],
"userData": "dXNlckRhdGVTYW1wbGU=",
"networkData": "bmV0d29ya0RhdGVTYW1wbGU=",
"bootMethod": "UEFI",
"adminUsername": "username",
"sshPublicKeys": [
{
"keyData": "ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT/ojNZfpB3af/YDzwQCZgTcTRyNNhL4o/blKUmug0daSsSXISTRnIDpcf5qytjs1Xo+yYyJMvzLL59mhAyb3p/cD+Y3/s3WhAx+l0XOKpzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm"
}
],
"provisioningState": "Succeeded",
"availabilityZone": "1",
"clusterId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/clusters/clusterName",
"powerState": "On",
"bareMetalMachineId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/bareMetalMachines/bareMetalMachineName",
"detailedStatus": "Available",
"detailedStatusMessage": "VM is up and healthy",
"volumes": [
"/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/volumes/volumeName"
]
}
}
Azure-AsyncOperation: https://management.azure.com/subscriptions/123e4567-e89b-12d3-a456-426655440000/providers/Microsoft.NetworkCloud/locations/location/operationStatuses/operationId?api-version=2023-07-01
{
"id": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/virtualMachines/virtualMachineName",
"name": "virtualMachineName",
"systemData": {
"createdAt": "2021-01-22T13:27:03.008Z",
"createdBy": "identityA",
"createdByType": "Application",
"lastModifiedAt": "2021-01-22T13:29:03.001Z",
"lastModifiedBy": "identityB",
"lastModifiedByType": "User"
},
"type": "Microsoft.NetworkCloud/virtualMachines",
"location": "location",
"tags": {
"key1": "myvalue1",
"key2": "myvalue2"
},
"extendedLocation": {
"type": "CustomLocation",
"name": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName"
},
"properties": {
"vmImage": "myacr.azurecr.io/foobar:latest",
"vmImageRepositoryCredentials": {
"username": "myuser",
"registryUrl": "myacr.azurecr.io"
},
"vmDeviceModel": "T2",
"cpuCores": 2,
"memorySizeGB": 8,
"storageProfile": {
"osDisk": {
"createOption": "Ephemeral",
"deleteOption": "Delete",
"diskSizeGB": 120
},
"volumeAttachments": [
"/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/volumes/volumeName"
]
},
"cloudServicesNetworkAttachment": {
"attachedNetworkId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudServicesNetworkName",
"ipAllocationMethod": "Dynamic"
},
"networkAttachments": [
{
"networkAttachmentName": "netAttachName01",
"attachedNetworkId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName",
"ipAllocationMethod": "Dynamic",
"ipv4Address": "198.51.100.1",
"ipv6Address": "2001:0db8:0000:0000:0000:0000:0000:0000",
"macAddress": "bf:1c:29:31:31:1f",
"defaultGateway": "True"
}
],
"placementHints": [
{
"hintType": "Affinity",
"schedulingExecution": "Hard",
"resourceId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/racks/rackName",
"scope": ""
}
],
"userData": "dXNlckRhdGVTYW1wbGU=",
"networkData": "bmV0d29ya0RhdGVTYW1wbGU=",
"bootMethod": "UEFI",
"adminUsername": "username",
"sshPublicKeys": [
{
"keyData": "ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT/ojNZfpB3af/YDzwQCZgTcTRyNNhL4o/blKUmug0daSsSXISTRnIDpcf5qytjs1Xo+yYyJMvzLL59mhAyb3p/cD+Y3/s3WhAx+l0XOKpzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm"
}
],
"provisioningState": "Accepted",
"availabilityZone": "1",
"clusterId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/clusters/clusterName",
"powerState": "On",
"bareMetalMachineId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/bareMetalMachines/bareMetalMachineName",
"detailedStatus": "Available",
"detailedStatusMessage": "VM is up and healthy",
"volumes": [
"/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/volumes/volumeName"
]
}
}
定义
名称 | 说明 |
---|---|
created |
创建资源的标识的类型。 |
Default |
指示这是否为默认网关。 单个计算机的附加网络(包括 CloudServicesNetwork 附件)只能指定为 True。 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
Extended |
ExtendedLocation 表示将在其中创建资源的 Azure 自定义位置。 |
Image |
ImageRepositoryCredentials 表示用于登录到映像存储库的凭据。 |
Network |
NetworkAttachment 表示单个网络附件。 |
Os |
OsDisk 表示启动磁盘的配置。 |
Os |
创建 OS 磁盘的策略。 |
Os |
删除 OS 磁盘的策略。 |
Ssh |
SshPublicKey 表示用于通过 SSH 向资源进行身份验证的公钥。 |
Storage |
StorageProfile 表示有关磁盘的信息。 |
system |
与创建和上次修改资源相关的元数据。 |
Virtual |
VirtualMachine 表示本地网络云虚拟机。 |
Virtual |
选择虚拟机的启动方法。 |
Virtual |
虚拟机的更详细状态。 |
Virtual |
要使用的设备模型的类型。 |
Virtual |
虚拟机的 IP 分配机制。 动态和静态仅适用于 l3Network,也可能指定“已禁用”。 否则,Disabled 是唯一允许的值。 |
Virtual |
字段已弃用,如果提供该值,将忽略该值。 指示是否隔离指定 CPU 核心之一来运行此虚拟机的仿真器线程。 |
Virtual |
VirtualMachinePatchParameters 表示修补虚拟机的请求正文。 |
Virtual |
VirtualMachinePlacementHint 表示虚拟机的单个计划提示。 |
Virtual |
虚拟机关联或反关联放置提示的范围。 在节点关联的情况下,它应始终为“计算机”。 |
Virtual |
此提示是否支持与所引用资源的相关性或反相关性的规范。 |
Virtual |
虚拟机的电源状态。 |
Virtual |
虚拟机的预配状态。 |
Virtual |
指示提示是计划期间的硬要求还是软要求。 |
Virtual |
字段已弃用,请改用 virtualizationModel。 virtio 接口的类型。 |
createdByType
创建资源的标识的类型。
值 | 说明 |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
DefaultGateway
指示这是否为默认网关。 单个计算机的附加网络(包括 CloudServicesNetwork 附件)只能指定为 True。
值 | 说明 |
---|---|
False | |
True |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
ExtendedLocation
ExtendedLocation 表示将在其中创建资源的 Azure 自定义位置。
名称 | 类型 | 说明 |
---|---|---|
name |
string |
要在其中创建资源的扩展位置的资源 ID。 |
type |
string |
扩展的位置类型,例如 CustomLocation。 |
ImageRepositoryCredentials
ImageRepositoryCredentials 表示用于登录到映像存储库的凭据。
名称 | 类型 | 说明 |
---|---|---|
password |
string minLength: 1 |
用于访问目标存储库中的映像的密码或令牌。 |
registryUrl |
string |
用于验证存储库凭据的身份验证服务器的 URL。 |
username |
string minLength: 1 |
用于访问目标存储库中的映像的用户名。 |
NetworkAttachment
NetworkAttachment 表示单个网络附件。
名称 | 类型 | 说明 |
---|---|---|
attachedNetworkId |
string |
附加到虚拟机的关联网络的资源 ID。 它可以是 cloudServicesNetwork、l3Network、l2Network 或 trunkedNetwork 资源之一。 |
defaultGateway |
指示这是否为默认网关。 单个计算机的附加网络(包括 CloudServicesNetwork 附件)只能指定为 True。 |
|
ipAllocationMethod |
虚拟机的 IP 分配机制。 动态和静态仅适用于 l3Network,也可能指定“已禁用”。 否则,Disabled 是唯一允许的值。 |
|
ipv4Address |
string |
虚拟机的 IPv4 地址。 仅当附加网络具有 IPV4 或 DualStack 的 IPAllocationType 时,才使用此字段。 如果 IPAllocationMethod 为:Static - 此字段必须包含用户从附加网络中指定的子网内的指定 IPv4 地址。 动态 - 此字段为只读字段,但将使用附加网络中指定的子网中的地址进行填充。 已禁用 - 此字段将为空。 |
ipv6Address |
string |
虚拟机的 IPv6 地址。 仅当附加网络具有 IPV6 或 DualStack 的 IPAllocationType 时,才使用此字段。 如果 IPAllocationMethod 为:Static - 此字段必须包含从附加网络中指定的范围内的 IPv6 地址范围。 动态 - 此字段为只读字段,但将从附加网络中指定的子网内填充范围。 已禁用 - 此字段将为空。 |
macAddress |
string |
对应于此网络附件的虚拟机的接口的 MAC 地址。 |
networkAttachmentName |
string maxLength: 15 |
关联的网络的接口名称。 如果指定,则网络附件名称的最大长度为 15 个字符,并且必须对此虚拟机是唯一的。 如果用户未指定此值,将使用网络资源的默认接口名称。 对于 CloudServicesNetwork 资源,将忽略此名称。 |
OsDisk
OsDisk 表示启动磁盘的配置。
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
createOption | Ephemeral |
创建 OS 磁盘的策略。 |
|
deleteOption | Delete |
删除 OS 磁盘的策略。 |
|
diskSizeGB |
integer (int64) |
磁盘的大小(以 GB 为单位)。 如果 createOption 为临时,则为必需。 |
OsDiskCreateOption
创建 OS 磁盘的策略。
值 | 说明 |
---|---|
Ephemeral |
OsDiskDeleteOption
删除 OS 磁盘的策略。
值 | 说明 |
---|---|
Delete |
SshPublicKey
SshPublicKey 表示用于通过 SSH 向资源进行身份验证的公钥。
名称 | 类型 | 说明 |
---|---|---|
keyData |
string minLength: 1 |
SSH 公钥数据。 |
StorageProfile
StorageProfile 表示有关磁盘的信息。
名称 | 类型 | 说明 |
---|---|---|
osDisk |
OsDisk 表示启动磁盘的配置。 |
|
volumeAttachments |
string[] |
请求附加到虚拟机的卷的资源 ID。 |
systemData
与创建和上次修改资源相关的元数据。
名称 | 类型 | 说明 |
---|---|---|
createdAt |
string (date-time) |
资源创建时间戳(UTC)。 |
createdBy |
string |
创建资源的标识。 |
createdByType |
创建资源的标识的类型。 |
|
lastModifiedAt |
string (date-time) |
上次修改的资源时间戳(UTC) |
lastModifiedBy |
string |
上次修改资源的标识。 |
lastModifiedByType |
上次修改资源的标识的类型。 |
VirtualMachine
VirtualMachine 表示本地网络云虚拟机。
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
extendedLocation |
ExtendedLocation 表示将在其中创建资源的 Azure 自定义位置。 |
||
id |
string (arm-id) |
资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” |
|
location |
string |
资源所在的地理位置 |
|
name |
string |
资源的名称 |
|
properties.adminUsername |
string minLength: 1maxLength: 32 pattern: ^[a-z_][a-z0-9_]{0,31}$ |
将 SSH 公钥添加到授权密钥的管理员的名称。 |
|
properties.availabilityZone |
string |
包含此虚拟机的群集可用性区域。 |
|
properties.bareMetalMachineId |
string |
虚拟机已到达的裸机的资源 ID。 |
|
properties.bootMethod | UEFI |
选择虚拟机的启动方法。 |
|
properties.cloudServicesNetworkAttachment |
NetworkAttachment 表示单个网络附件。 |
||
properties.clusterId |
string |
要为其创建虚拟机的群集的资源 ID。 |
|
properties.cpuCores |
integer (int64) minimum: 2 |
虚拟机中的 CPU 核心数。 |
|
properties.detailedStatus |
虚拟机的更详细状态。 |
||
properties.detailedStatusMessage |
string |
有关当前详细状态的描述性消息。 |
|
properties.isolateEmulatorThread | True |
字段已弃用,如果提供该值,将忽略该值。 指示是否隔离指定 CPU 核心之一来运行此虚拟机的仿真器线程。 |
|
properties.memorySizeGB |
integer (int64) minimum: 1 |
虚拟机的内存大小(以 GB 为单位)。 |
|
properties.networkAttachments |
虚拟机的网络附件列表。 |
||
properties.networkData |
string |
Base64 编码的 cloud-init 网络数据。 |
|
properties.placementHints |
虚拟机的计划提示。 |
||
properties.powerState |
虚拟机的电源状态。 |
||
properties.provisioningState |
虚拟机的预配状态。 |
||
properties.sshPublicKeys |
ssh 公钥列表。 将使用 adminUsername 的 cloud-init ssh_authorized_keys机制将每个密钥添加到虚拟机。 |
||
properties.storageProfile |
StorageProfile 表示有关磁盘的信息。 |
||
properties.userData |
string |
Base64 编码的 cloud-init 用户数据。 |
|
properties.virtioInterface | Modern |
字段已弃用,请改用 virtualizationModel。 virtio 接口的类型。 |
|
properties.vmDeviceModel | T2 |
要使用的设备模型的类型。 |
|
properties.vmImage |
string |
当前预配到 OS 磁盘的虚拟机映像,使用用于拉取映像的完整 URL 和标记表示法。 |
|
properties.vmImageRepositoryCredentials |
ImageRepositoryCredentials 表示用于登录到映像存储库的凭据。 |
||
properties.volumes |
string[] |
附加到虚拟机的卷的资源 ID。 |
|
systemData |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 |
||
tags |
object |
资源标记。 |
|
type |
string |
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts” |
VirtualMachineBootMethod
选择虚拟机的启动方法。
值 | 说明 |
---|---|
BIOS | |
UEFI |
VirtualMachineDetailedStatus
虚拟机的更详细状态。
值 | 说明 |
---|---|
Available | |
Error | |
Provisioning | |
Running | |
Scheduling | |
Stopped | |
Terminating | |
Unknown |
VirtualMachineDeviceModelType
要使用的设备模型的类型。
值 | 说明 |
---|---|
T1 | |
T2 |
VirtualMachineIPAllocationMethod
虚拟机的 IP 分配机制。 动态和静态仅适用于 l3Network,也可能指定“已禁用”。 否则,Disabled 是唯一允许的值。
值 | 说明 |
---|---|
Disabled | |
Dynamic | |
Static |
VirtualMachineIsolateEmulatorThread
字段已弃用,如果提供该值,将忽略该值。 指示是否隔离指定 CPU 核心之一来运行此虚拟机的仿真器线程。
值 | 说明 |
---|---|
False | |
True |
VirtualMachinePatchParameters
VirtualMachinePatchParameters 表示修补虚拟机的请求正文。
名称 | 类型 | 说明 |
---|---|---|
properties.vmImageRepositoryCredentials |
ImageRepositoryCredentials 表示用于登录到映像存储库的凭据。 |
|
tags |
object |
将替换现有标记的 Azure 资源标记。 |
VirtualMachinePlacementHint
VirtualMachinePlacementHint 表示虚拟机的单个计划提示。
名称 | 类型 | 说明 |
---|---|---|
hintType |
此提示是否支持与所引用资源的相关性或反相关性的规范。 |
|
resourceId |
string minLength: 1 |
要托管虚拟机的裸机节点等,将检查放置提示的目标对象的资源 ID。 |
schedulingExecution |
指示提示是计划期间的硬要求还是软要求。 |
|
scope |
虚拟机关联或反关联放置提示的范围。 在节点关联的情况下,它应始终为“计算机”。 |
VirtualMachinePlacementHintPodAffinityScope
虚拟机关联或反关联放置提示的范围。 在节点关联的情况下,它应始终为“计算机”。
值 | 说明 |
---|---|
Machine | |
Rack |
VirtualMachinePlacementHintType
此提示是否支持与所引用资源的相关性或反相关性的规范。
值 | 说明 |
---|---|
Affinity | |
AntiAffinity |
VirtualMachinePowerState
虚拟机的电源状态。
值 | 说明 |
---|---|
Off | |
On | |
Unknown |
VirtualMachineProvisioningState
虚拟机的预配状态。
值 | 说明 |
---|---|
Accepted | |
Canceled | |
Failed | |
Provisioning | |
Succeeded |
VirtualMachineSchedulingExecution
指示提示是计划期间的硬要求还是软要求。
值 | 说明 |
---|---|
Hard | |
Soft |
VirtualMachineVirtioInterfaceType
字段已弃用,请改用 virtualizationModel。 virtio 接口的类型。
值 | 说明 |
---|---|
Modern | |
Transitional |