Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.RegionInstantSnapshots.Export |
Compute.RegionInstantSnapshots.export(String project,
String region,
String instantSnapshot,
InstantSnapshotExportParams content)
Export the changed blocks between two instant snapshots to a customer?s bucket in the user
specified format.
|
Compute.ZoneInstantSnapshots.Export |
Compute.ZoneInstantSnapshots.export(String project,
String zone,
String instantSnapshot,
InstantSnapshotExportParams content)
Export the changed blocks between two instant snapshots to a customer?s bucket in the user
specified format.
|
Constructor and Description |
---|
Export(String project,
String region,
String instantSnapshot,
InstantSnapshotExportParams content)
Export the changed blocks between two instant snapshots to a customer?s bucket in the user
specified format.
|
Export(String project,
String zone,
String instantSnapshot,
InstantSnapshotExportParams content)
Export the changed blocks between two instant snapshots to a customer?s bucket in the user
specified format.
|
Modifier and Type | Method and Description |
---|---|
InstantSnapshotExportParams |
InstantSnapshotExportParams.clone() |
InstantSnapshotExportParams |
InstantSnapshotExportParams.set(String fieldName,
Object value) |
InstantSnapshotExportParams |
InstantSnapshotExportParams.setBaseInstantSnapshot(String baseInstantSnapshot)
An optional base instant snapshot that this resource is compared against.
|
InstantSnapshotExportParams |
InstantSnapshotExportParams.setBucketName(String bucketName)
The name of an existing bucket in Cloud Storage where the changed blocks will be stored.
|
InstantSnapshotExportParams |
InstantSnapshotExportParams.setEncryptionKey(CustomerEncryptionKey encryptionKey)
Encryption key used to encrypt the instant snapshot.
|
InstantSnapshotExportParams |
InstantSnapshotExportParams.setObjectName(String objectName)
Name of the output Bigstore object storing the changed blocks.
|
InstantSnapshotExportParams |
InstantSnapshotExportParams.setOutputType(String outputType)
The format of the output file.
|
Copyright © 2011–2020 Google. All rights reserved.