File tree 4 files changed +10
-3
lines changed
packages/google-cloud-network-management
samples/generated_samples
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- __version__ = "1.16 .0" # {x-release-please-version}
16
+ __version__ = "0.0 .0" # {x-release-please-version}
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- __version__ = "1.16 .0" # {x-release-please-version}
16
+ __version__ = "0.0 .0" # {x-release-please-version}
Original file line number Diff line number Diff line change @@ -754,6 +754,12 @@ class FirewallRuleType(proto.Enum):
754
754
Regional network firewall policy rule. For details, see
755
755
`Regional network firewall
756
756
policies <https://cloud.google.com/firewall/docs/regional-firewall-policies>`__.
757
+ UNSUPPORTED_FIREWALL_POLICY_RULE (100):
758
+ Firewall policy rule containing attributes not yet supported
759
+ in Connectivity tests. Firewall analysis is skipped if such
760
+ a rule can potentially be matched. Please see the `list of
761
+ unsupported
762
+ configurations <https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs>`__.
757
763
TRACKING_STATE (101):
758
764
Tracking state for response traffic created when request
759
765
traffic goes through allow firewall rule. For details, see
@@ -767,6 +773,7 @@ class FirewallRuleType(proto.Enum):
767
773
SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE = 4
768
774
NETWORK_FIREWALL_POLICY_RULE = 5
769
775
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6
776
+ UNSUPPORTED_FIREWALL_POLICY_RULE = 100
770
777
TRACKING_STATE = 101
771
778
772
779
display_name : str = proto .Field (
Original file line number Diff line number Diff line change 8
8
],
9
9
"language" : " PYTHON" ,
10
10
"name" : " google-cloud-network-management" ,
11
- "version" : " 1.16 .0"
11
+ "version" : " 0.1 .0"
12
12
},
13
13
"snippets" : [
14
14
{
You can’t perform that action at this time.
0 commit comments