ProjectsLocationsDiscoveredWorkloads
class ProjectsLocationsDiscoveredWorkloads extends Resource (View source)
The "discoveredWorkloads" collection of methods.
Typical usage is:
$apphubService = new Google\Service\AppHub(...);
$discoveredWorkloads = $apphubService->projects_locations_discoveredWorkloads;
Methods
Gets a Discovered Workload in a host project and location.
Lists Discovered Workloads that can be added to an Application in a host project and location.
Lists a Discovered Workload in a host project and location, with a given resource URI. (discoveredWorkloads.lookup)
Details
DiscoveredWorkload
get(string $name, array $optParams = [])
Gets a Discovered Workload in a host project and location.
(discoveredWorkloads.get)
ListDiscoveredWorkloadsResponse
listProjectsLocationsDiscoveredWorkloads(string $parent, array $optParams = [])
Lists Discovered Workloads that can be added to an Application in a host project and location.
(discoveredWorkloads.listProjectsLocationsDiscoveredWorkloads)
LookupDiscoveredWorkloadResponse
lookup(string $parent, array $optParams = [])
Lists a Discovered Workload in a host project and location, with a given resource URI. (discoveredWorkloads.lookup)