{{ detail.name || '-' }} {{ detail.id }}
配置信息
实例规格
{{ detail.vcpu || '-' }}核vCPU | {{ formatMemory(detail.memory) }} | {{ detail.rx_bandwidth || 0 }} Mbps
操作系统
{{ vmImage?.name || '-' }}
镜像类型
{{ vmImage.os_type || '-' }}
-
公网IP
{{ publicIpList[0] }}
+{{ publicIpList.length - 1 }}
暂无
全部公网IP({{ publicIpList.length }})
复制全部
{{ ip }}
复制
内网IP
{{ privateIpList[0] }}
+{{ privateIpList.length - 1 }}
暂无
全部内网IP({{ privateIpList.length }})
复制全部
{{ ip }}
复制
下行/上行带宽
{{ detail.rx_bandwidth || 0 }} / {{ detail.tx_bandwidth || 0 }} Mbps
安全组
入站: {{ vmPortGroup.name }}
出站: {{ vmOutPortGroup.name }}
未绑定
用户名
{{ isWindows ? 'Administrator' : 'root' }}
远程端口
{{ isWindows ? (detail.ssh_port && detail.ssh_port !== 22 ? detail.ssh_port : 3389) : (detail.ssh_port || 22) }}
密码
{{ showPassword ? '隐藏' : '显示' }}
复制
{{ showPassword ? (detail.root_password || '-') : '••••••••' }}
流量
{{ formatTrafficMb(detailTrafficUsedMb) }} / {{ formatTrafficMb(detailTrafficTotalMb) }}
基础 {{ formatTrafficMb(detailTrafficBaseMb) }}
· 临时 {{ formatTrafficMb(detailTrafficTempMb) }}
(周期 {{ detailTrafficCycleStartText }})
修改
加临时
快照配额
{{ detail.snapshot_num ?? '-' }}
备份配额
{{ detail.backup_num ?? '-' }}
UUID
{{ detail.uuid || '-' }}
更新时间
{{ formatTimestamp(detail.updated_at) }}
网络列表
数据卷列表
安全组管理
快照管理
备份管理
用户组网
监控指标
CPU 使用率
{{ latestMetrics.cpu_usage?.toFixed(1) }}%
内存
{{ vmMemPercent(latestMetrics) }}%
{{ formatMemKB(latestMetrics.mem_used) }} / {{ formatMemKB(latestMetrics.mem_total) }}
磁盘 I/O
读 {{ formatBytesRaw(latestMetrics.disk_read) }}
写 {{ formatBytesRaw(latestMetrics.disk_write) }}
网络流量
↓{{ formatNetLabel(latestMetrics.net_rx) }}
↑{{ formatNetLabel(latestMetrics.net_tx) }}