ComputeSnapshot.Builder |
ComputeSnapshot.Builder.chainName(String chainName) |
Creates the new snapshot in the snapshot chain labeled with the specified name.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.count(Number count) |
|
static ComputeSnapshot.Builder |
ComputeSnapshot.Builder.create(software.constructs.Construct scope,
String id) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.description(String description) |
An optional description of this resource.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_snapshot#id ComputeSnapshot#id}.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.labels(Map<String,String> labels) |
Labels to apply to this Snapshot.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.name(String name) |
Name of the resource;
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_snapshot#project ComputeSnapshot#project}.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.provisioners(List<? extends Object> provisioners) |
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.snapshotEncryptionKey(ComputeSnapshotSnapshotEncryptionKey snapshotEncryptionKey) |
snapshot_encryption_key block.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.sourceDisk(String sourceDisk) |
A reference to the disk used to create this snapshot.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.sourceDiskEncryptionKey(ComputeSnapshotSourceDiskEncryptionKey sourceDiskEncryptionKey) |
source_disk_encryption_key block.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.storageLocations(List<String> storageLocations) |
Cloud Storage bucket storage location of the snapshot (regional or multi-regional).
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.timeouts(ComputeSnapshotTimeouts timeouts) |
timeouts block.
|
ComputeSnapshot.Builder |
ComputeSnapshot.Builder.zone(String zone) |
A reference to the zone where the disk is hosted.
|