Uses of Class
cn.sliew.carp.module.application.vela.api.v1.model.v1.V1CreateCloudClusterResponse
Packages that use V1CreateCloudClusterResponse
-
Uses of V1CreateCloudClusterResponse in cn.sliew.carp.module.application.vela.api.v1
Methods in cn.sliew.carp.module.application.vela.api.v1 that return types with arguments of type V1CreateCloudClusterResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1CreateCloudClusterResponse>ClusterApi.createCloudCluster(String provider, V1CreateCloudClusterRequest body) org.springframework.http.ResponseEntity<V1CreateCloudClusterResponse>ClusterApi.deleteCloudClusterCreation(String provider, String cloudClusterName) org.springframework.http.ResponseEntity<V1CreateCloudClusterResponse>ClusterApi.getCloudClusterCreationStatus(String provider, String cloudClusterName)