Uses of Interface
io.github.cdklabs.projen.IDockerComposeNetworkBinding
-
Packages that use IDockerComposeNetworkBinding Package Description io.github.cdklabs.projen -
-
Uses of IDockerComposeNetworkBinding in io.github.cdklabs.projen
Subinterfaces of IDockerComposeNetworkBinding in io.github.cdklabs.projen Modifier and Type Interface Description static interfaceIDockerComposeNetworkBinding.Jsii$DefaultInternal default implementation forIDockerComposeNetworkBinding.Classes in io.github.cdklabs.projen that implement IDockerComposeNetworkBinding Modifier and Type Class Description static classIDockerComposeNetworkBinding.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in io.github.cdklabs.projen that return IDockerComposeNetworkBinding Modifier and Type Method Description static IDockerComposeNetworkBindingDockerCompose. network(String networkName)(experimental) Create a named network and mount it to the target path.static IDockerComposeNetworkBindingDockerCompose. network(String networkName, DockerComposeNetworkConfig options)(experimental) Create a named network and mount it to the target path.Methods in io.github.cdklabs.projen that return types with arguments of type IDockerComposeNetworkBinding Modifier and Type Method Description List<IDockerComposeNetworkBinding>DockerComposeService. getNetworks()(experimental) Networks mounted in the container.default List<IDockerComposeNetworkBinding>DockerComposeServiceDescription. getNetworks()(experimental) Add some networks to the service.List<IDockerComposeNetworkBinding>DockerComposeServiceDescription.Jsii$Proxy. getNetworks()Methods in io.github.cdklabs.projen with parameters of type IDockerComposeNetworkBinding Modifier and Type Method Description voidDockerComposeService. addNetwork(IDockerComposeNetworkBinding network)(experimental) Add a network to the service.Method parameters in io.github.cdklabs.projen with type arguments of type IDockerComposeNetworkBinding Modifier and Type Method Description DockerComposeService.BuilderDockerComposeService.Builder. networks(List<? extends IDockerComposeNetworkBinding> networks)(experimental) Add some networks to the service.DockerComposeServiceDescription.BuilderDockerComposeServiceDescription.Builder. networks(List<? extends IDockerComposeNetworkBinding> networks)Sets the value ofDockerComposeServiceDescription.getNetworks()
-