Interface NetappVolumeRestoreParameters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetappVolumeRestoreParameters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.021Z") @Stability(Stable) public interface NetappVolumeRestoreParameters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetappVolumeRestoreParameters.BuilderA builder forNetappVolumeRestoreParametersstatic classNetappVolumeRestoreParameters.Jsii$ProxyAn implementation forNetappVolumeRestoreParameters
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NetappVolumeRestoreParameters.Builderbuilder()default StringgetSourceBackup()Full name of the snapshot to use for creating this volume.default StringgetSourceSnapshot()Full name of the snapshot to use for creating this volume.
-
-
-
Method Detail
-
getSourceBackup
@Stability(Stable) @Nullable default String getSourceBackup()
Full name of the snapshot to use for creating this volume. 'source_snapshot' and 'source_backup' cannot be used simultaneously. Format: 'projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#source_backup NetappVolume#source_backup}
-
getSourceSnapshot
@Stability(Stable) @Nullable default String getSourceSnapshot()
Full name of the snapshot to use for creating this volume. 'source_snapshot' and 'source_backup' cannot be used simultaneously. Format: 'projects/{{project}}/locations/{{location}}/volumes/{{volume}}/snapshots/{{snapshot}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#source_snapshot NetappVolume#source_snapshot}
-
builder
@Stability(Stable) static NetappVolumeRestoreParameters.Builder builder()
-
-