Uses of Interface
dev.galasa.cloud.spi.ICloudContainerPort
-
Uses of ICloudContainerPort in dev.galasa.cloud.spi
Modifier and TypeMethodDescriptionICloudContainerProvider.generateCloudContainer
(@NotNull String tag, @NotNull String platform, @NotNull String image, @NotNull ICloudContainerPort[] ports, Properties environmentProperties, String[] runArguments) Generate a new Cloud Container@NotNull ICloudContainer
ICloudManagerSpi.generateCloudContainer
(@NotNull String tag, @NotNull String provider, @NotNull String image, @NotNull ICloudContainerPort[] ports, Properties environmentProperties, String[] runArguments, boolean autoStart, int startOrder) Generate a new Cloud Container, normal called by an application Manager during provision generate, but can be called at anytime (exception shutdown)