GatewayProperties
描述閘道資源的屬性。
屬性
名稱 | 類型 | 必要 |
---|---|---|
description |
string | No |
sourceNetwork |
NetworkRef | Yes |
destinationNetwork |
NetworkRef | Yes |
tcp |
TcpConfig的陣列 | No |
http |
HttpConfig的陣列 | No |
status |
字串 (列舉) | 否 |
statusDetails |
字串 | 否 |
ipAddress |
字串 | No |
description
類型:字串
必要:否
使用者可讀取的閘道描述。
sourceNetwork
類型: NetworkRef
必要:是
閘道應該接聽要求的網路。
destinationNetwork
類型: NetworkRef
必要:是
應用程式正在使用的網路。
tcp
類型:TcpConfig的陣列
必要:否
此閘道 TCP 連線的組態。
http
類型:HttpConfig的陣列
必要:否
此閘道的 HTTP 連線設定。
status
類型:字串 (列舉)
必要:否
資源的狀態。
可能的值包括:
-
Unknown
- 表示資源狀態未知。 值為零。 -
Ready
- 指出資源已就緒。 值為 1。 -
Upgrading
- 表示資源正在升級。 值為 2。 -
Creating
- 指出正在建立資源。 此值為 3。 -
Deleting
- 指出正在刪除資源。 值為 4。 -
Failed
- 表示資源因為持續失敗而無法運作。 如需詳細資訊,請參閱 statusDetails 屬性。 值為 5。
statusDetails
類型:字串
必要:否
提供閘道目前狀態的其他資訊。
ipAddress
類型:字串
必要:否
閘道的 IP 位址。 這會在回應中填入,並忽略傳入要求。