Class AppEngineFlexibleAppVersionNetworkOutputReference

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

      • AppEngineFlexibleAppVersionNetworkOutputReference

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

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

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

      • resetForwardedPorts

        @Stability(Stable)
        public void resetForwardedPorts()
      • resetInstanceTag

        @Stability(Stable)
        public void resetInstanceTag()
      • resetSessionAffinity

        @Stability(Stable)
        public void resetSessionAffinity()
      • resetSubnetwork

        @Stability(Stable)
        public void resetSubnetwork()
      • getForwardedPortsInput

        @Stability(Stable)
        @Nullable
        public List<String> getForwardedPortsInput()
      • getInstanceTagInput

        @Stability(Stable)
        @Nullable
        public String getInstanceTagInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getSessionAffinityInput

        @Stability(Stable)
        @Nullable
        public Object getSessionAffinityInput()
      • getSubnetworkInput

        @Stability(Stable)
        @Nullable
        public String getSubnetworkInput()
      • getForwardedPorts

        @Stability(Stable)
        @NotNull
        public List<String> getForwardedPorts()
      • setForwardedPorts

        @Stability(Stable)
        public void setForwardedPorts​(@NotNull
                                      List<String> value)
      • getInstanceTag

        @Stability(Stable)
        @NotNull
        public String getInstanceTag()
      • setInstanceTag

        @Stability(Stable)
        public void setInstanceTag​(@NotNull
                                   String value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getSessionAffinity

        @Stability(Stable)
        @NotNull
        public Object getSessionAffinity()
      • setSessionAffinity

        @Stability(Stable)
        public void setSessionAffinity​(@NotNull
                                       Boolean value)
      • setSessionAffinity

        @Stability(Stable)
        public void setSessionAffinity​(@NotNull
                                       com.hashicorp.cdktf.IResolvable value)
      • getSubnetwork

        @Stability(Stable)
        @NotNull
        public String getSubnetwork()
      • setSubnetwork

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