class Docr::Types::NetworkConfig

Included Modules

Defined in:

docr/types/network_config.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 = "bridge", internal : Bool | Nil = nil, attachable : Bool | Nil = nil, ingress : Bool | Nil = nil, ipam : Nil | Docr::Types::IPAM = nil, enable_ipv6 : Bool | Nil = nil, options : Nil | Hash(String, String) = nil, labels : Nil | Hash(String, String) = nil) #

[View source]

Instance Method Detail

def attachable : Bool | Nil #

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

[View source]
def check_duplicate : Bool | Nil #

[View source]
def check_duplicate=(check_duplicate : Bool | Nil) #

[View source]
def driver : String #

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

[View source]
def enable_ipv6 : Bool | Nil #

[View source]
def enable_ipv6=(enable_ipv6 : Bool | Nil) #

[View source]
def ingress : Bool | Nil #

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

[View source]
def internal : Bool | Nil #

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

[View source]
def ipam : Docr::Types::IPAM | Nil #

[View source]
def ipam=(ipam : Docr::Types::IPAM | Nil) #

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

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

[View source]
def name : String #

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

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

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

[View source]