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) #

[View source]

Instance Method Detail

def bridge : String #

[View source]
def endpoint_id : String #

[View source]
def gateway : String #

[View source]
def global_ipv6_address : String #

[View source]
def global_ipv6_prefix_len : Int32 #

[View source]
def hairpin_mode : Bool #

[View source]
def ip_address : String #

[View source]
def ip_prefix_len : Int32 #

[View source]
def ipv6_gatway : String #

[View source]
def link_local_ipv6_address : String #

[View source]
def link_local_ipv6_prefix_len : Int32 #

[View source]
def mac_address : String #

[View source]
def networks : Hash(String, Network) #

[View source]
def sandbox_id : String #

[View source]
def sandbox_key : String #

[View source]