Interface FilestoreInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
FilestoreInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.189Z") @Stability(Stable) public interface FilestoreInstanceConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFilestoreInstanceConfig.BuilderA builder forFilestoreInstanceConfigstatic classFilestoreInstanceConfig.Jsii$ProxyAn implementation forFilestoreInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static FilestoreInstanceConfig.Builderbuilder()default StringgetDescription()A description of the instance.FilestoreInstanceFileSharesgetFileShares()file_shares block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#id FilestoreInstance#id}.default StringgetKmsKeyName()KMS key name used for data encryption.default Map<String,String>getLabels()Resource labels to represent user-provided metadata.default StringgetLocation()The name of the location of the instance.StringgetName()The resource name of the instance.ObjectgetNetworks()networks block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#project FilestoreInstance#project}.StringgetTier()The service tier of the instance.default FilestoreInstanceTimeoutsgetTimeouts()timeouts block.default StringgetZone()The name of the Filestore zone of the instance.
-
-
-
Method Detail
-
getFileShares
@Stability(Stable) @NotNull FilestoreInstanceFileShares getFileShares()
file_shares block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#file_shares FilestoreInstance#file_shares}
-
getName
@Stability(Stable) @NotNull String getName()
The resource name of the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#name FilestoreInstance#name}
-
getNetworks
@Stability(Stable) @NotNull Object getNetworks()
networks block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#networks FilestoreInstance#networks}
-
getTier
@Stability(Stable) @NotNull String getTier()
The service tier of the instance. Possible values include: STANDARD, PREMIUM, BASIC_HDD, BASIC_SSD, HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#tier FilestoreInstance#tier}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A description of the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#description FilestoreInstance#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#id FilestoreInstance#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getKmsKeyName
@Stability(Stable) @Nullable default String getKmsKeyName()
KMS key name used for data encryption.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#kms_key_name FilestoreInstance#kms_key_name}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Resource labels to represent user-provided metadata.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#labels FilestoreInstance#labels}
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
The name of the location of the instance. This can be a region for ENTERPRISE tier instances.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#location FilestoreInstance#location}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#project FilestoreInstance#project}.
-
getTimeouts
@Stability(Stable) @Nullable default FilestoreInstanceTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#timeouts FilestoreInstance#timeouts}
-
getZone
@Stability(Stable) @Nullable default String getZone()
The name of the Filestore zone of the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#zone FilestoreInstance#zone}
-
builder
@Stability(Stable) static FilestoreInstanceConfig.Builder builder()
- Returns:
- a
FilestoreInstanceConfig.BuilderofFilestoreInstanceConfig
-
-