Class InstanceToNodeMetadata
java.lang.Object
org.jclouds.googlecomputeengine.compute.functions.InstanceToNodeMetadata
- All Implemented Interfaces:
com.google.common.base.Function<Instance,
,NodeMetadata> Function<Instance,
NodeMetadata>
public final class InstanceToNodeMetadata
extends Object
implements com.google.common.base.Function<Instance,NodeMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isCustomMachineTypeURI
(URI machineType) static Hardware
machineTypeURIToCustomHardware
(URI machineType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<Instance,
NodeMetadata> - Specified by:
apply
in interfaceFunction<Instance,
NodeMetadata>
-
isCustomMachineTypeURI
-
machineTypeURIToCustomHardware
-