Class GkeonpremVmwareClusterVcenterOutputReference

  • 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:21.483Z")
    @Stability(Stable)
    public class GkeonpremVmwareClusterVcenterOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GkeonpremVmwareClusterVcenterOutputReference

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

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

        @Stability(Stable)
        public GkeonpremVmwareClusterVcenterOutputReference​(@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

      • resetCaCertData

        @Stability(Stable)
        public void resetCaCertData()
      • resetCluster

        @Stability(Stable)
        public void resetCluster()
      • resetDatacenter

        @Stability(Stable)
        public void resetDatacenter()
      • resetDatastore

        @Stability(Stable)
        public void resetDatastore()
      • resetFolder

        @Stability(Stable)
        public void resetFolder()
      • resetResourcePool

        @Stability(Stable)
        public void resetResourcePool()
      • resetStoragePolicyName

        @Stability(Stable)
        public void resetStoragePolicyName()
      • getAddress

        @Stability(Stable)
        @NotNull
        public String getAddress()
      • getCaCertDataInput

        @Stability(Stable)
        @Nullable
        public String getCaCertDataInput()
      • getClusterInput

        @Stability(Stable)
        @Nullable
        public String getClusterInput()
      • getDatacenterInput

        @Stability(Stable)
        @Nullable
        public String getDatacenterInput()
      • getDatastoreInput

        @Stability(Stable)
        @Nullable
        public String getDatastoreInput()
      • getFolderInput

        @Stability(Stable)
        @Nullable
        public String getFolderInput()
      • getResourcePoolInput

        @Stability(Stable)
        @Nullable
        public String getResourcePoolInput()
      • getStoragePolicyNameInput

        @Stability(Stable)
        @Nullable
        public String getStoragePolicyNameInput()
      • getCaCertData

        @Stability(Stable)
        @NotNull
        public String getCaCertData()
      • setCaCertData

        @Stability(Stable)
        public void setCaCertData​(@NotNull
                                  String value)
      • getCluster

        @Stability(Stable)
        @NotNull
        public String getCluster()
      • setCluster

        @Stability(Stable)
        public void setCluster​(@NotNull
                               String value)
      • getDatacenter

        @Stability(Stable)
        @NotNull
        public String getDatacenter()
      • setDatacenter

        @Stability(Stable)
        public void setDatacenter​(@NotNull
                                  String value)
      • getDatastore

        @Stability(Stable)
        @NotNull
        public String getDatastore()
      • setDatastore

        @Stability(Stable)
        public void setDatastore​(@NotNull
                                 String value)
      • getFolder

        @Stability(Stable)
        @NotNull
        public String getFolder()
      • setFolder

        @Stability(Stable)
        public void setFolder​(@NotNull
                              String value)
      • getResourcePool

        @Stability(Stable)
        @NotNull
        public String getResourcePool()
      • setResourcePool

        @Stability(Stable)
        public void setResourcePool​(@NotNull
                                    String value)
      • getStoragePolicyName

        @Stability(Stable)
        @NotNull
        public String getStoragePolicyName()
      • setStoragePolicyName

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