Interface CloudRunV2ServiceTemplateVolumes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateVolumes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.013Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateVolumes extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateVolumes.BuilderA builder forCloudRunV2ServiceTemplateVolumesstatic classCloudRunV2ServiceTemplateVolumes.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateVolumes
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateVolumes.Builderbuilder()default CloudRunV2ServiceTemplateVolumesCloudSqlInstancegetCloudSqlInstance()cloud_sql_instance block.default CloudRunV2ServiceTemplateVolumesGcsgetGcs()gcs block.StringgetName()Volume's name.default CloudRunV2ServiceTemplateVolumesNfsgetNfs()nfs block.default CloudRunV2ServiceTemplateVolumesSecretgetSecret()secret block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Volume's name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#name CloudRunV2Service#name}
-
getCloudSqlInstance
@Stability(Stable) @Nullable default CloudRunV2ServiceTemplateVolumesCloudSqlInstance getCloudSqlInstance()
cloud_sql_instance block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#cloud_sql_instance CloudRunV2Service#cloud_sql_instance}
-
getGcs
@Stability(Stable) @Nullable default CloudRunV2ServiceTemplateVolumesGcs getGcs()
gcs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#gcs CloudRunV2Service#gcs}
-
getNfs
@Stability(Stable) @Nullable default CloudRunV2ServiceTemplateVolumesNfs getNfs()
nfs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#nfs CloudRunV2Service#nfs}
-
getSecret
@Stability(Stable) @Nullable default CloudRunV2ServiceTemplateVolumesSecret getSecret()
secret block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#secret CloudRunV2Service#secret}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateVolumes.Builder builder()
-
-