REST Resource: organizations.locations.firewallEndpoints

資源:FirewallEndpoint

說明 Endpoint 物件的訊息

JSON 表示法
{
  "name": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "state": enum (State),
  "reconciling": boolean,
  "associatedNetworks": [
    string
  ],
  "associations": [
    {
      object (AssociationReference)
    }
  ],
  "billingProjectId": string
}
欄位
name

string

不可變動。資源的 ID 和名稱

description

string

(非必要) 防火牆端點的說明。長度上限為 2048 個半形字元。

createTime

string (Timestamp format)

僅供輸出。建立時間戳記

採用 RFC3339 世界標準時間「Zulu」格式的時間戳記,精確度達奈秒單位,最多九個小數位數。例如:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

updateTime

string (Timestamp format)

僅供輸出。更新時間戳記

採用 RFC3339 世界標準時間「Zulu」格式的時間戳記,精確度達奈秒單位,最多九個小數位數。例如:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

labels

map (key: string, value: string)

(非必要) 標籤為鍵/值組合

包含 "key": value 組合清單的物件。範例:{ "name": "wrench", "mass": "1.3kg", "count": "3" }

state

enum (State)

僅供輸出。端點目前的狀態。

reconciling

boolean

僅供輸出。是否正在進行重新整理,建議參閱 https://google.aip.dev/128

associatedNetworks[]
(deprecated)

string

僅供輸出。列出在本區域中與此端點相關聯的網路。這是指向此端點的 FirewallEndpointAssociations 投影。只有在流量路由完全設定完成後,網路才會顯示在這份清單中。格式:projects/{project}/global/networks/{name}。

associations[]

object (AssociationReference)

僅供輸出。與這個端點相關聯的 FirewallEndpointAssociations 清單。只有在流量轉送完全設定完成後,關聯項目才會顯示在這份清單中。

billingProjectId

string

這是必要旗標,依端點運作時間使用量計費的專案。

狀態

端點狀態。

列舉
STATE_UNSPECIFIED 未設定。
CREATING 正在建立。
ACTIVE 處理設定更新。
DELETING 正在刪除。
INACTIVE 處於關閉或錯誤狀態。

AssociationReference

這是 FirewallEndpointAssociation 訊息的子集,包含消費者要使用的欄位。

JSON 表示法
{
  "name": string,
  "network": string
}
欄位
name

string

僅供輸出。FirewallEndpointAssociation 的資源名稱。格式:projects/{project}/locations/{location}/firewallEndpointAssociations/{id}

network

string

僅供輸出。相關聯的虛擬私有雲網路。格式:projects/{project}/global/networks/{name}。

方法

create

在指定專案和位置中建立新的 FirewallEndpoint。

delete

刪除單一端點。

get

取得單一端點的詳細資料。

list

列出指定專案和位置中的 FirewallEndpoints。

patch

更新單一端點。