You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Expiration holds information about the expiration of a MigratingVm.",
4051
+
"id": "Expiration",
4052
+
"properties": {
4053
+
"expireTime": {
4054
+
"description": "Output only. Timestamp of when this resource is considered expired.",
4055
+
"format": "google-datetime",
4056
+
"readOnly": true,
4057
+
"type": "string"
4058
+
},
4059
+
"extendable": {
4060
+
"description": "Output only. Describes whether the expiration can be extended.",
4061
+
"readOnly": true,
4062
+
"type": "boolean"
4063
+
},
4064
+
"extensionCount": {
4065
+
"description": "Output only. The number of times expiration was extended.",
4066
+
"format": "int32",
4067
+
"readOnly": true,
4068
+
"type": "integer"
4069
+
}
4070
+
},
4071
+
"type": "object"
4072
+
},
4073
+
"ExtendMigrationRequest": {
4074
+
"description": "Request message for 'ExtendMigrationRequest' request.",
4075
+
"id": "ExtendMigrationRequest",
4076
+
"properties": {},
4077
+
"type": "object"
4078
+
},
4021
4079
"FetchInventoryResponse": {
4022
4080
"description": "Response message for fetchInventory.",
4023
4081
"id": "FetchInventoryResponse",
@@ -4884,6 +4942,11 @@
4884
4942
"description": "Output only. Provides details on the state of the Migrating VM in case of an error in replication.",
4885
4943
"readOnly": true
4886
4944
},
4945
+
"expiration": {
4946
+
"$ref": "Expiration",
4947
+
"description": "Output only. Provides details about the expiration state of the migrating VM.",
4948
+
"readOnly": true
4949
+
},
4887
4950
"group": {
4888
4951
"description": "Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.",
4889
4952
"readOnly": true,
@@ -4949,7 +5012,9 @@
4949
5012
"PAUSED",
4950
5013
"FINALIZING",
4951
5014
"FINALIZED",
4952
-
"ERROR"
5015
+
"ERROR",
5016
+
"EXPIRED",
5017
+
"FINALIZED_EXPIRED"
4953
5018
],
4954
5019
"enumDescriptions": [
4955
5020
"The state was not sampled by the health checks yet.",
@@ -4963,7 +5028,9 @@
4963
5028
"The replication was paused by the user and no cycles are scheduled to run.",
4964
5029
"The migrating VM is being finalized and migration resources are being removed.",
4965
5030
"The replication process is done. The migrating VM is finalized and no longer consumes billable resources.",
4966
-
"The replication process encountered an unrecoverable error and was aborted."
5031
+
"The replication process encountered an unrecoverable error and was aborted.",
5032
+
"The migrating VM has passed its expiration date. It might be possible to bring it back to \"Active\" state by updating the TTL field. For more information, see the documentation.",
5033
+
"The migrating VM's has been finalized and migration resources have been removed."
0 commit comments