changedOutput schema / $defs / ManagedInstance / properties / instanceStatus / enum
Previous value: -[
- "DEPROVISIONING",
- "PENDING",
- "PROVISIONING",
- "REPAIRING",
- "RUNNING",
- "STAGING",
- "STOPPED",
- "STOPPING",
- "SUSPENDED",
- "SUSPENDING",
- "TERMINATED"
-]New value: +[
+ "DEPROVISIONING",
+ "PENDING",
+ "PENDING_STOP",
+ "PROVISIONING",
+ "REPAIRING",
+ "RUNNING",
+ "STAGING",
+ "STOPPED",
+ "STOPPING",
+ "SUSPENDED",
+ "SUSPENDING",
+ "TERMINATED"
+]
changedOutput schema / $defs / ManagedInstance / properties / instanceStatus / x-google-enum-descriptions
Previous value: -[
- "The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.",
- "For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).",
- "Resources are being allocated for the instance.",
- "The instance is in repair.",
- "The instance is running.",
- "All required resources have been allocated and the instance is being started.",
- "The instance has stopped successfully.",
- "The instance is currently stopping (either being deleted or killed).",
- "The instance has suspended.",
- "The instance is suspending.",
- "The instance has stopped (either by explicit action or underlying failure)."
-]New value: +[
+ "The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.",
+ "For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).",
+ "The instance is gracefully shutting down.",
+ "Resources are being allocated for the instance.",
+ "The instance is in repair.",
+ "The instance is running.",
+ "All required resources have been allocated and the instance is being started.",
+ "The instance has stopped successfully.",
+ "The instance is currently stopping (either being deleted or killed).",
+ "The instance has suspended.",
+ "The instance is suspending.",
+ "The instance has stopped (either by explicit action or underlying failure)."
+]