class

Companion::Docker::Client::Port

Inherits JSON::Serializable < Reference < Object

Constructors

new(private_port : Int16, type : Companion::Docker::Client::Port::Type, ip : Nil | String = nil, public_port : Int16 | Nil = nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ip
ip=(ip : String | Nil)
private_port
private_port=(private_port : Int16)
public_port
public_port=(public_port : Int16 | Nil)
type
type=(type : Type)

Nested types