Class CloudRunV2ServiceTemplateVolumesNfs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateVolumesNfs.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplateVolumesNfs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplateVolumesNfs
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplateVolumesNfs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplateVolumesNfs
An implementation forCloudRunV2ServiceTemplateVolumesNfs
-
-
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.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateVolumesNfs
CloudRunV2ServiceTemplateVolumesNfs.Builder, CloudRunV2ServiceTemplateVolumesNfs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplateVolumesNfs.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateVolumesNfs.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPath()Path that is exported by the NFS server.ObjectgetReadOnly()If true, mount the NFS volume as read only.StringgetServer()Hostname or IP address of the NFS server.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudRunV2ServiceTemplateVolumesNfs.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateVolumesNfs.Builder.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:CloudRunV2ServiceTemplateVolumesNfsPath 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}
- Specified by:
getPathin interfaceCloudRunV2ServiceTemplateVolumesNfs
-
getServer
public final String getServer()
Description copied from interface:CloudRunV2ServiceTemplateVolumesNfsHostname 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}
- Specified by:
getServerin interfaceCloudRunV2ServiceTemplateVolumesNfs
-
getReadOnly
public final Object getReadOnly()
Description copied from interface:CloudRunV2ServiceTemplateVolumesNfsIf 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}
- Specified by:
getReadOnlyin interfaceCloudRunV2ServiceTemplateVolumesNfs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-