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.SerialPortOutput
Instance.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.SerialPortOutput
InstanceApi. getSerialPortOutput(String instance)
Returns the specified instance's serial port output.Instance.SerialPortOutput
InstanceApi. getSerialPortOutput(String instance, int port)
Returns the specified instance's serial port output.
-