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
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.environments.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -483,6 +483,7 @@ <h3>Method Details</h3>
483
483
"sequenceNumber": "A String", # DEPRECATED: Use revision_id.
484
484
"targets": [ # List of target servers in the environment. Disabled target servers are not displayed.
485
485
{
486
+
"enabled": True or False, # Whether the target server is enabled. An empty/omitted value for this field should be interpreted as true.
486
487
"host": "A String", # Host name of the target server.
487
488
"name": "A String", # Target server revision name in the following format: `organizations/{org}/environments/{env}/targetservers/{targetserver}/revisions/{rev}`
488
489
"port": 42, # Port number for the target server.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.instances.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ <h3>Method Details</h3>
139
139
"name": "A String", # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
140
140
"peeringCidrRange": "A String", # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
141
141
"port": "A String", # Output only. Port number of the exposed Apigee endpoint.
142
+
"runtimeVersion": "A String", # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
142
143
"state": "A String", # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
143
144
}
144
145
@@ -231,6 +232,7 @@ <h3>Method Details</h3>
231
232
"name": "A String", # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
232
233
"peeringCidrRange": "A String", # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
233
234
"port": "A String", # Output only. Port number of the exposed Apigee endpoint.
235
+
"runtimeVersion": "A String", # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
234
236
"state": "A String", # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
235
237
}</pre>
236
238
</div>
@@ -264,6 +266,7 @@ <h3>Method Details</h3>
264
266
"name": "A String", # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
265
267
"peeringCidrRange": "A String", # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
266
268
"port": "A String", # Output only. Port number of the exposed Apigee endpoint.
269
+
"runtimeVersion": "A String", # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
267
270
"state": "A String", # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
268
271
},
269
272
],
@@ -305,6 +308,7 @@ <h3>Method Details</h3>
305
308
"name": "A String", # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
306
309
"peeringCidrRange": "A String", # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
307
310
"port": "A String", # Output only. Port number of the exposed Apigee endpoint.
311
+
"runtimeVersion": "A String", # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
308
312
"state": "A String", # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/apigee.v1.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7302,7 +7302,7 @@
7302
7302
}
7303
7303
}
7304
7304
},
7305
-
"revision": "20210819",
7305
+
"revision": "20210826",
7306
7306
"rootUrl": "https://apigee.googleapis.com/",
7307
7307
"schemas": {
7308
7308
"EdgeConfigstoreBundleBadBundle": {
@@ -9869,6 +9869,11 @@
9869
9869
"readOnly": true,
9870
9870
"type": "string"
9871
9871
},
9872
+
"runtimeVersion": {
9873
+
"description": "Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.",
9874
+
"readOnly": true,
9875
+
"type": "string"
9876
+
},
9872
9877
"state": {
9873
9878
"description": "Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.",
9874
9879
"enum": [
@@ -12116,6 +12121,10 @@
12116
12121
"GoogleCloudApigeeV1TargetServerConfig": {
12117
12122
"id": "GoogleCloudApigeeV1TargetServerConfig",
12118
12123
"properties": {
12124
+
"enabled": {
12125
+
"description": "Whether the target server is enabled. An empty/omitted value for this field should be interpreted as true.",
0 commit comments