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.
9702 9703 9704 9705 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9702 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9702 9703 9704 9705 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9702 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region for this request.
9702 9703 9704 9705 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9702 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.
9702 9703 9704 9705 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9702 class GetNatIpInfoRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |