org.projen.DockerComposeProtocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of projen Show documentation
Show all versions of projen Show documentation
A new generation of project generators
The newest version!
package org.projen;
/**
* (experimental) Network protocol for port mapping.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.34.0 (build 9b72778)", date = "2021-09-05T18:03:05.386Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = org.projen.$Module.class, fqn = "projen.DockerComposeProtocol")
public enum DockerComposeProtocol {
/**
* (experimental) TCP protocol.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
TCP,
/**
* (experimental) UDP protocol.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
UDP,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy