Skip to content

Commit 53d5141

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.AddSubnetworkRequest.properties.outsideAllocationPublicIpRange.type (Total Keys: 1) - schemas.SecondaryIpRangeSpec.properties.outsideAllocationPublicIpRange.type (Total Keys: 1)
1 parent 126252e commit 53d5141

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/dyn/servicenetworking_v1.services.html

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ <h3>Method Details</h3>
132132
&quot;consumerNetwork&quot;: &quot;A String&quot;, # Required. The name of the service consumer&#x27;s VPC network. The network must have an existing private connection that was provisioned through the connections.create method. The name must be in the following format: `projects/{project}/global/networks/{network}`, where {project} is a project number, such as `12345`. {network} is the name of a VPC network in the project.
133133
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the subnet.
134134
&quot;ipPrefixLength&quot;: 42, # Required. The prefix length of the subnet&#x27;s IP address range. Use CIDR range notation, such as `30` to provision a subnet 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.
135+
&quot;outsideAllocationPublicIpRange&quot;: &quot;A String&quot;, # Optional. Enable outside allocation using public IP addresses. Any public IP range may be specified. If this field is provided, we will not use customer reserved ranges for this primary IP range.
135136
&quot;privateIpv6GoogleAccess&quot;: &quot;A String&quot;, # Optional. The private IPv6 google access type for the VMs in this subnet. For information about the access types that can be set using this field, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.
136137
&quot;region&quot;: &quot;A String&quot;, # Required. The name of a [region](/compute/docs/regions-zones) for the subnet, such `europe-west1`.
137138
&quot;requestedAddress&quot;: &quot;A String&quot;, # Optional. The starting address of a range. The address must be a valid IPv4 address in the x.x.x.x format. This value combined with the IP prefix range is the CIDR range for the subnet. The range must be within the allocated range that is assigned to the private connection. If the CIDR range isn&#x27;t available, the call fails.
@@ -141,6 +142,7 @@ <h3>Method Details</h3>
141142
&quot;secondaryIpRangeSpecs&quot;: [ # Optional. A list of secondary IP ranges to be created within the new subnetwork.
142143
{
143144
&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.
145+
&quot;outsideAllocationPublicIpRange&quot;: &quot;A String&quot;, # Optional. Enable outside allocation using public IP addresses. Any public IP range may be specified. If this field is provided, we will not use customer reserved ranges for this secondary IP range.
144146
&quot;rangeName&quot;: &quot;A String&quot;, # Required. A name for the secondary IP range. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
145147
&quot;requestedAddress&quot;: &quot;A String&quot;, # Optional. The starting address of a range. The address must be a valid IPv4 address in the x.x.x.x format. This value combined with the IP prefix range is the CIDR range for the secondary IP range. The range must be within the allocated range that is assigned to the private connection. If the CIDR range isn&#x27;t available, the call fails.
146148
},

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@
860860
}
861861
}
862862
},
863-
"revision": "20210918",
863+
"revision": "20210924",
864864
"rootUrl": "https://servicenetworking.googleapis.com/",
865865
"schemas": {
866866
"AddDnsRecordSetMetadata": {
@@ -987,6 +987,10 @@
987987
"format": "int32",
988988
"type": "integer"
989989
},
990+
"outsideAllocationPublicIpRange": {
991+
"description": "Optional. Enable outside allocation using public IP addresses. Any public IP range may be specified. If this field is provided, we will not use customer reserved ranges for this primary IP range.",
992+
"type": "string"
993+
},
990994
"privateIpv6GoogleAccess": {
991995
"description": "Optional. The private IPv6 google access type for the VMs in this subnet. For information about the access types that can be set using this field, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.",
992996
"type": "string"
@@ -2822,6 +2826,10 @@
28222826
"format": "int32",
28232827
"type": "integer"
28242828
},
2829+
"outsideAllocationPublicIpRange": {
2830+
"description": "Optional. Enable outside allocation using public IP addresses. Any public IP range may be specified. If this field is provided, we will not use customer reserved ranges for this secondary IP range.",
2831+
"type": "string"
2832+
},
28252833
"rangeName": {
28262834
"description": "Required. A name for the secondary IP range. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.",
28272835
"type": "string"

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20210918",
310+
"revision": "20210924",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {

0 commit comments

Comments
 (0)