@Singleton public class ServerImageToImage extends Object implements com.google.common.base.Function<ServerImage,Image>
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
GOGRID_OS_PATTERN |
static Pattern |
GOGRID_VERSION_PATTERN |
protected Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
Image |
apply(ServerImage from) |
protected OperatingSystem |
parseOs(ServerImage from) |
public static final Pattern GOGRID_OS_PATTERN
public static final Pattern GOGRID_VERSION_PATTERN
@Named(value="jclouds.compute") protected Logger logger
protected OperatingSystem parseOs(ServerImage from)
public Image apply(ServerImage from)
apply in interface Function<ServerImage,Image>Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.