@Generated(value="org.jsonschema2pojo") public class ContainerInspect extends ContainerJSONBase
| Constructor and Description |
|---|
ContainerInspect() |
ContainerInspect(String AppArmorProfile,
List<String> Args,
String Created,
String Driver,
String ExecDriver,
List<String> ExecIDs,
GraphDriverData GraphDriver,
HostConfig HostConfig,
String HostnamePath,
String HostsPath,
String Id,
String Image,
String LogPath,
String MountLabel,
String Name,
String Path,
String ProcessLabel,
String ResolvConfPath,
Integer RestartCount,
Long SizeRootFs,
Long SizeRw,
ContainerState State,
Config config,
List<MountPoint> mounts,
NetworkSettings networkSettings) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Config |
getConfig() |
List<MountPoint> |
getMounts() |
NetworkSettings |
getNetworkSettings() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConfig(Config Config) |
void |
setMounts(List<MountPoint> Mounts) |
void |
setNetworkSettings(NetworkSettings NetworkSettings) |
getAppArmorProfile, getArgs, getCreated, getDriver, getExecDriver, getExecIDs, getGraphDriver, getHostConfig, getHostnamePath, getHostsPath, getId, getImage, getLogPath, getMountLabel, getName, getPath, getProcessLabel, getResolvConfPath, getRestartCount, getSizeRootFs, getSizeRw, getState, setAppArmorProfile, setArgs, setCreated, setDriver, setExecDriver, setExecIDs, setGraphDriver, setHostConfig, setHostnamePath, setHostsPath, setId, setImage, setLogPath, setMountLabel, setName, setPath, setProcessLabel, setResolvConfPath, setRestartCount, setSizeRootFs, setSizeRw, setStatepublic ContainerInspect()
public ContainerInspect(String AppArmorProfile, List<String> Args, String Created, String Driver, String ExecDriver, List<String> ExecIDs, GraphDriverData GraphDriver, HostConfig HostConfig, String HostnamePath, String HostsPath, String Id, String Image, String LogPath, String MountLabel, String Name, String Path, String ProcessLabel, String ResolvConfPath, Integer RestartCount, Long SizeRootFs, Long SizeRw, ContainerState State, Config config, List<MountPoint> mounts, NetworkSettings networkSettings)
public Config getConfig()
public void setConfig(Config Config)
Config - The Configpublic List<MountPoint> getMounts()
public void setMounts(List<MountPoint> Mounts)
Mounts - The Mountspublic NetworkSettings getNetworkSettings()
public void setNetworkSettings(NetworkSettings NetworkSettings)
NetworkSettings - The NetworkSettingspublic Map<String,Object> getAdditionalProperties()
getAdditionalProperties in class ContainerJSONBasepublic void setAdditionalProperty(String name, Object value)
setAdditionalProperty in class ContainerJSONBaseCopyright © 2015–2016 Red Hat. All rights reserved.