AmlComputeNodeInformation interface
与 AmlCompute 相关的计算节点信息。
属性
node |
计算节点的 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
node |
计算节点的状态。 值处于空闲状态、正在运行、准备、不可用、离开和抢占。 注意:此属性不会序列化。 它只能由服务器填充。 |
port | 节点的 SSH 端口号。 注意:此属性不会序列化。 它只能由服务器填充。 |
private |
计算节点的专用 IP 地址。 注意:此属性不会序列化。 它只能由服务器填充。 |
public |
计算节点的公共 IP 地址。 注意:此属性不会序列化。 它只能由服务器填充。 |
run |
节点上运行的试验的 ID(如果有)为 null。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
nodeId
计算节点的 ID。 注意:此属性不会序列化。 它只能由服务器填充。
nodeId?: string
属性值
string
nodeState
计算节点的状态。 值处于空闲状态、正在运行、准备、不可用、离开和抢占。 注意:此属性不会序列化。 它只能由服务器填充。
nodeState?: string
属性值
string
port
节点的 SSH 端口号。 注意:此属性不会序列化。 它只能由服务器填充。
port?: number
属性值
number
privateIpAddress
计算节点的专用 IP 地址。 注意:此属性不会序列化。 它只能由服务器填充。
privateIpAddress?: string
属性值
string
publicIpAddress
计算节点的公共 IP 地址。 注意:此属性不会序列化。 它只能由服务器填充。
publicIpAddress?: string
属性值
string
runId
节点上运行的试验的 ID(如果有)为 null。 注意:此属性不会序列化。 它只能由服务器填充。
runId?: string
属性值
string