Skip to content

Commit

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

The following keys were added:
- schemas.AddSubnetworkRequest.properties.role.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 24, 2023
1 parent b1c0b1b commit 946ecb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dyn/servicenetworking_v1.services.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ <h3>Method Details</h3>
&quot;requestedRanges&quot;: [ # Optional. The name of one or more allocated IP address ranges associated with this private service access connection. If no range names are provided all ranges associated with this connection will be considered. If a CIDR range with the specified IP prefix length is not available within these ranges, the call fails.
&quot;A String&quot;,
],
&quot;role&quot;: &quot;A String&quot;, # Optional. Defines the role field of the subnet, e.g. &#x27;ACTIVE&#x27;. For information about the roles that can be set using this field, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.
&quot;secondaryIpRangeSpecs&quot;: [ # Optional. A list of secondary IP ranges to be created within the new subnetwork.
{
&quot;ipPrefixLength&quot;: 42, # Required. The prefix length of the secondary IP range. Use CIDR range notation, such as `30` to provision a secondary IP range with an `x.x.x.x/30` CIDR range. The IP address range is drawn from a pool of available ranges in the service consumer&#x27;s allocated range.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@
}
}
},
"revision": "20230111",
"revision": "20230122",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -1032,6 +1032,10 @@
},
"type": "array"
},
"role": {
"description": "Optional. Defines the role field of the subnet, e.g. 'ACTIVE'. For information about the roles that can be set using this field, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.",
"type": "string"
},
"secondaryIpRangeSpecs": {
"description": "Optional. A list of secondary IP ranges to be created within the new subnetwork.",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20230111",
"revision": "20230122",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down

0 comments on commit 946ecb4

Please sign in to comment.