Uses of Interface
com.sap.cloudfoundry.client.facade.domain.DockerInfo
-
Packages that use DockerInfo Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of DockerInfo in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade with parameters of type DockerInfo Modifier and Type Method Description voidCloudControllerClient. createApplication(String applicationName, Staging staging, Integer disk, Integer memory, List<String> uris, DockerInfo dockerInfo)Create application.voidCloudControllerClientImpl. createApplication(String applicationName, Staging staging, Integer disk, Integer memory, List<String> uris, DockerInfo dockerInfo) -
Uses of DockerInfo in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement DockerInfo Modifier and Type Class Description classImmutableDockerInfoImmutable implementation ofDockerInfo.Methods in com.sap.cloudfoundry.client.facade.domain that return DockerInfo Modifier and Type Method Description DockerInfoImmutableStaging. getDockerInfo()DockerInfoStaging. getDockerInfo()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type DockerInfo Modifier and Type Method Description static ImmutableDockerInfoImmutableDockerInfo. copyOf(DockerInfo instance)Creates an immutable copy of aDockerInfovalue.ImmutableStaging.BuilderImmutableStaging.Builder. dockerInfo(DockerInfo dockerInfo)Initializes the value for thedockerInfoattribute.ImmutableDockerInfo.BuilderImmutableDockerInfo.Builder. from(DockerInfo instance)Fill a builder with attribute values from the providedDockerInfoinstance.ImmutableStagingImmutableStaging. withDockerInfo(DockerInfo value)Copy the current immutable object by setting a value for thedockerInfoattribute. -
Uses of DockerInfo in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type DockerInfo Modifier and Type Method Description voidCloudControllerRestClient. createApplication(String applicationName, Staging staging, Integer disk, Integer memory, List<String> uris, DockerInfo dockerInfo)voidCloudControllerRestClientImpl. createApplication(String name, Staging staging, Integer diskQuota, Integer memory, List<String> uris, DockerInfo dockerInfo)
-