Class FilestoreInstanceFileShares.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.filestore_instance.FilestoreInstanceFileShares.Jsii$Proxy
-
- All Implemented Interfaces:
FilestoreInstanceFileShares,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FilestoreInstanceFileShares
@Stability(Stable) @Internal public static final class FilestoreInstanceFileShares.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FilestoreInstanceFileShares
An implementation forFilestoreInstanceFileShares
-
-
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.filestore_instance.FilestoreInstanceFileShares
FilestoreInstanceFileShares.Builder, FilestoreInstanceFileShares.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FilestoreInstanceFileShares.Builder builder)Constructor that initializes the object based on literal property values passed by theFilestoreInstanceFileShares.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)NumbergetCapacityGb()File share capacity in GiB.StringgetName()The name of the fileshare (16 characters or less).ObjectgetNfsExportOptions()nfs_export_options block.StringgetSourceBackup()The resource name of the backup, in the format projects/{projectId}/locations/{locationId}/backups/{backupId}, that this file share has been restored from.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(FilestoreInstanceFileShares.Builder builder)
Constructor that initializes the object based on literal property values passed by theFilestoreInstanceFileShares.Builder.
-
-
Method Detail
-
getCapacityGb
public final Number getCapacityGb()
Description copied from interface:FilestoreInstanceFileSharesFile share capacity in GiB.This must be at least 1024 GiB for the standard tier, or 2560 GiB for the premium tier. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#capacity_gb FilestoreInstance#capacity_gb}
- Specified by:
getCapacityGbin interfaceFilestoreInstanceFileShares
-
getName
public final String getName()
Description copied from interface:FilestoreInstanceFileSharesThe name of the fileshare (16 characters or less).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#name FilestoreInstance#name}
- Specified by:
getNamein interfaceFilestoreInstanceFileShares
-
getNfsExportOptions
public final Object getNfsExportOptions()
Description copied from interface:FilestoreInstanceFileSharesnfs_export_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#nfs_export_options FilestoreInstance#nfs_export_options}
- Specified by:
getNfsExportOptionsin interfaceFilestoreInstanceFileShares
-
getSourceBackup
public final String getSourceBackup()
Description copied from interface:FilestoreInstanceFileSharesThe resource name of the backup, in the format projects/{projectId}/locations/{locationId}/backups/{backupId}, that this file share has been restored from.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#source_backup FilestoreInstance#source_backup}
- Specified by:
getSourceBackupin interfaceFilestoreInstanceFileShares
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-