Class: Google::Cloud::Compute::V1::GetNatIpInfoRouterRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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