AWS SDK - 实例终止时间

发布于 2024-11-08 11:18:54 字数 94 浏览 0 评论 0原文

如何获取实例的终止时间?我正在使用 .net SDK - 我可以通过 RunningInstance 对象中的该名称的属性获取 LaunchTime。但我如何获得终止时间呢?

How do I get an instance's termination time? I'm using the .net SDK - I can get the LaunchTime through the property by that name from a RunningInstance object. But how do I get the termination time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿忘初心 2024-11-15 11:18:54

API 不会以结构化方式公开这一点,但它确实记录了最后一次状态转换的原因,通常有一个日期:例如用户启动(2011-06-16 13:56:08 GMT)

The API does not expose this in a structured fashion, however it does record the reason for the last state transition which usually has a date: for example User initiated (2011-06-16 13:56:08 GMT)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文