本文說明如何查看預訂項目或未來的預訂要求。如要進一步瞭解不同類型的預留項目,請參閱「選擇預留項目類型」。
查看預留項目或未來預留項目要求時,您可以執行下列操作:
查看預訂設定。這項檢視作業可協助您驗證預留項目詳細資料、確保預留項目符合需求,以及規劃容量。
判斷可使用的執行個體數量。這項檢查可協助您判斷有多少 Compute Engine 執行個體可消耗預留容量。
限制
您只能在建立共用預留項目或共用未來預留項目要求的專案中查看。
事前準備
-
如果尚未設定驗證,請先完成設定。
「驗證」是指驗證身分的程序,確認您有權存取 Google Cloud 服務和 API。如要從本機開發環境執行程式碼或範例,請選取下列其中一個選項,向 Compute Engine 進行驗證:
Select the tab for how you plan to use the samples on this page:
Console
When you use the Google Cloud console to access Google Cloud services and APIs, you don't need to set up authentication.
gcloud
-
After installing the Google Cloud CLI, initialize it by running the following command:
gcloud init
If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.
- Set a default region and zone.
-
Install the Google Cloud CLI.
-
If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
If an authentication error is returned, and you are using an external identity provider (IdP), confirm that you have signed in to the gcloud CLI with your federated identity.
-
Install the Google Cloud CLI.
-
If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
If an authentication error is returned, and you are using an external identity provider (IdP), confirm that you have signed in to the gcloud CLI with your federated identity.
-
Install the Google Cloud CLI.
-
If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
If an authentication error is returned, and you are using an external identity provider (IdP), confirm that you have signed in to the gcloud CLI with your federated identity.
-
Install the Google Cloud CLI.
-
If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
If an authentication error is returned, and you are using an external identity provider (IdP), confirm that you have signed in to the gcloud CLI with your federated identity.
-
如要查看預訂清單:
compute.reservations.list
專案 -
如要查看未來預留項目要求清單:
compute.futureReservations.list
專案的 -
如要查看預訂詳細資料:
compute.reservations.get
專案 -
如要查看未來預留項目要求的詳細資料,請在專案上按一下
compute.futureReservations.get
。 如要查看專案中所有預訂項目的總覽,請查看預訂項目清單。
如要查看單一預訂的完整詳細資料,請查看預訂詳細資料。
在 Google Cloud 控制台,前往「Reservations」(預留項目) 頁面。
在「On-demand reservations」(隨需預留項目) 分頁 (預設),表格會列出每個預留項目,且每個表格欄位都會說明一項屬性。
選用步驟:在「On-demand reservations」(隨需預留項目) 表格中,執行下列一或多項操作:
如要顯示預訂項目的保證數量,請按一下「資料欄顯示選項...」 ,選取「保證數量」核取方塊,然後按一下「確定」。
如要縮小預訂清單範圍,請在「篩選」
欄位中,選取要用來篩選預訂的屬性。
如要查看預訂詳細資料,請在「名稱」欄中,按一下預訂名稱。系統會開啟頁面,顯示預訂詳細資料。
如要查看預訂清單,請使用
gcloud compute reservations list
指令:gcloud compute reservations list
輸出結果會與下列範例相似:
NAME: r-01 IN_USE_COUNT: 0 COUNT: 5 ZONE: us-central1-a SHARE_TYPE: LOCAL NAME: r-02 IN_USE_COUNT: 3 COUNT: 10 ZONE: us-central1-f SHARE_TYPE: LOCAL
如要使用篩選運算式縮小預訂清單範圍,請加入
--filter
旗標:gcloud compute reservations list \ --filter="FILTER_EXPRESSION"
將
FILTER_EXPRESSION
改為篩選運算式。如要查看預訂詳細資料,請使用
gcloud compute reservations describe
指令:gcloud compute reservations describe RESERVATION_NAME \ --zone=ZONE
更改下列內容:
RESERVATION_NAME
:現有預訂的名稱。ZONE
:預留項目所在的可用區。
輸出結果會與下列範例相似:
creationTimestamp: '2024-10-11T03:25:23.192-07:00' id: '4488228526648280060' kind: compute#reservation name: r-01 selfLink: https://www.googleapis.com/compute/v1/projects/my-project/zones/us-central1-a/reservations/r-01 shareSettings: shareType: LOCAL specificReservation: assuredCount: '50' count: '50' inUseCount: '25' instanceProperties: machineType: n2-standard-2 specificReservationRequired: false status: READY zone: https://www.googleapis.com/compute/v1/projects/my-project/zones/us-central1-a
如要查看預訂清單,請使用下列程式碼範例:
如要查看預留項目的詳細資料,請使用下列程式碼範例:
如要查看預訂清單,請使用下列程式碼範例:
如要查看預留項目的詳細資料,請使用下列程式碼範例:
如要查看預訂清單,請使用下列程式碼範例:
如要查看預留項目的詳細資料,請使用下列程式碼範例:
如要查看預訂清單,請使用下列程式碼範例:
如要查看預留項目的詳細資料,請使用下列程式碼範例:
如要查看預訂清單,請對
reservations.list
方法發出GET
要求:GET https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/reservations
更改下列內容:
PROJECT_ID
:您建立預訂的專案 ID。ZONE
:預訂項目所在的可用區。
輸出結果會與下列範例相似:
{ "kind": "compute#reservation", "id": "4100668622331754141", "creationTimestamp": "2019-09-27T08:21:14.707-07:00", "selfLink": "https://www.googleapis.com/compute/v1/projects/my-project/zones/us-central1-a/reservations/reservation-05", "zone": "https://www.googleapis.com/compute/v1/projects/my-project/zones/us-central1-a", "name": "reservation-05", "specificReservation": { "instanceProperties": { "machineType": "n1-standard-2" }, "count": "100", "inUseCount": "0", "assuredCount": "100" }, "specificReservationRequired": false, "status": "READY", "shareSettings": { "shareType": "LOCAL" } }, { "kind": "compute#reservation", "id": "2533514314332214789", "creationTimestamp": "2019-09-27T08:21:14.707-07:00", "selfLink": "https://www.googleapis.com/compute/v1/projects/my-project/zones/us-central1-a/reservations/reservation-04", "zone": "https://www.googleapis.com/compute/v1/projects/my-project/zones/us-central1-a", "name": "reservation-04", "specificReservation": { "instanceProperties": { "machineType": "n1-standard-2", "guestAccelerators": [ { "acceleratorType": "nvidia-tesla-t4", "acceleratorCount": 1 } ], "localSsds": [ { "diskSizeGb": "375", "interface": "SCSI" } ] }, "count": "50", "inUseCount": "25", "assuredCount": "50" }, "specificReservationRequired": false, "status": "READY", "shareSettings": { "shareType": "LOCAL" } }
如要使用篩選運算式縮小預訂清單範圍,請加入
filter
查詢參數:GET https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/reservations?filter=FILTER_EXPRESSION
將
FILTER_EXPRESSION
替換為使用網址編碼值的篩選運算式。如要查看預訂詳細資料,請對
reservations.get
方法發出GET
要求。GET https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/reservations/RESERVATION_NAME
更改下列內容:
PROJECT_ID
:您建立預留資源的專案 ID。ZONE
:預留項目所在的可用區。RESERVATION_NAME
:現有預訂的名稱。
輸出結果會與下列範例相似:
{ "kind": "compute#reservation", "id": "4488228526648280060", "creationTimestamp": "2024-10-11T03:25:23.192-07:00", "selfLink": "https://www.googleapis.com/compute/v1/projects/davide-experimental/zones/us-central1-a/reservations/r-01", "zone": "https://www.googleapis.com/compute/v1/projects/davide-experimental/zones/us-central1-a", "name": "r-01", "specificReservation": { "instanceProperties": { "machineType": "n2-standard-2" }, "count": "50", "inUseCount": "25", "assuredCount": "50" }, "specificReservationRequired": false, "status": "READY", "shareSettings": { "shareType": "LOCAL" } }
如要查看專案中所有未來預留要求總覽,請查看要求清單。
如要查看單一未來預留項目要求的完整詳細資料,請查看要求詳細資料。
在 Google Cloud 控制台,前往「Reservations」(預留項目) 頁面。
點按「Future reservations」(未來預留項目) 分頁標籤。
表格會列出每項未來的預訂要求,而每個表格欄位則說明一項屬性。
選用:如要縮小要求清單範圍,請在「篩選」
欄位中,選取要用來篩選要求的屬性。如要查看要求的詳細資料,請按一下「名稱」欄中的要求名稱。系統會開啟頁面,顯示未來預留要求詳細資料。
如要查看未來預留項目要求清單,請使用
gcloud beta compute future-reservations list
指令:gcloud beta compute future-reservations list
輸出結果會與下列範例相似:
NAME: fr-04 TOTAL_COUNT: 100 START_TIME: 2025-07-20T07:00:00Z END_TIME: 2025-08-05T07:00:00Z PROCUREMENT_STATUS: FULFILLED ZONE: us-east1-a NAME: fr-05 TOTAL_COUNT: 10 START_TIME: 2025-07-20T07:00:00Z END_TIME: 2025-12-01T00:00:00Z PROCUREMENT_STATUS: PENDING_APPROVAL ZONE: us-west1-c
如要使用篩選運算式縮小未來預留項目要求清單的範圍,請加入
--filter
標記:gcloud beta compute future-reservations list \ --filter="FILTER_EXPRESSION"
將
FILTER_EXPRESSION
改為篩選運算式。如要查看未來預留項目要求的詳細資料,請使用
gcloud beta compute future-reservations describe
指令:gcloud beta compute future-reservations describe FUTURE_RESERVATION_NAME \ --zone=ZONE
更改下列內容:
FUTURE_RESERVATION_NAME
:現有預約要求的名稱。ZONE
:未來預訂要求所在的可用區。
輸出結果會與下列範例相似:
autoCreatedReservationsDeleteTime: '2025-05-02T01:00:00Z' creationTimestamp: '2025-03-23T10:08:31.613-07:00' id: '5212276518668495076' kind: compute#futureReservation name: fr-01 planningStatus: SUBMITTED selfLink: https://www.googleapis.com/compute/beta/projects/example-project/zones/us-central1-a/futureReservations/fr-01 selfLinkWithId: https://www.googleapis.com/compute/beta/projects/example-project/zones/us-central1-a/futureReservations/5212276518668495076 shareSettings: shareType: LOCAL specificSkuProperties: instanceProperties: machineType: n1-standard-64 totalCount: '800' status: existingMatchingUsageInfo: count: '3' timestamp: '2025-03-30T01:00:00Z' lockTime: '2025-03-30T17:09:59.297799Z' procurementStatus: APPROVED timeWindow: endTime: '2025-05-02T01:00:00Z' startTime: '2025-04-30T17:30:00Z' zone: https://www.googleapis.com/compute/beta/projects/example-project/zones/us-central1-a
如要查看未來預留要求清單,請向 beta
futureReservations.list
方法發出GET
要求:GET https://compute.googleapis.com/compute/beta/projects/PROJECT_ID/zones/ZONE/futureReservations
更改下列內容:
PROJECT_ID
:您建立未來預訂要求的專案 ID。ZONE
:未來預訂要求所在的可用區。
輸出結果會與下列範例相似:
{ "id": "projects/my-project/zones/us-east1-a/futureReservations", "items": [ { "id": "743865190848184978", "creationTimestamp": "2025-03-23T18:16:45.274-07:00", "selfLink": "https://www.googleapis.com/compute/beta/projects/my-project/zones/us-east1-a/futureReservations/fr-base", "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/my-project/zones/us-east1-a/futureReservations/743865190848184978", "zone": "https://www.googleapis.com/compute/beta/projects/my-project/zones/us-east1-a", "name": "fr-base", "specificSkuProperties": { "instanceProperties": { "machineType": "n1-standard-1" }, "totalCount": "100" }, "planningStatus": "SUBMITTED", "timeWindow": { "endTime": "2025-05-02T01:00:00Z", "startTime": "2025-04-30T17:30:00Z" }, "status": { "procurementStatus": "FULFILLED", "lockTime": "2025-03-30T07:00:00Z", "existingMatchingUsageInfo": { "count": "3", "timestamp": "2025-03-30T01:00:00Z" } }, "kind": "compute#futureReservation" }, ... ], "selfLink": "https://www.googleapis.com/compute/beta/projects/my-project/zones/us-east1-a/futureReservations", "etag": "AnzKY34l-cvvV-JnniESJ0dtQvQ=/hvc4jaHpxFAZmOt1FVtKNgzZu-M=", "kind": "compute#futureReservationsListResponse" }
如要使用篩選運算式篩選未來預留項目要求清單,請加入
filter
查詢參數:GET https://compute.googleapis.com/compute/beta/projects/PROJECT_ID/aggregated/futureReservations?filter=FILTER_EXPRESSION
將
FILTER_EXPRESSION
替換為使用網址編碼值的篩選運算式。如要查看未來預訂要求的詳細資料,請對 beta
futureReservations.get
方法發出GET
要求:GET https://compute.googleapis.com/compute/beta/projects/PROJECT_ID/zones/ZONE/futureReservations/FUTURE_RESERVATION_NAME
更改下列內容:
PROJECT_ID
:您建立未來預留要求時所在的專案 ID。ZONE
:未來預訂要求所在的可用區。FUTURE_RESERVATION_NAME
:現有預約要求的名稱。
輸出結果會與下列內容相似:
{ "autoCreatedReservationsDeleteTime": "2025-05-02T01:00:00Z", "creationTimestamp": "2025-03-23T10:08:31.613-07:00", "id": "5212276518668495076", "kind": "compute#futureReservation", "name": "fr-01", "planningStatus": "SUBMITTED", "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/zones/us-central1-a/futureReservations/fr-01", "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/zones/us-central1-a/futureReservations/5212276518668495076", "shareSettings": { "shareType": "LOCAL" }, "specificSkuProperties": { "instanceProperties": { "machineType": "n1-standard-64" }, "totalCount": "800" }, "status": { "lockTime": "2025-03-30T17:09:59.297799Z", "procurementStatus": "APPROVED", "existingMatchingUsageInfo": { "count": "3", "timestamp": "2025-03-30T01:00:00Z" } }, "timeWindow": { "endTime": "2025-05-02T01:00:00Z", "startTime": "2025-04-30T17:30:00Z" }, "zone": "https://www.googleapis.com/compute/beta/projects/example-project/zones/us-central1-a" }
如要查看可使用保留項目的執行個體數量上限,請參閱「保留項目中的可用執行個體」。
如要查看 Compute Engine 在要求開始時間為未來預留要求預留的執行個體數量,請參閱「未來預留要求中的可用執行個體」。
如要查看 Compute Engine 在日曆模式下,於要求開始時間預留的執行個體數量,以供日後預留要求使用,請參閱「日曆模式下,日後預留要求中可使用的執行個體」。
保證數量 (
assuredCount
):在預訂區域內實際預訂的執行個體數量。這個數字包括為專案預留的執行個體,以及與任何專案共用預留項目的執行個體。總數 (
count
):預訂中指定的預留執行個體數量。這個數字應與保證數量相符。使用中的機器 (
inUseCount
):專案中或共用預訂項目所屬專案中,正在消耗預訂項目的執行個體數量。查看專案中,以及要求共用的任何專案中,有多少執行中的執行個體和未使用的預訂項目符合要求屬性。
從要求中的總數減去相符的執行中執行個體和未使用的預留項目數量。
在 Google Cloud 控制台,前往「Reservations」(預留項目) 頁面。
點按「Future reservations」(未來預留項目) 分頁標籤。
表格會列出每項未來的預訂要求,而每個表格欄位則說明一項屬性。
如要判斷 Compute Engine 預計在要求開始時保留的執行個體數量,請從「總計數量」欄減去「相符數量」欄。
「相符數量」欄會顯示下列其中一個警告:
相符數量為零:專案中沒有相符的執行中執行個體或未使用的預留項目,或要求共用的任何專案中都沒有。
相符數量等於總數:Compute Engine 不會在開始時間為您的要求預留任何執行個體。
如果您修改要求,或是建立符合要求的新執行個體或預訂,Compute Engine 會在 30 分鐘內更新「相符數量」欄。
選用:如要查看要求中「相符數量」欄的上次更新時間,請按照下列步驟操作:
在「Name」(名稱) 欄中,按一下要求的名稱。系統會開啟頁面,顯示未來預留要求詳細資料。
在「資源詳細資料」部分,查看「上次評估相符用量的時間」欄位。
如要查看未來預留項目要求的詳細資料,請使用
gcloud beta compute future-reservations describe
指令:gcloud beta compute future-reservations describe FUTURE_RESERVATION_NAME \ --zone=ZONE
更改下列內容:
FUTURE_RESERVATION_NAME
:現有預約要求的名稱。ZONE
:未來預訂要求所在的可用區。
在輸出內容中,找出
count
和totalCount
欄位:... specificSkuProperties: ... totalCount: '100' status: existingMatchingUsageInfo: count: '50' timestamp: '2025-03-30T01:00:00Z' ... procurementStatus: DRAFTING ...
從
totalCount
減去count
的值。舉例來說,如果count
為 50,而totalCount
為 100,則 Compute Engine 會在要求啟動時間自動為 50 個執行個體建立預留項目。如果您修改要求,或是建立符合要求的新執行個體或預訂,Compute Engine 會在 30 分鐘內更新
existingMatchingUsageInfo
欄位。如要確認這個欄位上次更新的時間,請檢查existingMatchingUsageInfo.timestamp
的值。如要查看未來預留項目要求清單,請對 beta
futureReservations.list
方法發出GET
要求。在要求網址中加入filter
查詢參數,並指定只顯示name
、specificSkuProperties
和status
欄位:GET https://compute.googleapis.com/compute/beta/projects/PROJECT_ID/zones/ZONE/futureReservations?fields=items.name,items.specificSkuProperties,items.status
更改下列內容:
PROJECT_ID
:您建立未來預訂要求的專案 ID。ZONE
:未來預訂要求所在的可用區。
在輸出內容中,找出每個草稿、待核准或已核准要求的
count
和totalCount
欄位:{ "items": [ { "specificSkuProperties": { ... totalCount: "100" }, "name": "fr-01", "status": { "procurementStatus": "APPROVED", ... existingMatchingUsageInfo: { count: "50", "timestamp": "2025-01-22T07:54:26.295Z" } } }, { "specificSkuProperties": { ... totalCount: "20" }, "name": "fr-02", "status": { "procurementStatus": "DRAFTING", ... existingMatchingUsageInfo: { "count": "2", "timestamp": "2025-01-22T07:54:26.295Z" } } } ] }
針對每項要求,從
totalCount
中減去count
的值。舉例來說,如果count
為 50,而totalCount
為 100,則 Compute Engine 會在要求啟動時間自動建立 50 個執行個體的預留項目。如果您修改要求,或是建立符合要求的新執行個體或預訂,Compute Engine 會在 30 分鐘內更新
existingMatchingUsageInfo
欄位。如要確認這個欄位上次更新的時間,請檢查existingMatchingUsageInfo.timestamp
的值。瞭解如何將預留項目加入承諾使用合約。
瞭解如何使用預訂。
瞭解如何修改預訂。
瞭解如何刪除預訂。
Go
如要在本機開發環境中使用本頁的 Go 範例,請安裝並初始化 gcloud CLI,然後使用使用者憑證設定應用程式預設憑證。
詳情請參閱 Set up authentication for a local development environment。
Java
如要在本機開發環境中使用本頁的 Java 範例,請安裝並初始化 gcloud CLI,然後使用使用者憑證設定應用程式預設憑證。
詳情請參閱 Set up authentication for a local development environment。
Node.js
如要在本機開發環境中使用本頁的 Node.js 範例,請安裝並初始化 gcloud CLI,然後使用使用者憑證設定應用程式預設憑證。
詳情請參閱 Set up authentication for a local development environment。
Python
如要在本機開發環境中使用本頁的 Python 範例,請安裝並初始化 gcloud CLI,然後使用使用者憑證設定應用程式預設憑證。
詳情請參閱 Set up authentication for a local development environment。
REST
如要在本機開發環境中使用本頁的 REST API 範例,請使用您提供給 gcloud CLI 的憑證。
After installing the Google Cloud CLI, initialize it by running the following command:
gcloud init
If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.
詳情請參閱 Google Cloud 驗證說明文件中的「Authenticate for using REST」。
必要的角色
如要取得查看預留項目或未來預留項目要求所需的權限,請要求管理員授予您專案的 Compute Admin (
roles/compute.admin
) IAM 角色。如要進一步瞭解如何授予角色,請參閱「管理專案、資料夾和機構的存取權」。這個預先定義的角色具備查看預留項目或未來預留項目要求所需的權限。如要查看確切的必要權限,請展開「必要權限」部分:
所需權限
如要查看預留項目或未來預留項目要求,必須具備下列權限:
查看預訂設定
下列各節說明如何查看預訂或未來預訂要求的設定。
查看預留項目
如要查看一或多項預訂的設定,請使用本節所述的下列其中一種方法:
如要在預訂中查看
deleteAtTime
和reservationSharingPolicy
欄位 (預覽版),請使用 Google Cloud CLI 查看預訂詳細資料,或使用 REST API 查看預訂。如果不需要這些欄位,請選取下列任一選項,查看預訂記錄:主控台
gcloud
Go
Java
Node.js
Python
REST
查看未來預留要求
如要查看一或多個預訂要求的設定,請使用本節所述的下列其中一種方法:
如要查看未來的預留項目要求,請選取下列其中一個選項:
主控台
gcloud
REST
判斷可使用的執行個體數量
如要判斷可使用預留容量的運算執行個體數量,請執行下列其中一項操作:
預留項目中可使用的執行個體
查看預訂詳細資料時,您可以查看下列欄位,瞭解有多少運算執行個體正在使用預訂,以及有多少執行個體可以使用預訂:
舉例來說,如果保證數量 (
assuredCount
) 和總數量 (count
) 都是 50,而使用預留項目的執行個體數量 (inUseCount
) 為 25,則在預留項目完全用完之前,還有 25 個執行個體可以使用。未來預留項目要求中的可用執行個體
您可以決定 Compute Engine 在未來預留項目要求開始時間建立預留項目的運算執行個體數量。如果是草稿、待核准或已核准的要求,您可以按照下列方式判斷這組號碼:
您可以一次判斷單一或多個要求可耗用的執行個體數量。如要發出多個要求,請使用 Google Cloud 控制台或 REST API。如要提出單一要求,請選取下列任一選項:
主控台
gcloud
REST
日曆模式中未來預留要求的可使用執行個體
查看未來預留要求詳細資料時,您可以瞭解 Compute Engine 預計在要求開始時間佈建的運算執行個體數量。無論專案或任何與要求共用的專案中,有多少個相符的執行個體,Compute Engine 都會建立要求中指定的執行個體數量。
後續步驟
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-09 (世界標準時間)。
-