Uses of Class
com.oracle.bedrock.runtime.docker.machine.DockerMachinePlatform
-
Packages that use DockerMachinePlatform Package Description com.oracle.bedrock.runtime.docker.machine -
-
Uses of DockerMachinePlatform in com.oracle.bedrock.runtime.docker.machine
Methods in com.oracle.bedrock.runtime.docker.machine that return DockerMachinePlatform Modifier and Type Method Description DockerMachinePlatformDockerMachine. create(String machineName, com.oracle.bedrock.Option... options)Obtain aDockerMachinePlatformwrapping a new Docker Machine VM.Methods in com.oracle.bedrock.runtime.docker.machine with parameters of type DockerMachinePlatform Modifier and Type Method Description voidMachineCloseBehaviour. accept(DockerMachinePlatform platform)Perform thisImageCloseBehaviour's action on the specifiedDockerMachinePlatform.
-