RegionInstanceTemplates
class RegionInstanceTemplates extends Resource (View source)
The "regionInstanceTemplates" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionInstanceTemplates = $computeService->regionInstanceTemplates;
Methods
Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. (regionInstanceTemplates.delete)
Returns the specified instance template. (regionInstanceTemplates.get)
Creates an instance template in the specified project and region using the global instance template whose URL is included in the request.
Retrieves a list of instance templates that are contained within the specified project and region.
Details
Operation
delete(string $project, string $region, string $instanceTemplate, array $optParams = [])
Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. (regionInstanceTemplates.delete)
InstanceTemplate
get(string $project, string $region, string $instanceTemplate, array $optParams = [])
Returns the specified instance template. (regionInstanceTemplates.get)
Operation
insert(string $project, string $region, InstanceTemplate $postBody, array $optParams = [])
Creates an instance template in the specified project and region using the global instance template whose URL is included in the request.
(regionInstanceTemplates.insert)
InstanceTemplateList
listRegionInstanceTemplates(string $project, string $region, array $optParams = [])
Retrieves a list of instance templates that are contained within the specified project and region.
(regionInstanceTemplates.listRegionInstanceTemplates)