Class: Aws::FSx::Types::OpenZFSUserOrGroupQuota

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idInteger

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

Returns:

  • (Integer)


7362
7363
7364
7365
7366
7367
7368
# File 'gems/aws-sdk-fsx/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_bInteger

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

Returns:

  • (Integer)


7362
7363
7364
7365
7366
7367
7368
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7362

class OpenZFSUserOrGroupQuota < Struct.new(
  :type,
  :id,
  :storage_capacity_quota_gi_b)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specifies whether the quota applies to a user or group.

Returns:

  • (String)


7362
7363
7364
7365
7366
7367
7368
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7362

class OpenZFSUserOrGroupQuota < Struct.new(
  :type,
  :id,
  :storage_capacity_quota_gi_b)
  SENSITIVE = []
  include Aws::Structure
end