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 HardwaregetHardware(LocationAndName hardwareId) protected static LocationgetLocation(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, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Field Details
- 
logger
 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<VirtualMachine,NodeMetadata> - Specified by:
 applyin interfaceFunction<VirtualMachine,NodeMetadata> 
 - 
getLocation
 - 
findImage
protected com.google.common.base.Optional<? extends Image> findImage(StorageProfile storageProfile, String locatioName)  - 
getHardware
 
 -