struct Docker::Network
- Docker::Network
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/networks/networks.crConstructors
Instance Method Summary
- #attachable : NetworkListIPAM
- #attachable=(attachable : Bool)
- #attachable=(attachable : NetworkListIPAM)
- #containers : Hash(String, NetworkContainer) | Nil
- #containers=(containers : Hash(String, NetworkContainer) | Nil)
- #created : String
- #created=(created : String)
- #driver : String
- #driver=(driver : String)
- #enableIPv6 : Bool
- #enableIPv6=(enableIPv6 : Bool)
- #id : String
- #id=(id : String)
- #ingress : Bool
- #ingress=(ingress : Bool)
- #internal : Bool
- #internal=(internal : Bool)
- #name : String
- #name=(name : String)
- #options : Hash(String, String)
- #options=(options : Hash(String, String))
- #scope : String
- #scope=(scope : String)