Package io.github.cdklabs.projen
Interface IDockerComposeNetworkConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDockerComposeNetworkConfig.Jsii$Default
- All Known Implementing Classes:
IDockerComposeNetworkConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.762Z") @Stability(Experimental) public interface IDockerComposeNetworkConfig extends software.amazon.jsii.JsiiSerializable
(experimental) Storage for network configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIDockerComposeNetworkConfig.Jsii$DefaultInternal default implementation forIDockerComposeNetworkConfig.static classIDockerComposeNetworkConfig.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddNetworkConfiguration(String networkName, DockerComposeNetworkConfig configuration)(experimental) Add network configuration to the repository.
-
-
-
Method Detail
-
addNetworkConfiguration
@Stability(Experimental) void addNetworkConfiguration(@NotNull String networkName, @NotNull DockerComposeNetworkConfig configuration)(experimental) Add network configuration to the repository.- Parameters:
networkName- This parameter is required.configuration- This parameter is required.
-
-