public class RuntimeConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static OperatingSystemEnum |
DEFAULT_OS |
protected String |
image |
protected String |
os |
protected String |
registryUrl |
protected String |
serverId |
| Constructor and Description |
|---|
RuntimeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImage() |
String |
getOs() |
String |
getRegistryUrl() |
String |
getServerId() |
void |
setImage(String image) |
void |
setOs(String os) |
void |
setRegistryUrl(String registryUrl) |
void |
setServerId(String serverId) |
public static final OperatingSystemEnum DEFAULT_OS
protected String os
protected String image
protected String serverId
protected String registryUrl
public String getOs()
public void setOs(String os)
public String getImage()
public void setImage(String image)
public String getServerId()
public void setServerId(String serverId)
public String getRegistryUrl()
public void setRegistryUrl(String registryUrl)
Copyright © 2020. All rights reserved.