class Docr::Types::Network

Included Modules

Defined in:

docr/types/network.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attachable : Bool #

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

[View source]
def containers : Hash(String, Docr::Types::NetworkContainer) #

[View source]
def containers=(containers : Hash(String, Docr::Types::NetworkContainer)) #

[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 enable_ipv6 : Bool #

[View source]
def enable_ipv6=(enable_ipv6 : 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 ipam : Docr::Types::IPAM | Nil #

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

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

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

[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]