Interface CloudRunV2ServiceTemplateVolumesNfs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateVolumesNfs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.015Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateVolumesNfs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateVolumesNfs.BuilderA builder forCloudRunV2ServiceTemplateVolumesNfsstatic classCloudRunV2ServiceTemplateVolumesNfs.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateVolumesNfs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateVolumesNfs.Builderbuilder()StringgetPath()Path that is exported by the NFS server.default ObjectgetReadOnly()If true, mount the NFS volume as read only.StringgetServer()Hostname or IP address of the NFS server.
-
-
-
Method Detail
-
getPath
@Stability(Stable) @NotNull String getPath()
Path that is exported by the NFS server.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#path CloudRunV2Service#path}
-
getServer
@Stability(Stable) @NotNull String getServer()
Hostname or IP address of the NFS server.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#server CloudRunV2Service#server}
-
getReadOnly
@Stability(Stable) @Nullable default Object getReadOnly()
If true, mount the NFS volume as read only.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#read_only CloudRunV2Service#read_only}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateVolumesNfs.Builder builder()
-
-