struct Docker::ContainerInspectNetworkSettings
- Docker::ContainerInspectNetworkSettings
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/containers/containers.crConstructors
Instance Method Summary
- #bridge : String
- #bridge=(bridge : String)
- #endpointID : String
- #endpointID=(endpointID : String)
- #gateway : String
- #gateway=(gateway : String)
- #globalIPv6Address : String
- #globalIPv6Address=(globalIPv6Address : String)
- #globalIPv6PrefixLen : Int64
- #globalIPv6PrefixLen=(globalIPv6PrefixLen : Int64)
- #hairpinMode : Bool
- #hairpinMode=(hairpinMode : Bool)
- #iPAddress : String
- #iPAddress=(iPAddress : String)
- #iPPrefixLen : Int64
- #iPPrefixLen=(iPPrefixLen : Int64)
- #iPv6Gateway : String
- #iPv6Gateway=(iPv6Gateway : String)
- #linkLocalIPv6Address : String
- #linkLocalIPv6Address=(linkLocalIPv6Address : String)
- #linkLocalIPv6PrefixLen : Int64
- #linkLocalIPv6PrefixLen=(linkLocalIPv6PrefixLen : Int64)
- #macAddress : String
- #macAddress=(macAddress : String)
- #networks : ContainerNetwork
- #networks=(networks : ContainerNetwork)
- #sandboxID : String
- #sandboxID=(sandboxID : String)
- #sandboxKey : String
- #sandboxKey=(sandboxKey : String)