Class VirtualMachineToNodeMetadata
java.lang.Object
org.jclouds.azurecompute.arm.compute.functions.VirtualMachineToNodeMetadata
- All Implemented Interfaces:
com.google.common.base.Function<VirtualMachine,
,NodeMetadata> Function<VirtualMachine,
NodeMetadata>
public class VirtualMachineToNodeMetadata
extends Object
implements com.google.common.base.Function<VirtualMachine,NodeMetadata>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionapply
(VirtualMachine virtualMachine) protected com.google.common.base.Optional
<? extends Image> findImage
(StorageProfile storageProfile, String locatioName) protected Hardware
getHardware
(LocationAndName hardwareId) protected static Location
getLocation
(com.google.common.base.Supplier<Set<? extends Location>> locations, String locationName) 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
-
Field Details
-
logger
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<VirtualMachine,
NodeMetadata> - Specified by:
apply
in interfaceFunction<VirtualMachine,
NodeMetadata>
-
getLocation
-
findImage
protected com.google.common.base.Optional<? extends Image> findImage(StorageProfile storageProfile, String locatioName) -
getHardware
-