Class: Google::Cloud::AIPlatform::V1::Port

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/model.rb

Overview

Represents a network port in a container.

Instance Attribute Summary collapse

Instance Attribute Details

#container_port::Integer

Returns The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.

Returns:

  • (::Integer)

    The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.



785
786
787
788
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 785

class Port
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end