docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/compute_alpha.routers.html b/docs/dyn/compute_alpha.routers.html
index bbc78ec..0c23aec 100644
--- a/docs/dyn/compute_alpha.routers.html
+++ b/docs/dyn/compute_alpha.routers.html
@@ -81,6 +81,9 @@
<code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#delete">delete(project, region, router, requestId=None)</a></code></p>
<p class="firstline">Deletes the specified Router resource.</p>
<p class="toc_element">
@@ -275,7 +278,7 @@
# "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')"
#
# "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'"
- "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 65000. The priority must be unique among rules within a NAT.
+ "ruleNumber": 42, # An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
},
],
"sourceSubnetworkIpRangesToNat": "A String", # Specify the Nat option, which can take one of the following values:
@@ -353,6 +356,11 @@
</div>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="delete">delete(project, region, router, requestId=None)</code>
<pre>Deletes the specified Router resource.
@@ -569,7 +577,7 @@
# "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')"
#
# "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'"
- "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 65000. The priority must be unique among rules within a NAT.
+ "ruleNumber": 42, # An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
},
],
"sourceSubnetworkIpRangesToNat": "A String", # Specify the Nat option, which can take one of the following values:
@@ -645,6 +653,19 @@
],
"numTotalDrainNatPorts": 42, # Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
"numTotalNatPorts": 42, # Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
+ "ruleMappings": [ # Information about mappings provided by rules in this NAT.
+ { # Contains information of NAT Mappings provided by a NAT Rule.
+ "drainNatIpPortRanges": [ # List of all drain IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
+ "A String",
+ ],
+ "natIpPortRanges": [ # A list of all IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
+ "A String",
+ ],
+ "numTotalDrainNatPorts": 42, # Total number of drain ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field drain_nat_ip_port_ranges.
+ "numTotalNatPorts": 42, # Total number of ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field nat_ip_port_ranges.
+ "ruleNumber": 42, # Rule number of the NAT Rule.
+ },
+ ],
"sourceAliasIpRange": "A String", # Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
"sourceVirtualIp": "A String", # Primary IP of the VM for this NIC.
},
@@ -929,6 +950,19 @@
"minExtraNatIpsNeeded": 42, # The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is *not* used.
"name": "A String", # Unique name of this NAT.
"numVmEndpointsWithNatMappings": 42, # Number of VM endpoints (i.e., Nics) that can use NAT.
+ "ruleStatus": [ # Status of rules in this NAT.
+ { # Status of a NAT Rule contained in this NAT.
+ "activeNatIps": [ # A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
+ "A String",
+ ],
+ "drainNatIps": [ # A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
+ "A String",
+ ],
+ "minExtraIpsNeeded": 42, # The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
+ "numVmEndpointsWithNatMappings": 42, # Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
+ "ruleNumber": 42, # Rule number of the rule.
+ },
+ ],
"userAllocatedNatIpResources": [ # A list of fully qualified URLs of reserved IP address resources.
"A String",
],
@@ -1079,7 +1113,7 @@
# "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')"
#
# "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'"
- "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 65000. The priority must be unique among rules within a NAT.
+ "ruleNumber": 42, # An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
},
],
"sourceSubnetworkIpRangesToNat": "A String", # Specify the Nat option, which can take one of the following values:
@@ -1335,7 +1369,7 @@
# "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')"
#
# "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'"
- "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 65000. The priority must be unique among rules within a NAT.
+ "ruleNumber": 42, # An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
},
],
"sourceSubnetworkIpRangesToNat": "A String", # Specify the Nat option, which can take one of the following values:
@@ -1534,7 +1568,7 @@
# "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')"
#
# "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'"
- "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 65000. The priority must be unique among rules within a NAT.
+ "ruleNumber": 42, # An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
},
],
"sourceSubnetworkIpRangesToNat": "A String", # Specify the Nat option, which can take one of the following values:
@@ -1772,7 +1806,7 @@
# "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')"
#
# "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'"
- "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 65000. The priority must be unique among rules within a NAT.
+ "ruleNumber": 42, # An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
},
],
"sourceSubnetworkIpRangesToNat": "A String", # Specify the Nat option, which can take one of the following values:
@@ -1934,7 +1968,7 @@
# "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')"
#
# "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'"
- "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 65000. The priority must be unique among rules within a NAT.
+ "ruleNumber": 42, # An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
},
],
"sourceSubnetworkIpRangesToNat": "A String", # Specify the Nat option, which can take one of the following values:
@@ -2132,7 +2166,7 @@
# "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')"
#
# "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'"
- "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 65000. The priority must be unique among rules within a NAT.
+ "ruleNumber": 42, # An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
},
],
"sourceSubnetworkIpRangesToNat": "A String", # Specify the Nat option, which can take one of the following values: