class Docker::Network

Included Modules

Defined in:

docker/schemas.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, id : String | Nil = nil, created : Time | Nil = nil, scope : String | Nil = nil, driver : String | Nil = nil, enable_ipv6 : Bool | Nil = nil, ipam : IPAM | Nil = nil, internal : Bool | Nil = nil, attachable : Bool | Nil = nil, ingress : Bool | Nil = nil, containers : Hash(String, NetworkContainer) | Nil = nil, options : Hash(String, String) | Nil = nil, labels : Hash(String, String) = nil) #

[View source]

Instance Method Detail

def attachable : Bool | Nil #

def attachable=(attachable : Bool | Nil) #

[View source]
def attachable? : Bool | Nil | Nil #

def containers : Hash(String, NetworkContainer) | Nil #

def containers=(containers : Hash(String, NetworkContainer) | Nil) #

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

def created : Time | Nil #

def created=(created : Time | Nil) #

[View source]
def created? : Time | Nil | Nil #

def driver : String | Nil #

def driver=(driver : String | Nil) #

[View source]
def driver? : String | Nil | Nil #

def enable_ipv6 : Bool | Nil #

def enable_ipv6=(enable_ipv6 : Bool | Nil) #

[View source]
def enable_ipv6? : Bool | Nil | Nil #

def id : String | Nil #

def id=(id : String | Nil) #

[View source]
def id? : String | Nil | Nil #

def ingress : Bool | Nil #

def ingress=(ingress : Bool | Nil) #

[View source]
def ingress? : Bool | Nil | Nil #

def internal : Bool | Nil #

def internal=(internal : Bool | Nil) #

[View source]
def internal? : Bool | Nil | Nil #

def ipam : IPAM | Nil #

def ipam=(ipam : IPAM | Nil) #

[View source]
def ipam? : IPAM | Nil | Nil #

def labels : Hash(String, String) | Nil #

def labels=(labels : Hash(String, String) | Nil) #

[View source]
def labels? : Hash(String, String) | Nil | Nil #

def name : String | Nil #

def name=(name : String | Nil) #

[View source]
def name? : String | Nil | Nil #

def options : Hash(String, String) | Nil #

def options=(options : Hash(String, String) | Nil) #

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

def scope : String | Nil #

def scope=(scope : String | Nil) #

[View source]
def scope? : String | Nil | Nil #