Class: Aws::FSx::Types::OpenZFSUserOrGroupQuota
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OpenZFSUserOrGroupQuota
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
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][1
-
in the FSx for OpenZFS User Guide.
[1]: docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-volumes.html#volume-properties
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ Integer
The ID of the user or group that the quota applies to.
-
#storage_capacity_quota_gi_b ⇒ Integer
The user or group’s storage quota, in gibibytes (GiB).
-
#type ⇒ String
Specifies whether the quota applies to a user or group.
Instance Attribute Details
#id ⇒ Integer
The ID of the user or group that the quota applies to.
7362 7363 7364 7365 7366 7367 7368 |
# File 'lib/aws-sdk-fsx/types.rb', line 7362 class OpenZFSUserOrGroupQuota < Struct.new( :type, :id, :storage_capacity_quota_gi_b) SENSITIVE = [] include Aws::Structure end |
#storage_capacity_quota_gi_b ⇒ Integer
The user or group’s storage quota, in gibibytes (GiB).
7362 7363 7364 7365 7366 7367 7368 |
# File 'lib/aws-sdk-fsx/types.rb', line 7362 class OpenZFSUserOrGroupQuota < Struct.new( :type, :id, :storage_capacity_quota_gi_b) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies whether the quota applies to a user or group.
7362 7363 7364 7365 7366 7367 7368 |
# File 'lib/aws-sdk-fsx/types.rb', line 7362 class OpenZFSUserOrGroupQuota < Struct.new( :type, :id, :storage_capacity_quota_gi_b) SENSITIVE = [] include Aws::Structure end |