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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance 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)