Class: Google::Cloud::Compute::V1::PatchRegionNetworkFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PatchRegionNetworkFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionNetworkFirewallPolicies.Patch. See the method description for details.
Instance Attribute Summary collapse
-
#firewall_policy ⇒ ::String
Name of the firewall policy to update.
-
#firewall_policy_resource ⇒ ::Google::Cloud::Compute::V1::FirewallPolicy
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
Instance Attribute Details
#firewall_policy ⇒ ::String
26475 26476 26477 26478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26475 class PatchRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#firewall_policy_resource ⇒ ::Google::Cloud::Compute::V1::FirewallPolicy
26475 26476 26477 26478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26475 class PatchRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
26475 26476 26477 26478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26475 class PatchRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
26475 26476 26477 26478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26475 class PatchRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
26475 26476 26477 26478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26475 class PatchRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |