Uses of Class
org.qubership.atp.environments.utils.cloud.model.CloudService
Packages that use CloudService
-
Uses of CloudService in org.qubership.atp.environments.utils.cloud
Methods in org.qubership.atp.environments.utils.cloud that return types with arguments of type CloudServiceModifier and TypeMethodDescriptionabstract List<CloudService> ExternalCloudClient.getServicesByExistingServices(List<System> services) KubeClient.getServicesByExistingServices(List<System> existingServices) OpenshiftClient.getServicesByExistingServices(List<System> existingServices) abstract List<CloudService> ExternalCloudClient.getServicesByServiceId(List<UUID> ids) KubeClient.getServicesByServiceId(List<UUID> existingServiceIds) Gets services by service-UUIDs.OpenshiftClient.getServicesByServiceId(List<UUID> existingServiceIds)