Class: Google::Cloud::Tpu::V1::NetworkEndpoint

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

Instance Attribute Details

#ip_address::String

Returns The IP address of this network endpoint.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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