Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionInstanceTemplates.Delete |
class |
Compute.RegionInstanceTemplates.Get |
class |
Compute.RegionInstanceTemplates.Insert |
class |
Compute.RegionInstanceTemplates.List |
Constructor and Description |
---|
RegionInstanceTemplates() |
Modifier and Type | Method and Description |
---|---|
Compute.RegionInstanceTemplates.Delete |
delete(String project,
String region,
String instanceTemplate)
Deletes the specified instance template.
|
Compute.RegionInstanceTemplates.Get |
get(String project,
String region,
String instanceTemplate)
Returns the specified instance template.
|
Compute.RegionInstanceTemplates.Insert |
insert(String project,
String region,
InstanceTemplate content)
Creates an instance template in the specified project and region using the global instance
template whose URL is included in the request.
|
Compute.RegionInstanceTemplates.List |
list(String project,
String region)
Retrieves a list of instance templates that are contained within the specified project and
region.
|
public Compute.RegionInstanceTemplates.Delete delete(String project, String region, String instanceTemplate) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.instanceTemplate
- The name of the instance template to delete.IOException
public Compute.RegionInstanceTemplates.Get get(String project, String region, String instanceTemplate) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.instanceTemplate
- The name of the instance template.IOException
public Compute.RegionInstanceTemplates.Insert insert(String project, String region, InstanceTemplate content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.content
- the InstanceTemplate
IOException
public Compute.RegionInstanceTemplates.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the regions for this request.IOException
Copyright © 2011–2024 Google. All rights reserved.