Class: Google::Cloud::Compute::V1::GetNatIpInfoRouterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetNatIpInfoRouterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Routers.GetNatIpInfo. See the method description for details.
Instance Attribute Summary collapse
-
#nat_name ⇒ ::String
Name of the nat service to filter the NAT IP information.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region for this request.
-
#router ⇒ ::String
Name of the Router resource to query for Nat IP information.
Instance Attribute Details
#nat_name ⇒ ::String
10425 10426 10427 10428 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10425 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
10425 10426 10427 10428 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10425 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
10425 10426 10427 10428 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10425 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#router ⇒ ::String
10425 10426 10427 10428 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10425 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |