Method: Google::Cloud::Compute::V1::Network#kind
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#network for networks.
22939 22940 22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22939 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified. module NetworkFirewallPolicyEnforcementOrder # A value indicating that the enum field is not set. UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER = 0 AFTER_CLASSIC_FIREWALL = 154_582_608 BEFORE_CLASSIC_FIREWALL = 338_458_349 end end |