Class: Google::Cloud::Run::V2::ContainerPort
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ContainerPort
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
ContainerPort represents a network port in a single container.
Instance Attribute Summary collapse
-
#container_port ⇒ ::Integer
Port number the container listens on.
-
#name ⇒ ::String
If specified, used to specify which protocol to use.
Instance Attribute Details
#container_port ⇒ ::Integer
184 185 186 187 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 184 class ContainerPort include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
184 185 186 187 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 184 class ContainerPort include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |