Resources
class Resources extends Resource (View source)
The "resources" collection of methods.
Typical usage is:
$deploymentmanagerService = new Google\Service\DeploymentManager(...);
$resources = $deploymentmanagerService->resources;
Methods
get(string $project, string $deployment, string $resource, array $optParams = [])
Gets information about a single resource. (resources.get)
listResources(string $project, string $deployment, array $optParams = [])
Lists all resources in a given deployment. (resources.listResources)
Details
DeploymentmanagerResource
get(string $project, string $deployment, string $resource, array $optParams = [])
Gets information about a single resource. (resources.get)
ResourcesListResponse
listResources(string $project, string $deployment, array $optParams = [])
Lists all resources in a given deployment. (resources.listResources)