OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs

data class OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs(val id: Output<Int>, val storageCapacityQuotaGib: Output<Int>, val type: Output<String>) : ConvertibleToJava<OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs>

Constructors

constructor(id: Output<Int>, storageCapacityQuotaGib: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val id: Output<Int>

The ID of the user or group. Valid values between 0 and 2147483647

Link copied to clipboard

The amount of storage that the user or group can use in gibibytes (GiB). Valid values between 0 and 2147483647

Link copied to clipboard
val type: Output<String>

A value that specifies whether the quota applies to a user or group. Valid values are USER or GROUP.

Functions

Link copied to clipboard
open override fun toJava(): OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs