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

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 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 ip_address : String #

[View source]
def ip_prefix_len : Int32 #

[View source]
def ipv6_gatway : String #

[View source]
def mac_address : String #

[View source]
def network_id : String #

[View source]