Class: Google::Cloud::Compute::V1::FirewallParams
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::FirewallParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Additional firewall parameters.
Defined Under Namespace
Classes: ResourceManagerTagsEntry
Instance Attribute Summary collapse
-
#resource_manager_tags ⇒ ::Google::Protobuf::Map{::String => ::String}
Tag keys/values directly bound to this resource.
Instance Attribute Details
#resource_manager_tags ⇒ ::Google::Protobuf::Map{::String => ::String}
8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589 8590 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8578 class FirewallParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ResourceManagerTagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |