changedOutput schema / $defs / AcceleratorTopology / properties / acceleratorTopology / description
Previous value: -"Output only. Topology in the format of: \"16x16\", \"4x4x4\", etc. The value is the same as configured in the WorkloadPolicy."New value: +"Output only. [Output Only] Topology in the format of: \"16x16\", \"4x4x4\", etc. The value is the same as configured in the WorkloadPolicy."
changedOutput schema / $defs / AcceleratorTopology / properties / state / description
Previous value: -"Output only. The state of the accelerator topology."New value: +"Output only. [Output Only] The state of the accelerator topology."
changedOutput schema / $defs / AcceleratorTopology / properties / stateDetails / description
Previous value: -"Output only. The result of the latest accelerator topology state check."New value: +"Output only. [Output Only] The result of the latest accelerator topology state check."
changedOutput schema / $defs / AcceleratorTopologyStateDetails / properties / error / description
Previous value: -"Output only. Encountered errors."New value: +"Output only. [Output Only] Encountered errors."
changedOutput schema / $defs / AcceleratorTopologyStateDetails / properties / timestamp / description
Previous value: -"Output only. Timestamp is shown only if there is an error. The field has // RFC3339 <https://www.ietf.org/rfc/rfc3339.txt> // text format."New value: +"Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 <https://www.ietf.org/rfc/rfc3339.txt> // text format."
changedOutput schema / $defs / AllInstancesConfig / properties / currentRevision / description
Previous value: -"Output only. Current all-instances configuration revision. This value is in RFC3339 text format."New value: +"Output only. [Output Only] Current all-instances configuration revision. This value is in RFC3339 text format."
changedOutput schema / $defs / AllInstancesConfig / properties / effective / description
Previous value: -"Output only. A bit indicating whether this configuration has been applied to all managed instances in the group."New value: +"Output only. [Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group."
changedOutput schema / $defs / BulkInstanceOperation / properties / inProgress / description
Previous value: -"Output only. Informs whether bulk instance operation is in progress."New value: +"Output only. [Output Only] Informs whether bulk instance operation is in progress."
changedOutput schema / $defs / BulkInstanceOperation / properties / lastProgressCheck / description
Previous value: -"Output only. Information from the last progress check of bulk instance operation."New value: +"Output only. [Output Only] Information from the last progress check of bulk instance operation."
removedOutput schema / $defs / InstanceStatusSummary
Removed value: -{
- "description": "The list of instance statuses and the number of instances in this managed instance group that have the status. For more information about how to interpret each status check the instance lifecycle documentation </compute/docs/instances/instance-lifecycle>. Currently only shown for TPU MIGs.",
- "properties": {
- "deprovisioning": {
- "description": "Output only. The number of instances in the managed instance group that have DEPROVISIONING status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "nonExistent": {
- "description": "Output only. The number of instances that have not been created yet or have been deleted. Includes only instances that would be shown in the listManagedInstances method and not all instances that have been deleted in the lifetime of the MIG. Does not include FlexStart instances that are waiting for the resources availability, they are considered as 'pending'.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "pending": {
- "description": "Output only. The number of instances in the managed instance group that have PENDING status, that is FlexStart instances that are waiting for resources. Instances that do not exist because of the other reasons are counted as 'non_existent'.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "pendingStop": {
- "description": "Output only. The number of instances in the managed instance group that have PENDING_STOP status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "provisioning": {
- "description": "Output only. The number of instances in the managed instance group that have PROVISIONING status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "repairing": {
- "description": "Output only. The number of instances in the managed instance group that have REPAIRING status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "running": {
- "description": "Output only. The number of instances in the managed instance group that have RUNNING status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "staging": {
- "description": "Output only. The number of instances in the managed instance group that have STAGING status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "stopped": {
- "description": "Output only. The number of instances in the managed instance group that have STOPPED status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "stopping": {
- "description": "Output only. The number of instances in the managed instance group that have STOPPING status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "suspended": {
- "description": "Output only. The number of instances in the managed instance group that have SUSPENDED status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "suspending": {
- "description": "Output only. The number of instances in the managed instance group that have SUSPENDING status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- },
- "terminated": {
- "description": "Output only. The number of instances in the managed instance group that have TERMINATED status.",
- "format": "int32",
- "readOnly": true,
- "type": "integer"
- }
- },
- "type": "object"
-}
changedOutput schema / $defs / LastProgressCheck / properties / error / description
Previous value: -"Output only. Errors encountered during bulk instance operation."New value: +"Output only. [Output Only] Errors encountered during bulk instance operation."
changedOutput schema / $defs / LastProgressCheck / properties / timestamp / description
Previous value: -"Output only. Timestamp of the last progress check of bulk instance operation. Timestamp is in RFC3339 <https://www.ietf.org/rfc/rfc3339.txt> text format."New value: +"Output only. [Output Only] Timestamp of the last progress check of bulk instance operation. Timestamp is in RFC3339 <https://www.ietf.org/rfc/rfc3339.txt> text format."
changedOutput schema / $defs / Stateful / properties / hasStatefulConfig / description
Previous value: -"Output only. A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions."New value: +"Output only. [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions."
changedOutput schema / $defs / Stateful / properties / perInstanceConfigs / description
Previous value: -"Output only. Status of per-instance configurations on the instances."New value: +"Output only. [Output Only] Status of per-instance configurations on the instances."
changedOutput schema / $defs / Status / properties / allInstancesConfig / description
Previous value: -"Output only. Status of all-instances configuration on the group."New value: +"Output only. [Output only] Status of all-instances configuration on the group."
changedOutput schema / $defs / Status / properties / appliedAcceleratorTopologies / description
Previous value: -"Output only. The accelerator topology applied to this MIG. Currently only one accelerator topology is supported."New value: +"Output only. [Output Only] The accelerator topology applied to this MIG. Currently only one accelerator topology is supported."
changedOutput schema / $defs / Status / properties / autoscaler / description
Previous value: -"Output only. The URL of the Autoscaler </compute/docs/autoscaler/> that targets this instance group manager."New value: +"Output only. [Output Only] The URL of the Autoscaler </compute/docs/autoscaler/> that targets this instance group manager."
changedOutput schema / $defs / Status / properties / bulkInstanceOperation / description
Previous value: -"Output only. The status of bulk instance operation."New value: +"Output only. [Output Only] The status of bulk instance operation."
removedOutput schema / $defs / Status / properties / currentInstanceStatuses
Removed value: -{
- "$ref": "#/$defs/InstanceStatusSummary",
- "description": "Output only. The list of instance statuses and the number of instances in this managed instance group that have the status. Currently only shown for TPU MIGs",
- "readOnly": true
-}
changedOutput schema / $defs / Status / properties / isStable / description
Previous value: -"Output only. A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified."New value: +"Output only. [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified."
changedOutput schema / $defs / Status / properties / stateful / description
Previous value: -"Output only. Stateful status of the given Instance Group Manager."New value: +"Output only. [Output Only] Stateful status of the given Instance Group Manager."
changedOutput schema / $defs / Status / properties / versionTarget / description
Previous value: -"Output only. A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager."New value: +"Output only. [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager."
changedOutput schema / $defs / VersionTarget / properties / isReached / description
Previous value: -"Output only. A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager."New value: +"Output only. [Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager."