Class CloudRunV2ServiceTemplateVolumesOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateVolumesOutputReference
-
- 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.016Z") @Stability(Stable) public class CloudRunV2ServiceTemplateVolumesOutputReference 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 CloudRunV2ServiceTemplateVolumesOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedCloudRunV2ServiceTemplateVolumesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudRunV2ServiceTemplateVolumesOutputReference(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
-
CloudRunV2ServiceTemplateVolumesOutputReference
protected CloudRunV2ServiceTemplateVolumesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudRunV2ServiceTemplateVolumesOutputReference
protected CloudRunV2ServiceTemplateVolumesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudRunV2ServiceTemplateVolumesOutputReference
@Stability(Stable) public CloudRunV2ServiceTemplateVolumesOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
putCloudSqlInstance
@Stability(Stable) public void putCloudSqlInstance(@NotNull CloudRunV2ServiceTemplateVolumesCloudSqlInstance value)- Parameters:
value- This parameter is required.
-
putGcs
@Stability(Stable) public void putGcs(@NotNull CloudRunV2ServiceTemplateVolumesGcs value)- Parameters:
value- This parameter is required.
-
putNfs
@Stability(Stable) public void putNfs(@NotNull CloudRunV2ServiceTemplateVolumesNfs value)- Parameters:
value- This parameter is required.
-
putSecret
@Stability(Stable) public void putSecret(@NotNull CloudRunV2ServiceTemplateVolumesSecret value)- Parameters:
value- This parameter is required.
-
resetCloudSqlInstance
@Stability(Stable) public void resetCloudSqlInstance()
-
resetGcs
@Stability(Stable) public void resetGcs()
-
resetNfs
@Stability(Stable) public void resetNfs()
-
resetSecret
@Stability(Stable) public void resetSecret()
-
getCloudSqlInstance
@Stability(Stable) @NotNull public CloudRunV2ServiceTemplateVolumesCloudSqlInstanceOutputReference getCloudSqlInstance()
-
getGcs
@Stability(Stable) @NotNull public CloudRunV2ServiceTemplateVolumesGcsOutputReference getGcs()
-
getNfs
@Stability(Stable) @NotNull public CloudRunV2ServiceTemplateVolumesNfsOutputReference getNfs()
-
getSecret
@Stability(Stable) @NotNull public CloudRunV2ServiceTemplateVolumesSecretOutputReference getSecret()
-
getCloudSqlInstanceInput
@Stability(Stable) @Nullable public CloudRunV2ServiceTemplateVolumesCloudSqlInstance getCloudSqlInstanceInput()
-
getGcsInput
@Stability(Stable) @Nullable public CloudRunV2ServiceTemplateVolumesGcs getGcsInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getNfsInput
@Stability(Stable) @Nullable public CloudRunV2ServiceTemplateVolumesNfs getNfsInput()
-
getSecretInput
@Stability(Stable) @Nullable public CloudRunV2ServiceTemplateVolumesSecret getSecretInput()
-
getName
@Stability(Stable) @NotNull public String getName()
-
setName
@Stability(Stable) public void setName(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudRunV2ServiceTemplateVolumes value)
-
-