public class Version extends DockerObject implements Serializable
VersionCmd
,
Serialized FormConstructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
String |
getApiVersion() |
String |
getArch() |
String |
getBuildTime() |
List<VersionComponent> |
getComponents() |
Boolean |
getExperimental() |
String |
getGitCommit() |
String |
getGoVersion() |
String |
getKernelVersion() |
String |
getMinAPIVersion() |
String |
getOperatingSystem() |
VersionPlatform |
getPlatform() |
String |
getVersion() |
getRawValues
public String getVersion()
public String getGitCommit()
public String getGoVersion()
public String getKernelVersion()
public String getArch()
public String getOperatingSystem()
public String getApiVersion()
@CheckForNull public String getBuildTime()
buildTime
@CheckForNull public Boolean getExperimental()
experimental
@CheckForNull public String getMinAPIVersion()
minAPIVersion
@CheckForNull public VersionPlatform getPlatform()
platform
@CheckForNull public List<VersionComponent> getComponents()
components
Copyright © 2024. All rights reserved.