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/vpcaccess_v1beta1.projects.locations.connectors.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,9 @@ <h3>Method Details</h3>
114
114
"connectedProjects": [ # Output only. List of projects using the connector.
115
115
"A String",
116
116
],
117
+
"createTime": "A String", # Output only. The creation time of the connector.
117
118
"ipCidrRange": "A String", # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
119
+
"lastRestartTime": "A String", # Output only. The last restart time of the connector.
118
120
"machineType": "A String", # Machine type of VM Instance underlying connector. Default is e2-micro
119
121
"maxInstances": 42, # Maximum value of instances in autoscaling group underlying the connector.
120
122
"maxThroughput": 42, # Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.
@@ -212,7 +214,9 @@ <h3>Method Details</h3>
212
214
"connectedProjects": [ # Output only. List of projects using the connector.
213
215
"A String",
214
216
],
217
+
"createTime": "A String", # Output only. The creation time of the connector.
215
218
"ipCidrRange": "A String", # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
219
+
"lastRestartTime": "A String", # Output only. The last restart time of the connector.
216
220
"machineType": "A String", # Machine type of VM Instance underlying connector. Default is e2-micro
217
221
"maxInstances": 42, # Maximum value of instances in autoscaling group underlying the connector.
218
222
"maxThroughput": 42, # Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.
@@ -250,7 +254,9 @@ <h3>Method Details</h3>
250
254
"connectedProjects": [ # Output only. List of projects using the connector.
251
255
"A String",
252
256
],
257
+
"createTime": "A String", # Output only. The creation time of the connector.
253
258
"ipCidrRange": "A String", # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
259
+
"lastRestartTime": "A String", # Output only. The last restart time of the connector.
254
260
"machineType": "A String", # Machine type of VM Instance underlying connector. Default is e2-micro
255
261
"maxInstances": 42, # Maximum value of instances in autoscaling group underlying the connector.
256
262
"maxThroughput": 42, # Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.
@@ -296,7 +302,9 @@ <h3>Method Details</h3>
296
302
"connectedProjects": [ # Output only. List of projects using the connector.
297
303
"A String",
298
304
],
305
+
"createTime": "A String", # Output only. The creation time of the connector.
299
306
"ipCidrRange": "A String", # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
307
+
"lastRestartTime": "A String", # Output only. The last restart time of the connector.
300
308
"machineType": "A String", # Machine type of VM Instance underlying connector. Default is e2-micro
301
309
"maxInstances": 42, # Maximum value of instances in autoscaling group underlying the connector.
302
310
"maxThroughput": 42, # Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.
0 commit comments