Class CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_service.CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference
-
- 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.943Z") @Stability(Stable) public class CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference 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 CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudRunServiceTemplateSpecContainersLivenessProbeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudRunServiceTemplateSpecContainersLivenessProbeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference
protected CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference
protected CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference
@Stability(Stable) public CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference(@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
-
putGrpc
@Stability(Stable) public void putGrpc(@NotNull CloudRunServiceTemplateSpecContainersLivenessProbeGrpc value)- Parameters:
value- This parameter is required.
-
putHttpGet
@Stability(Stable) public void putHttpGet(@NotNull CloudRunServiceTemplateSpecContainersLivenessProbeHttpGet value)- Parameters:
value- This parameter is required.
-
resetFailureThreshold
@Stability(Stable) public void resetFailureThreshold()
-
resetGrpc
@Stability(Stable) public void resetGrpc()
-
resetHttpGet
@Stability(Stable) public void resetHttpGet()
-
resetInitialDelaySeconds
@Stability(Stable) public void resetInitialDelaySeconds()
-
resetPeriodSeconds
@Stability(Stable) public void resetPeriodSeconds()
-
resetTimeoutSeconds
@Stability(Stable) public void resetTimeoutSeconds()
-
getGrpc
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersLivenessProbeGrpcOutputReference getGrpc()
-
getHttpGet
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersLivenessProbeHttpGetOutputReference getHttpGet()
-
getFailureThresholdInput
@Stability(Stable) @Nullable public Number getFailureThresholdInput()
-
getGrpcInput
@Stability(Stable) @Nullable public CloudRunServiceTemplateSpecContainersLivenessProbeGrpc getGrpcInput()
-
getHttpGetInput
@Stability(Stable) @Nullable public CloudRunServiceTemplateSpecContainersLivenessProbeHttpGet getHttpGetInput()
-
getInitialDelaySecondsInput
@Stability(Stable) @Nullable public Number getInitialDelaySecondsInput()
-
getPeriodSecondsInput
@Stability(Stable) @Nullable public Number getPeriodSecondsInput()
-
getTimeoutSecondsInput
@Stability(Stable) @Nullable public Number getTimeoutSecondsInput()
-
getFailureThreshold
@Stability(Stable) @NotNull public Number getFailureThreshold()
-
setFailureThreshold
@Stability(Stable) public void setFailureThreshold(@NotNull Number value)
-
getInitialDelaySeconds
@Stability(Stable) @NotNull public Number getInitialDelaySeconds()
-
setInitialDelaySeconds
@Stability(Stable) public void setInitialDelaySeconds(@NotNull Number value)
-
getPeriodSeconds
@Stability(Stable) @NotNull public Number getPeriodSeconds()
-
setPeriodSeconds
@Stability(Stable) public void setPeriodSeconds(@NotNull Number value)
-
getTimeoutSeconds
@Stability(Stable) @NotNull public Number getTimeoutSeconds()
-
setTimeoutSeconds
@Stability(Stable) public void setTimeoutSeconds(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public CloudRunServiceTemplateSpecContainersLivenessProbe getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudRunServiceTemplateSpecContainersLivenessProbe value)
-
-