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
Returns Name of the nat service to filter the NAT IP information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.
9708 9709 9710 9711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9708 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9708 9709 9710 9711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9708 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region for this request.
9708 9709 9710 9711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9708 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#router ⇒ ::String
Returns Name of the Router resource to query for Nat IP information. The name should conform to RFC1035.
9708 9709 9710 9711 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9708 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |