class Docr::Types::Network
  
  - Docr::Types::Network
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/network.crConstructors
Instance Method Summary
- #attachable : Bool
 - #attachable=(attachable : Bool)
 - #containers : Hash(String, Docr::Types::NetworkContainer)
 - #containers=(containers : Hash(String, Docr::Types::NetworkContainer))
 - #created : String
 - #created=(created : String)
 - #driver : String
 - #driver=(driver : String)
 - #enable_ipv6 : Bool
 - #enable_ipv6=(enable_ipv6 : Bool)
 - #id : String
 - #id=(id : String)
 - #ingress : Bool
 - #ingress=(ingress : Bool)
 - #internal : Bool
 - #internal=(internal : Bool)
 - #ipam : Docr::Types::IPAM | Nil
 - #ipam=(ipam : Docr::Types::IPAM | Nil)
 - #labels : Hash(String, String)
 - #labels=(labels : Hash(String, String))
 - #name : String
 - #name=(name : String)
 - #options : Hash(String, String)
 - #options=(options : Hash(String, String))
 - #scope : String
 - #scope=(scope : String)