Class FsxOpenzfsVolumeUserAndGroupQuotas.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.fsx_openzfs_volume.FsxOpenzfsVolumeUserAndGroupQuotas.Jsii$Proxy
-
- All Implemented Interfaces:
FsxOpenzfsVolumeUserAndGroupQuotas,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FsxOpenzfsVolumeUserAndGroupQuotas
@Stability(Stable) @Internal public static final class FsxOpenzfsVolumeUserAndGroupQuotas.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FsxOpenzfsVolumeUserAndGroupQuotas
An implementation forFsxOpenzfsVolumeUserAndGroupQuotas
-
-
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.aws.fsx_openzfs_volume.FsxOpenzfsVolumeUserAndGroupQuotas
FsxOpenzfsVolumeUserAndGroupQuotas.Builder, FsxOpenzfsVolumeUserAndGroupQuotas.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FsxOpenzfsVolumeUserAndGroupQuotas.Builder builder)Constructor that initializes the object based on literal property values passed by theFsxOpenzfsVolumeUserAndGroupQuotas.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)NumbergetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#id FsxOpenzfsVolume#id}.NumbergetStorageCapacityQuotaGib()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#storage_capacity_quota_gib FsxOpenzfsVolume#storage_capacity_quota_gib}.StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#type FsxOpenzfsVolume#type}.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(FsxOpenzfsVolumeUserAndGroupQuotas.Builder builder)
Constructor that initializes the object based on literal property values passed by theFsxOpenzfsVolumeUserAndGroupQuotas.Builder.
-
-
Method Detail
-
getId
public final Number getId()
Description copied from interface:FsxOpenzfsVolumeUserAndGroupQuotasDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#id FsxOpenzfsVolume#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.
- Specified by:
getIdin interfaceFsxOpenzfsVolumeUserAndGroupQuotas
-
getStorageCapacityQuotaGib
public final Number getStorageCapacityQuotaGib()
Description copied from interface:FsxOpenzfsVolumeUserAndGroupQuotasDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#storage_capacity_quota_gib FsxOpenzfsVolume#storage_capacity_quota_gib}.- Specified by:
getStorageCapacityQuotaGibin interfaceFsxOpenzfsVolumeUserAndGroupQuotas
-
getType
public final String getType()
Description copied from interface:FsxOpenzfsVolumeUserAndGroupQuotasDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#type FsxOpenzfsVolume#type}.- Specified by:
getTypein interfaceFsxOpenzfsVolumeUserAndGroupQuotas
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-