{{ 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 }}
内网IP
{{ privateIpList[0] }}
+{{ privateIpList.length - 1 }}
暂无
{{ ip }}
下行/上行带宽
{{ detail.rx_bandwidth || 0 }} / {{ detail.tx_bandwidth || 0 }} Mbps
安全组
入站: {{ vmPortGroup.name }}
出站: {{ vmOutPortGroup.name }}
未绑定
用户名
root
远程端口
{{ detail.ssh_port || 22 }}
密码
{{ showPassword ? '隐藏' : '显示' }}
复制
{{ showPassword ? (detail.root_password || '-') : '••••••••' }}
流量上限
{{ detail.traffic_max != null ? `${(detail.traffic_max / 1024).toFixed(2)} GB` : '-' }}
快照配额
{{ 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) }}