Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.SerialPortOutput
-
Packages that use Instance.SerialPortOutput Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Instance.SerialPortOutput in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.SerialPortOutput Modifier and Type Method Description static Instance.SerialPortOutputInstance.SerialPortOutput. create(URI selfLink, String contents) -
Uses of Instance.SerialPortOutput in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Instance.SerialPortOutput Modifier and Type Method Description Instance.SerialPortOutputInstanceApi. getSerialPortOutput(String instance)Returns the specified instance's serial port output.Instance.SerialPortOutputInstanceApi. getSerialPortOutput(String instance, int port)Returns the specified instance's serial port output.
-