Class: Google::Cloud::Compute::V1::GetEffectiveFirewallsNetworkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetEffectiveFirewallsNetworkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Networks.GetEffectiveFirewalls. See the method description for details.
Instance Attribute Summary collapse
-
#network ⇒ ::String
Name of the network for this request.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#network ⇒ ::String
Returns Name of the network for this request.
8810 8811 8812 8813 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8810 class GetEffectiveFirewallsNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
8810 8811 8812 8813 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8810 class GetEffectiveFirewallsNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |