{{ detail.name || '-' }} {{ detail.id }}
配置信息
实例规格
{{ detail.vcpu || '-' }}核vCPU | {{ formatMemory(detail.memory) }} | {{ detail.rx_bandwidth || 0 }} Mbps
操作系统
{{ vmImage?.name || '-' }}
镜像类型
{{ vmImage.os_type || '-' }}
-
公网IP
{{ detail.ips || '暂无' }}
下行/上行带宽
{{ detail.rx_bandwidth || 0 }} / {{ detail.tx_bandwidth || 0 }} Mbps
安全组
{{ vmPortGroup.name }}
未绑定
用户名
root
远程端口
{{ detail.ssh_port || 22 }}
密码
{{ showPassword ? '隐藏' : '显示' }}
复制
{{ showPassword ? (detail.root_password || '-') : '••••••••' }}
流量上限(GB)
{{ detail.traffic_max ?? '-' }}
快照配额
{{ detail.snapshot_num ?? '-' }}
备份配额
{{ detail.backup_num ?? '-' }}
UUID
{{ detail.uuid || '-' }}
更新时间
{{ formatTimestamp(detail.updated_at) }}
网络信息
磁盘卷信息
安全组管理
快照管理
备份管理
实时指标
CPU 使用率
{{ (metricsData.cpu_usage_percent ?? 0).toFixed(1) }}%
网络速率
{{ key === 'rx_bytes' ? '↓ 接收' : key === 'tx_bytes' ? '↑ 发送' : key }}
{{ formatNetSpeed(val) }}