Class: Aws::FSx::Types::OpenZFSUserOrGroupQuota
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OpenZFSUserOrGroupQuota
- Defined in:
- gems/aws-sdk-fsx/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 in the FSx for OpenZFS User Guide.
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.
7520 7521 7522 7523 7524 7525 7526 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7520 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).
7520 7521 7522 7523 7524 7525 7526 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7520 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.
7520 7521 7522 7523 7524 7525 7526 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7520 class OpenZFSUserOrGroupQuota < Struct.new( :type, :id, :storage_capacity_quota_gi_b) SENSITIVE = [] include Aws::Structure end |