Interface Network
-
@Immutable public interface Network
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatecreatedAt()DriverdriverState()Stringid()IpamOptionsipamOptions()NetworkSpecspec()DateupdatedAt()Versionversion()
-
-
-
Method Detail
-
id
String id()
-
version
Version version()
-
createdAt
Date createdAt()
-
updatedAt
Date updatedAt()
-
spec
NetworkSpec spec()
-
driverState
Driver driverState()
-
ipamOptions
IpamOptions ipamOptions()
-
-