Interface FsxOpenzfsVolumeUserAndGroupQuotas
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FsxOpenzfsVolumeUserAndGroupQuotas.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.121Z") @Stability(Stable) public interface FsxOpenzfsVolumeUserAndGroupQuotas extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFsxOpenzfsVolumeUserAndGroupQuotas.BuilderA builder forFsxOpenzfsVolumeUserAndGroupQuotasstatic classFsxOpenzfsVolumeUserAndGroupQuotas.Jsii$ProxyAn implementation forFsxOpenzfsVolumeUserAndGroupQuotas
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FsxOpenzfsVolumeUserAndGroupQuotas.Builderbuilder()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}.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull Number getId()
Docs 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.
-
getStorageCapacityQuotaGib
@Stability(Stable) @NotNull Number getStorageCapacityQuotaGib()
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}.
-
getType
@Stability(Stable) @NotNull String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#type FsxOpenzfsVolume#type}.
-
builder
@Stability(Stable) static FsxOpenzfsVolumeUserAndGroupQuotas.Builder builder()
-
-