struct Docker::Api::Models::Container::NetworkSettings

Defined in:

docker/api/models/container.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Docker::Api::Models::Response

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def bridge : String #

def endpoint_id : String #

def gateway : String #

def global_ipv6_address : String #

def global_ipv6_prefix_len : Int32 #

def hairpin_mode : Bool #

def ip_address : String #

def ip_prefix_len : Int32 #

def ipv6_gatway : String #

def link_local_ipv6_address : String #

def link_local_ipv6_prefix_len : Int32 #

def mac_address : String #

def networks : Hash(String, Network) #

def sandbox_id : String #

def sandbox_key : String #