Class AppEngineFlexibleAppVersionNetworkOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.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
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description AppEngineFlexibleAppVersionNetworkOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppEngineFlexibleAppVersionNetworkOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppEngineFlexibleAppVersionNetworkOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getForwardedPorts()List<String>getForwardedPortsInput()StringgetInstanceTag()StringgetInstanceTagInput()AppEngineFlexibleAppVersionNetworkgetInternalValue()StringgetName()StringgetNameInput()ObjectgetSessionAffinity()ObjectgetSessionAffinityInput()StringgetSubnetwork()StringgetSubnetworkInput()voidresetForwardedPorts()voidresetInstanceTag()voidresetSessionAffinity()voidresetSubnetwork()voidsetForwardedPorts(List<String> value)voidsetInstanceTag(String value)voidsetInternalValue(AppEngineFlexibleAppVersionNetwork value)voidsetName(String value)voidsetSessionAffinity(com.hashicorp.cdktf.IResolvable value)voidsetSessionAffinity(Boolean value)voidsetSubnetwork(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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()
-
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()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionNetwork getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppEngineFlexibleAppVersionNetwork value)
-
-