@yuntools/ali-ecs
Version:
阿里云 ECS 模块封装,支持 ESM,CJS 导入,提供 TypeScript 类型定义
48 lines • 2.13 kB
JavaScript
export var Action;
(function (Action) {
/** 获取指定 Ecs 节点信息 */
Action["DescribeInstances"] = "DescribeInstances";
})(Action || (Action = {}));
export var EcsStatusKey;
(function (EcsStatusKey) {
EcsStatusKey["deviceAvailable"] = "deviceAvailable";
EcsStatusKey["expiredTime"] = "expiredTime";
EcsStatusKey["instanceId"] = "instanceId";
EcsStatusKey["instanceName"] = "instanceName";
EcsStatusKey["regionId"] = "regionId";
EcsStatusKey["startTime"] = "startTime";
EcsStatusKey["status"] = "status";
})(EcsStatusKey || (EcsStatusKey = {}));
export var EcsInfoKey;
(function (EcsInfoKey) {
EcsInfoKey["deviceAvailable"] = "deviceAvailable";
EcsInfoKey["expiredTime"] = "expiredTime";
EcsInfoKey["instanceId"] = "instanceId";
EcsInfoKey["instanceName"] = "instanceName";
EcsInfoKey["regionId"] = "regionId";
EcsInfoKey["startTime"] = "startTime";
EcsInfoKey["status"] = "status";
EcsInfoKey["autoReleaseTime"] = "autoReleaseTime";
EcsInfoKey["clusterId"] = "clusterId";
EcsInfoKey["cpu"] = "cpu";
EcsInfoKey["creationTime"] = "creationTime";
EcsInfoKey["description"] = "description";
EcsInfoKey["eipAddress"] = "eipAddress";
EcsInfoKey["hostName"] = "hostName";
EcsInfoKey["innerIpAddress"] = "innerIpAddress";
EcsInfoKey["instanceChargeType"] = "instanceChargeType";
EcsInfoKey["instanceNetworkType"] = "instanceNetworkType";
EcsInfoKey["instanceType"] = "instanceType";
EcsInfoKey["instanceTypeFamily"] = "instanceTypeFamily";
EcsInfoKey["internetChargeType"] = "internetChargeType";
EcsInfoKey["internetMaxBandwidthIn"] = "internetMaxBandwidthIn";
EcsInfoKey["internetMaxBandwidthOut"] = "internetMaxBandwidthOut";
EcsInfoKey["memory"] = "memory";
EcsInfoKey["OSName"] = "OSName";
EcsInfoKey["OSType"] = "OSType";
EcsInfoKey["publicIpAddress"] = "publicIpAddress";
EcsInfoKey["resourceGroupId"] = "resourceGroupId";
EcsInfoKey["serialNumber"] = "serialNumber";
EcsInfoKey["zoneId"] = "zoneId";
})(EcsInfoKey || (EcsInfoKey = {}));
//# sourceMappingURL=types.js.map