bulkInsert
public Compute.RegionInstances.BulkInsert bulkInsert(String project,
String region,
BulkInsertInstanceResource content)
throws IOException
Creates multiple instances in a given region. Count specifies the number of instances to create.
Create a request for the method "regionInstances.bulkInsert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- The name of the region for this request.
content
- the BulkInsertInstanceResource
- Returns:
- the request
- Throws:
IOException