• Home
  • Raw
  • Download

Lines Matching full:firewall

81   <code><a href="#delete">delete(project, firewall, requestId=None, x__xgafv=None)</a></code></p>
82 <p class="firstline">Deletes the specified firewall.</p>
84 <code><a href="#get">get(project, firewall, x__xgafv=None)</a></code></p>
85 <p class="firstline">Returns the specified firewall.</p>
88 <p class="firstline">Creates a firewall rule in the specified project using the data included in th…
91 <p class="firstline">Retrieves the list of firewall rules available to the specified project.</p>
96 …<code><a href="#patch">patch(project, firewall, body=None, requestId=None, x__xgafv=None)</a></cod…
97 <p class="firstline">Updates the specified firewall rule with the data included in the request. Thi…
99 …<code><a href="#update">update(project, firewall, body=None, requestId=None, x__xgafv=None)</a></c…
100 <p class="firstline">Updates the specified firewall rule with the data included in the request. Not…
108 … <code class="details" id="delete">delete(project, firewall, requestId=None, x__xgafv=None)</code>
109 <pre>Deletes the specified firewall.
113 firewall: string, Name of the firewall rule to delete. (required)
171 <code class="details" id="get">get(project, firewall, x__xgafv=None)</code>
172 <pre>Returns the specified firewall.
176 firewall: string, Name of the firewall rule to return. (required)
185 …a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from…
186 …&quot;allowed&quot;: [ # The list of ALLOW rules specified by this firewall. Each rule specifies a…
188 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
195 …&quot;denied&quot;: [ # The list of DENY rules specified by this firewall. Each rule specifies a p…
197 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
204 …&quot;destinationRanges&quot;: [ # If destination ranges are specified, the firewall rule applies …
207 …&quot;direction&quot;: &quot;A String&quot;, # Direction of traffic to which this firewall applies…
208firewall rule is disabled. When set to true, the firewall rule is not enforced and the network beh…
210 …quot;kind&quot;: &quot;compute#firewall&quot;, # [Output Only] Type of the resource. Always comput…
211 …The available logging options for a firewall rule. # This field denotes the logging options for a …
212 …uot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
213 …or a particular firewall rule if logging is enabled for that rule. This field denotes whether to i…
216 …g&quot;, # URL of the network resource for this firewall rule. If not specified when creating a fi…
219 …&quot;sourceRanges&quot;: [ # If source ranges are specified, the firewall rule applies only to tr…
222firewall rules apply only to traffic originating from an instance with a service account in this l…
225firewall rule applies only to traffic with source IPs that match the primary network interfaces of…
228 …ags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to a…
231firewall rule applies to. If targetTags are specified, then the firewall rule applies only to inst…
239 <pre>Creates a firewall rule in the specified project using the data included in the request.
246 …a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from…
247 …&quot;allowed&quot;: [ # The list of ALLOW rules specified by this firewall. Each rule specifies a…
249 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
256 …&quot;denied&quot;: [ # The list of DENY rules specified by this firewall. Each rule specifies a p…
258 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
265 …&quot;destinationRanges&quot;: [ # If destination ranges are specified, the firewall rule applies …
268 …&quot;direction&quot;: &quot;A String&quot;, # Direction of traffic to which this firewall applies…
269firewall rule is disabled. When set to true, the firewall rule is not enforced and the network beh…
271 …quot;kind&quot;: &quot;compute#firewall&quot;, # [Output Only] Type of the resource. Always comput…
272 …The available logging options for a firewall rule. # This field denotes the logging options for a …
273 …uot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
274 …or a particular firewall rule if logging is enabled for that rule. This field denotes whether to i…
277 …g&quot;, # URL of the network resource for this firewall rule. If not specified when creating a fi…
280 …&quot;sourceRanges&quot;: [ # If source ranges are specified, the firewall rule applies only to tr…
283firewall rules apply only to traffic originating from an instance with a service account in this l…
286firewall rule applies only to traffic with source IPs that match the primary network interfaces of…
289 …ags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to a…
292firewall rule applies to. If targetTags are specified, then the firewall rule applies only to inst…
355 <pre>Retrieves the list of firewall rules available to the specified project.
374 &quot;items&quot;: [ # A list of Firewall resources.
375 …a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from…
376 …&quot;allowed&quot;: [ # The list of ALLOW rules specified by this firewall. Each rule specifies a…
378 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
385 …&quot;denied&quot;: [ # The list of DENY rules specified by this firewall. Each rule specifies a p…
387 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
394 …&quot;destinationRanges&quot;: [ # If destination ranges are specified, the firewall rule applies …
397 …&quot;direction&quot;: &quot;A String&quot;, # Direction of traffic to which this firewall applies…
398firewall rule is disabled. When set to true, the firewall rule is not enforced and the network beh…
400 …quot;kind&quot;: &quot;compute#firewall&quot;, # [Output Only] Type of the resource. Always comput…
401 …The available logging options for a firewall rule. # This field denotes the logging options for a …
402 …uot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
403 …or a particular firewall rule if logging is enabled for that rule. This field denotes whether to i…
406 …g&quot;, # URL of the network resource for this firewall rule. If not specified when creating a fi…
409 …&quot;sourceRanges&quot;: [ # If source ranges are specified, the firewall rule applies only to tr…
412firewall rules apply only to traffic originating from an instance with a service account in this l…
415firewall rule applies only to traffic with source IPs that match the primary network interfaces of…
418 …ags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to a…
421firewall rule applies to. If targetTags are specified, then the firewall rule applies only to inst…
457 …<code class="details" id="patch">patch(project, firewall, body=None, requestId=None, x__xgafv=None…
458 …<pre>Updates the specified firewall rule with the data included in the request. This method suppor…
462 firewall: string, Name of the firewall rule to patch. (required)
466 …a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from…
467 …&quot;allowed&quot;: [ # The list of ALLOW rules specified by this firewall. Each rule specifies a…
469 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
476 …&quot;denied&quot;: [ # The list of DENY rules specified by this firewall. Each rule specifies a p…
478 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
485 …&quot;destinationRanges&quot;: [ # If destination ranges are specified, the firewall rule applies …
488 …&quot;direction&quot;: &quot;A String&quot;, # Direction of traffic to which this firewall applies…
489firewall rule is disabled. When set to true, the firewall rule is not enforced and the network beh…
491 …quot;kind&quot;: &quot;compute#firewall&quot;, # [Output Only] Type of the resource. Always comput…
492 …The available logging options for a firewall rule. # This field denotes the logging options for a …
493 …uot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
494 …or a particular firewall rule if logging is enabled for that rule. This field denotes whether to i…
497 …g&quot;, # URL of the network resource for this firewall rule. If not specified when creating a fi…
500 …&quot;sourceRanges&quot;: [ # If source ranges are specified, the firewall rule applies only to tr…
503firewall rules apply only to traffic originating from an instance with a service account in this l…
506firewall rule applies only to traffic with source IPs that match the primary network interfaces of…
509 …ags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to a…
512firewall rule applies to. If targetTags are specified, then the firewall rule applies only to inst…
574 …<code class="details" id="update">update(project, firewall, body=None, requestId=None, x__xgafv=No…
575 …<pre>Updates the specified firewall rule with the data included in the request. Note that all fiel…
579 firewall: string, Name of the firewall rule to update. (required)
583 …a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from…
584 …&quot;allowed&quot;: [ # The list of ALLOW rules specified by this firewall. Each rule specifies a…
586 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
593 …&quot;denied&quot;: [ # The list of DENY rules specified by this firewall. Each rule specifies a p…
595 … which this rule applies. The protocol type is required when creating a firewall rule. This value …
602 …&quot;destinationRanges&quot;: [ # If destination ranges are specified, the firewall rule applies …
605 …&quot;direction&quot;: &quot;A String&quot;, # Direction of traffic to which this firewall applies…
606firewall rule is disabled. When set to true, the firewall rule is not enforced and the network beh…
608 …quot;kind&quot;: &quot;compute#firewall&quot;, # [Output Only] Type of the resource. Always comput…
609 …The available logging options for a firewall rule. # This field denotes the logging options for a …
610 …uot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
611 …or a particular firewall rule if logging is enabled for that rule. This field denotes whether to i…
614 …g&quot;, # URL of the network resource for this firewall rule. If not specified when creating a fi…
617 …&quot;sourceRanges&quot;: [ # If source ranges are specified, the firewall rule applies only to tr…
620firewall rules apply only to traffic originating from an instance with a service account in this l…
623firewall rule applies only to traffic with source IPs that match the primary network interfaces of…
626 …ags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to a…
629firewall rule applies to. If targetTags are specified, then the firewall rule applies only to inst…