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

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

Instance Attribute Details

#idInteger

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

Returns:

  • (Integer)


7465
7466
7467
7468
7469
7470
7471
# File 'lib/aws-sdk-fsx/types.rb', line 7465

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)


7465
7466
7467
7468
7469
7470
7471
# File 'lib/aws-sdk-fsx/types.rb', line 7465

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)


7465
7466
7467
7468
7469
7470
7471
# File 'lib/aws-sdk-fsx/types.rb', line 7465

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