Interface NetappVolumeReplicationDestinationVolumeParameters

    • Method Detail

      • getStoragePool

        @Stability(Stable)
        @NotNull
        String getStoragePool()
        Name of an existing storage pool for the destination volume with format: 'projects/{{project}}/locations/{{location}}/storagePools/{{poolId}}'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_replication#storage_pool NetappVolumeReplication#storage_pool}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Description for the destination volume.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_replication#description NetappVolumeReplication#description}

      • getShareName

        @Stability(Stable)
        @Nullable
        default String getShareName()
        Share name for destination volume. If not specified, name of source volume's share name will be used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_replication#share_name NetappVolumeReplication#share_name}

      • getVolumeId

        @Stability(Stable)
        @Nullable
        default String getVolumeId()
        Name for the destination volume to be created.

        If not specified, the name of the source volume will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_replication#volume_id NetappVolumeReplication#volume_id}