struct Docker::Network

Included Modules

Defined in:

api_schema/networks/networks.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attachable : NetworkListIPAM #

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

[View source]
def attachable=(attachable : NetworkListIPAM) #

[View source]
def containers : Hash(String, NetworkContainer) | Nil #

[View source]
def containers=(containers : Hash(String, NetworkContainer) | Nil) #

[View source]
def created : String #

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

[View source]
def driver : String #

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

[View source]
def enableIPv6 : Bool #

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

[View source]
def id : String #

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

[View source]
def ingress : Bool #

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

[View source]
def internal : Bool #

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

[View source]
def name : String #

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

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

[View source]
def options=(options : Hash(String, String)) #

[View source]
def scope : String #

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

[View source]