池删除完成事件Pool delete complete event
当完成池删除操作时,会发出此事件。This event is emitted when a pool delete operation has completed.
以下示例演示了池删除完成事件的正文。The following example shows the body of a pool delete complete event.
{
"id": "myPool1",
"startTime": "2016-09-09T22:13:48.579Z",
"endTime": "2016-09-09T22:14:08.836Z"
}
元素Element | 类型Type | 说明Notes |
---|---|---|
id |
StringString | 池的 ID。The ID of the pool. |
startTime |
DateTimeDateTime | 池删除开始的时间。The time the pool delete started. |
endTime |
DateTimeDateTime | 池删除完成的时间。The time the pool delete completed. |
备注Remarks
有关池调整大小操作的状态和错误代码的详细信息,请参阅从帐户中删除池。For more information about states and error codes for pool resize operation, see Delete a pool from an account.