Class NetappVolumeReplicationDestinationVolumeParametersOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.027Z")
    @Stability(Stable)
    public class NetappVolumeReplicationDestinationVolumeParametersOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • NetappVolumeReplicationDestinationVolumeParametersOutputReference

        protected NetappVolumeReplicationDestinationVolumeParametersOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • NetappVolumeReplicationDestinationVolumeParametersOutputReference

        protected NetappVolumeReplicationDestinationVolumeParametersOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • NetappVolumeReplicationDestinationVolumeParametersOutputReference

        @Stability(Stable)
        public NetappVolumeReplicationDestinationVolumeParametersOutputReference​(@NotNull
                                                                                 com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                 @NotNull
                                                                                 String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetShareName

        @Stability(Stable)
        public void resetShareName()
      • resetVolumeId

        @Stability(Stable)
        public void resetVolumeId()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getShareNameInput

        @Stability(Stable)
        @Nullable
        public String getShareNameInput()
      • getStoragePoolInput

        @Stability(Stable)
        @Nullable
        public String getStoragePoolInput()
      • getVolumeIdInput

        @Stability(Stable)
        @Nullable
        public String getVolumeIdInput()
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getShareName

        @Stability(Stable)
        @NotNull
        public String getShareName()
      • setShareName

        @Stability(Stable)
        public void setShareName​(@NotNull
                                 String value)
      • getStoragePool

        @Stability(Stable)
        @NotNull
        public String getStoragePool()
      • setStoragePool

        @Stability(Stable)
        public void setStoragePool​(@NotNull
                                   String value)
      • getVolumeId

        @Stability(Stable)
        @NotNull
        public String getVolumeId()
      • setVolumeId

        @Stability(Stable)
        public void setVolumeId​(@NotNull
                                String value)