Network
Handle
interface Network { attachable: boolean; driver: string; driverOpts: Dict<string,string>; external: boolean; ingress: boolean; internal: boolean; labels: Dict<string,string>; name: string;} 16 members
Properties
property
attachable boolean get · set Gets the Attachable property
property
driver string get · set Gets the Driver property
property
driverOpts Dict<string,string> get · set Gets the DriverOpts property
property
external boolean get · set Gets the External property
property
ingress boolean get · set Gets the Ingress property
property
internal boolean get · set Gets the Internal property
property
labels Dict<string,string> get · set Gets the Labels property
property
name string get · set Gets the Name property