Class ComputeRegionPerInstanceConfigPreservedStateOutputReference

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

      • ComputeRegionPerInstanceConfigPreservedStateOutputReference

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

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

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

      • putDisk

        @Stability(Stable)
        public void putDisk​(@NotNull
                            Object value)
        Parameters:
        value - This parameter is required.
      • putExternalIp

        @Stability(Stable)
        public void putExternalIp​(@NotNull
                                  Object value)
        Parameters:
        value - This parameter is required.
      • putInternalIp

        @Stability(Stable)
        public void putInternalIp​(@NotNull
                                  Object value)
        Parameters:
        value - This parameter is required.
      • resetDisk

        @Stability(Stable)
        public void resetDisk()
      • resetExternalIp

        @Stability(Stable)
        public void resetExternalIp()
      • resetInternalIp

        @Stability(Stable)
        public void resetInternalIp()
      • resetMetadata

        @Stability(Stable)
        public void resetMetadata()
      • getDiskInput

        @Stability(Stable)
        @Nullable
        public Object getDiskInput()
      • getExternalIpInput

        @Stability(Stable)
        @Nullable
        public Object getExternalIpInput()
      • getInternalIpInput

        @Stability(Stable)
        @Nullable
        public Object getInternalIpInput()
      • getMetadataInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getMetadataInput()
      • getMetadata

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getMetadata()
      • setMetadata

        @Stability(Stable)
        public void setMetadata​(@NotNull
                                Map<String,​String> value)