struct Docker::ContainerNetwork

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

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

[View source]
def networkID : String #

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

[View source]