Class: Google::Cloud::Tpu::V1::NetworkEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Tpu::V1::NetworkEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
A network endpoint over which a TPU worker can be reached.
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
The IP address of this network endpoint.
-
#port ⇒ ::Integer
The port of this network endpoint.
Instance Attribute Details
#ip_address ⇒ ::String
Returns The IP address of this network endpoint.
43 44 45 46 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 43 class NetworkEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns The port of this network endpoint.
43 44 45 46 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 43 class NetworkEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |