Interface NetappVolumeReplicationDestinationVolumeParameters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetappVolumeReplicationDestinationVolumeParameters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.026Z") @Stability(Stable) public interface NetappVolumeReplicationDestinationVolumeParameters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetappVolumeReplicationDestinationVolumeParameters.BuilderA builder forNetappVolumeReplicationDestinationVolumeParametersstatic classNetappVolumeReplicationDestinationVolumeParameters.Jsii$ProxyAn implementation forNetappVolumeReplicationDestinationVolumeParameters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetappVolumeReplicationDestinationVolumeParameters.Builderbuilder()default StringgetDescription()Description for the destination volume.default StringgetShareName()Share name for destination volume.StringgetStoragePool()Name of an existing storage pool for the destination volume with format: 'projects/{{project}}/locations/{{location}}/storagePools/{{poolId}}'.default StringgetVolumeId()Name for the destination volume to be created.
-
-
-
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}
-
builder
@Stability(Stable) static NetappVolumeReplicationDestinationVolumeParameters.Builder builder()
-
-