| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.Disks.BulkInsert |
Compute.Disks.bulkInsert(String project,
String zone,
BulkInsertDiskResource content)
Bulk create a set of disks.
|
Compute.RegionDisks.BulkInsert |
Compute.RegionDisks.bulkInsert(String project,
String region,
BulkInsertDiskResource content)
Bulk create a set of disks.
|
| Constructor and Description |
|---|
BulkInsert(String project,
String zone,
BulkInsertDiskResource content)
Bulk create a set of disks.
|
BulkInsert(String project,
String region,
BulkInsertDiskResource content)
Bulk create a set of disks.
|
| Modifier and Type | Method and Description |
|---|---|
BulkInsertDiskResource |
BulkInsertDiskResource.clone() |
BulkInsertDiskResource |
BulkInsertDiskResource.set(String fieldName,
Object value) |
BulkInsertDiskResource |
BulkInsertDiskResource.setSourceConsistencyGroupPolicy(String sourceConsistencyGroupPolicy)
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.
|
Copyright © 2011–2024 Google. All rights reserved.