Uses of Interface
io.github.cdklabs.projen.DockerComposeNetworkConfig
-
Packages that use DockerComposeNetworkConfig Package Description io.github.cdklabs.projen -
-
Uses of DockerComposeNetworkConfig in io.github.cdklabs.projen
Classes in io.github.cdklabs.projen that implement DockerComposeNetworkConfig Modifier and Type Class Description static classDockerComposeNetworkConfig.Jsii$ProxyAn implementation forDockerComposeNetworkConfigMethods in io.github.cdklabs.projen that return DockerComposeNetworkConfig Modifier and Type Method Description DockerComposeNetworkConfigDockerComposeNetworkConfig.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen with parameters of type DockerComposeNetworkConfig Modifier and Type Method Description voidIDockerComposeNetworkConfig. addNetworkConfiguration(String networkName, DockerComposeNetworkConfig configuration)(experimental) Add network configuration to the repository.default voidIDockerComposeNetworkConfig.Jsii$Default. addNetworkConfiguration(String networkName, DockerComposeNetworkConfig configuration)(experimental) Add network configuration to the repository.voidIDockerComposeNetworkConfig.Jsii$Proxy. addNetworkConfiguration(String networkName, DockerComposeNetworkConfig configuration)(experimental) Add network configuration to the repository.static IDockerComposeNetworkBindingDockerCompose. network(String networkName, DockerComposeNetworkConfig options)(experimental) Create a named network and mount it to the target path.
-