Class NetappVolumeMountOptionsList

  • All Implemented Interfaces:
    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.021Z")
    @Stability(Stable)
    public class NetappVolumeMountOptionsList
    extends com.hashicorp.cdktf.ComplexList
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IResolvable

        com.hashicorp.cdktf.IResolvable.Jsii$Default
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformAddressable

        com.hashicorp.cdktf.ITerraformAddressable.Jsii$Default
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NetappVolumeMountOptionsOutputReference get​(Number index)  
      protected String getTerraformAttribute()
      The attribute on the parent resource this class is referencing.
      protected com.hashicorp.cdktf.IInterpolatingParent getTerraformResource()
      The parent resource.
      protected Boolean getWrapsSet()
      whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
      protected void setTerraformAttribute​(String value)
      The attribute on the parent resource this class is referencing.
      protected void setTerraformResource​(com.hashicorp.cdktf.IInterpolatingParent value)
      The parent resource.
      protected void setWrapsSet​(Boolean value)
      whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
      • Methods inherited from class com.hashicorp.cdktf.ComplexList

        allWithMapKey, computeFqn, getCreationStack, getFqn, resolve, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • NetappVolumeMountOptionsList

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

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

        @Stability(Stable)
        public NetappVolumeMountOptionsList​(@NotNull
                                            com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                            @NotNull
                                            String terraformAttribute,
                                            @NotNull
                                            Boolean wrapsSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        wrapsSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • getTerraformAttribute

        @Stability(Stable)
        @NotNull
        protected String getTerraformAttribute()
        The attribute on the parent resource this class is referencing.
        Overrides:
        getTerraformAttribute in class com.hashicorp.cdktf.ComplexList
      • setTerraformAttribute

        @Stability(Stable)
        protected void setTerraformAttribute​(@NotNull
                                             String value)
        The attribute on the parent resource this class is referencing.
        Overrides:
        setTerraformAttribute in class com.hashicorp.cdktf.ComplexList
      • getTerraformResource

        @Stability(Stable)
        @NotNull
        protected com.hashicorp.cdktf.IInterpolatingParent getTerraformResource()
        The parent resource.
        Overrides:
        getTerraformResource in class com.hashicorp.cdktf.ComplexList
      • setTerraformResource

        @Stability(Stable)
        protected void setTerraformResource​(@NotNull
                                            com.hashicorp.cdktf.IInterpolatingParent value)
        The parent resource.
        Overrides:
        setTerraformResource in class com.hashicorp.cdktf.ComplexList
      • getWrapsSet

        @Stability(Stable)
        @NotNull
        protected Boolean getWrapsSet()
        whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
        Overrides:
        getWrapsSet in class com.hashicorp.cdktf.ComplexList
      • setWrapsSet

        @Stability(Stable)
        protected void setWrapsSet​(@NotNull
                                   Boolean value)
        whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
        Overrides:
        setWrapsSet in class com.hashicorp.cdktf.ComplexList