Table of Contents

Class OpenZFSUserOrGroupQuota

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Used to configure quotas that define how much storage a user or group can use on an FSx for OpenZFS volume. For more information, see Volume properties in the FSx for OpenZFS User Guide.

public class OpenZFSUserOrGroupQuota
Inheritance
OpenZFSUserOrGroupQuota
Inherited Members

Constructors

OpenZFSUserOrGroupQuota()

public OpenZFSUserOrGroupQuota()

Properties

Id

Gets and sets the property Id.

The ID of the user or group that the quota applies to.

public int Id { get; set; }

Property Value

int

StorageCapacityQuotaGiB

Gets and sets the property StorageCapacityQuotaGiB.

The user or group's storage quota, in gibibytes (GiB).

public int StorageCapacityQuotaGiB { get; set; }

Property Value

int

Type

Gets and sets the property Type.

Specifies whether the quota applies to a user or group.

public OpenZFSQuotaType Type { get; set; }

Property Value

OpenZFSQuotaType