class Docker::NetworkCreateRequest

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, check_duplicate : Bool | Nil = nil, driver : String | Nil = nil, internal : Bool | Nil = nil, attachable : Bool | Nil = nil, ingress : Bool | Nil = nil, ipam : Docker::IPAM | Nil = nil, enable_ipv6 : Bool | Nil = nil, options : Hash(String, String) | Nil = nil, labels : Hash(String, String) | Nil = nil) #

[View source]

Instance Method Detail

def attachable : Bool | Nil #

def attachable=(attachable : Bool | Nil) #

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

def check_duplicate : Bool | Nil #

def check_duplicate=(check_duplicate : Bool | Nil) #

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

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

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

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

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