class Docker::IPAM

Included Modules

Defined in:

docker/schemas.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(driver : String | Nil = nil, config : Array(IPAMConfig) | Nil = nil, options : Hash(String, String) | Nil = nil) #

[View source]

Instance Method Detail

def config : Array(IPAMConfig) | Nil #

def config=(config : Array(IPAMConfig) | Nil) #

[View source]
def config? : Array(IPAMConfig) | Nil | Nil #

def driver : String | Nil #

def driver=(driver : String | Nil) #

[View source]
def driver? : 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 #