Skip to content

Commit

Permalink
feat(vpcaccess): update the api
Browse files Browse the repository at this point in the history
#### vpcaccess:v1beta1

The following keys were added:
- schemas.Connector.properties.createTime (Total Keys: 3)
- schemas.Connector.properties.lastRestartTime (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Dec 12, 2023
1 parent 9d79a68 commit 7e2f29a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/dyn/vpcaccess_v1beta1.projects.locations.connectors.html
Expand Up @@ -114,7 +114,9 @@ <h3>Method Details</h3>
&quot;connectedProjects&quot;: [ # Output only. List of projects using the connector.
&quot;A String&quot;,
],
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the connector.
&quot;ipCidrRange&quot;: &quot;A String&quot;, # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
&quot;lastRestartTime&quot;: &quot;A String&quot;, # Output only. The last restart time of the connector.
&quot;machineType&quot;: &quot;A String&quot;, # Machine type of VM Instance underlying connector. Default is e2-micro
&quot;maxInstances&quot;: 42, # Maximum value of instances in autoscaling group underlying the connector.
&quot;maxThroughput&quot;: 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`.
Expand Down Expand Up @@ -212,7 +214,9 @@ <h3>Method Details</h3>
&quot;connectedProjects&quot;: [ # Output only. List of projects using the connector.
&quot;A String&quot;,
],
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the connector.
&quot;ipCidrRange&quot;: &quot;A String&quot;, # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
&quot;lastRestartTime&quot;: &quot;A String&quot;, # Output only. The last restart time of the connector.
&quot;machineType&quot;: &quot;A String&quot;, # Machine type of VM Instance underlying connector. Default is e2-micro
&quot;maxInstances&quot;: 42, # Maximum value of instances in autoscaling group underlying the connector.
&quot;maxThroughput&quot;: 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`.
Expand Down Expand Up @@ -250,7 +254,9 @@ <h3>Method Details</h3>
&quot;connectedProjects&quot;: [ # Output only. List of projects using the connector.
&quot;A String&quot;,
],
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the connector.
&quot;ipCidrRange&quot;: &quot;A String&quot;, # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
&quot;lastRestartTime&quot;: &quot;A String&quot;, # Output only. The last restart time of the connector.
&quot;machineType&quot;: &quot;A String&quot;, # Machine type of VM Instance underlying connector. Default is e2-micro
&quot;maxInstances&quot;: 42, # Maximum value of instances in autoscaling group underlying the connector.
&quot;maxThroughput&quot;: 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`.
Expand Down Expand Up @@ -296,7 +302,9 @@ <h3>Method Details</h3>
&quot;connectedProjects&quot;: [ # Output only. List of projects using the connector.
&quot;A String&quot;,
],
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the connector.
&quot;ipCidrRange&quot;: &quot;A String&quot;, # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
&quot;lastRestartTime&quot;: &quot;A String&quot;, # Output only. The last restart time of the connector.
&quot;machineType&quot;: &quot;A String&quot;, # Machine type of VM Instance underlying connector. Default is e2-micro
&quot;maxInstances&quot;: 42, # Maximum value of instances in autoscaling group underlying the connector.
&quot;maxThroughput&quot;: 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`.
Expand Down
Expand Up @@ -384,7 +384,7 @@
}
}
},
"revision": "20231110",
"revision": "20231207",
"rootUrl": "https://vpcaccess.googleapis.com/",
"schemas": {
"Connector": {
Expand Down
14 changes: 13 additions & 1 deletion googleapiclient/discovery_cache/documents/vpcaccess.v1beta1.json
Expand Up @@ -384,7 +384,7 @@
}
}
},
"revision": "20231110",
"revision": "20231207",
"rootUrl": "https://vpcaccess.googleapis.com/",
"schemas": {
"Connector": {
Expand All @@ -399,10 +399,22 @@
"readOnly": true,
"type": "array"
},
"createTime": {
"description": "Output only. The creation time of the connector.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"ipCidrRange": {
"description": "The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.",
"type": "string"
},
"lastRestartTime": {
"description": "Output only. The last restart time of the connector.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"machineType": {
"description": "Machine type of VM Instance underlying connector. Default is e2-micro",
"type": "string"
Expand Down

0 comments on commit 7e2f29a

Please sign in to comment.