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
    • 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}