OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota

data class OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota(val id: Int, val storageCapacityQuotaGib: Int, val type: String)

Constructors

constructor(id: Int, storageCapacityQuotaGib: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: 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

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