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)

Parameters

string $project

The project ID for this request.

string $deployment

The name of the deployment for this request.

string $resource

The name of the resource for this request.

array $optParams

Optional parameters.

Return Value

DeploymentmanagerResource

Exceptions

Exception

ResourcesListResponse listResources(string $project, string $deployment, array $optParams = [])

Lists all resources in a given deployment. (resources.listResources)

Parameters

string $project

The project ID for this request.

string $deployment

The name of the deployment for this request.

array $optParams

Optional parameters.

Return Value

ResourcesListResponse

Exceptions

Exception