Uses of Interface
dev.galasa.cloud.ICloudContainer
-
Uses of ICloudContainer 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)@NotNull ICloudContainer
ICloudManagerSpi.getCloudContainerByTag
(@NotNull String tag) Retrieve the cloud container by tag