Skip to content
Docs Try Aspire
Docs Try

Network

Handle
📦 Aspire.Hosting.Docker v13.3.0
interface Network {
attachable: boolean;
driver: string;
driverOpts: Dict<string,string>;
external: boolean;
ingress: boolean;
internal: boolean;
labels: Dict<string,string>;
name: string;
}

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