struct Docker::ContainerInspectNetworkSettings

Included Modules

Defined in:

api_schema/containers/containers.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bridge : String #

[View source]
def bridge=(bridge : String) #

[View source]
def endpointID : String #

[View source]
def endpointID=(endpointID : String) #

[View source]
def gateway : String #

[View source]
def gateway=(gateway : String) #

[View source]
def globalIPv6Address : String #

[View source]
def globalIPv6Address=(globalIPv6Address : String) #

[View source]
def globalIPv6PrefixLen : Int64 #

[View source]
def globalIPv6PrefixLen=(globalIPv6PrefixLen : Int64) #

[View source]
def hairpinMode : Bool #

[View source]
def hairpinMode=(hairpinMode : Bool) #

[View source]
def iPAddress : String #

[View source]
def iPAddress=(iPAddress : String) #

[View source]
def iPPrefixLen : Int64 #

[View source]
def iPPrefixLen=(iPPrefixLen : Int64) #

[View source]
def iPv6Gateway : String #

[View source]
def iPv6Gateway=(iPv6Gateway : String) #

[View source]
def linkLocalIPv6Address : String #

[View source]
def linkLocalIPv6Address=(linkLocalIPv6Address : String) #

[View source]
def linkLocalIPv6PrefixLen : Int64 #

[View source]
def linkLocalIPv6PrefixLen=(linkLocalIPv6PrefixLen : Int64) #

[View source]
def macAddress : String #

[View source]
def macAddress=(macAddress : String) #

[View source]
def networks : ContainerNetwork #

[View source]
def networks=(networks : ContainerNetwork) #

[View source]
def sandboxID : String #

[View source]
def sandboxID=(sandboxID : String) #

[View source]
def sandboxKey : String #

[View source]
def sandboxKey=(sandboxKey : String) #

[View source]