powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell
powerscale.getQuota
Explore with Pulumi AI
This datasource is used to query the existing quotas from PowerScale array. The information fetched from this datasource can be used for getting the details or for further processing in resource block. Quota module monitors and enforces administrator-defined storage limits
Using getQuota
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getQuota(args: GetQuotaArgs, opts?: InvokeOptions): Promise<GetQuotaResult>
function getQuotaOutput(args: GetQuotaOutputArgs, opts?: InvokeOptions): Output<GetQuotaResult>
def get_quota(filter: Optional[GetQuotaFilter] = None,
opts: Optional[InvokeOptions] = None) -> GetQuotaResult
def get_quota_output(filter: Optional[pulumi.Input[GetQuotaFilterArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQuotaResult]
func LookupQuota(ctx *Context, args *LookupQuotaArgs, opts ...InvokeOption) (*LookupQuotaResult, error)
func LookupQuotaOutput(ctx *Context, args *LookupQuotaOutputArgs, opts ...InvokeOption) LookupQuotaResultOutput
> Note: This function is named LookupQuota
in the Go SDK.
public static class GetQuota
{
public static Task<GetQuotaResult> InvokeAsync(GetQuotaArgs args, InvokeOptions? opts = null)
public static Output<GetQuotaResult> Invoke(GetQuotaInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetQuotaResult> getQuota(GetQuotaArgs args, InvokeOptions options)
public static Output<GetQuotaResult> getQuota(GetQuotaArgs args, InvokeOptions options)
fn::invoke:
function: powerscale:index/getQuota:getQuota
arguments:
# arguments dictionary
The following arguments are supported:
getQuota Result
The following output properties are available:
- Id string
- Identifier
- Quotas
List<Get
Quota Quota> - List of Quotas
- Filter
Get
Quota Filter
- Id string
- Identifier
- Quotas
[]Get
Quota Quota - List of Quotas
- Filter
Get
Quota Filter
- id String
- Identifier
- quotas
List<Get
Quota Quota> - List of Quotas
- filter
Get
Quota Filter
- id string
- Identifier
- quotas
Get
Quota Quota[] - List of Quotas
- filter
Get
Quota Filter
- id str
- Identifier
- quotas
Sequence[Get
Quota Quota] - List of Quotas
- filter
Get
Quota Filter
- id String
- Identifier
- quotas List<Property Map>
- List of Quotas
- filter Property Map
Supporting Types
GetQuotaFilter
- Enforced bool
- Only list quotas with this enforcement (non-accounting).
- Exceeded bool
- Set to true to only list quotas which have exceeded one or more of their thresholds.
- Include
Snapshots bool - Only list quotas with this setting for include_snapshots.
- Path string
- Only list quotas matching this path (see also recurse*path**).
- Persona string
- Only list user or group quotas matching this persona (must be used with the corresponding type argument).
- Recurse
Path boolChildren - If used with the path argument, match all quotas at that path or any descendent sub-directory.
- Recurse
Path boolParents - If used with the path argument, match all quotas at that path or any parent directory.
- Report
Id string - Use the named report as a source rather than the live quotas.
- Type string
- Only list quotas matching this type.
- Zone string
- Optional named zone to use for user and group resolution.
- Enforced bool
- Only list quotas with this enforcement (non-accounting).
- Exceeded bool
- Set to true to only list quotas which have exceeded one or more of their thresholds.
- Include
Snapshots bool - Only list quotas with this setting for include_snapshots.
- Path string
- Only list quotas matching this path (see also recurse*path**).
- Persona string
- Only list user or group quotas matching this persona (must be used with the corresponding type argument).
- Recurse
Path boolChildren - If used with the path argument, match all quotas at that path or any descendent sub-directory.
- Recurse
Path boolParents - If used with the path argument, match all quotas at that path or any parent directory.
- Report
Id string - Use the named report as a source rather than the live quotas.
- Type string
- Only list quotas matching this type.
- Zone string
- Optional named zone to use for user and group resolution.
- enforced Boolean
- Only list quotas with this enforcement (non-accounting).
- exceeded Boolean
- Set to true to only list quotas which have exceeded one or more of their thresholds.
- include
Snapshots Boolean - Only list quotas with this setting for include_snapshots.
- path String
- Only list quotas matching this path (see also recurse*path**).
- persona String
- Only list user or group quotas matching this persona (must be used with the corresponding type argument).
- recurse
Path BooleanChildren - If used with the path argument, match all quotas at that path or any descendent sub-directory.
- recurse
Path BooleanParents - If used with the path argument, match all quotas at that path or any parent directory.
- report
Id String - Use the named report as a source rather than the live quotas.
- type String
- Only list quotas matching this type.
- zone String
- Optional named zone to use for user and group resolution.
- enforced boolean
- Only list quotas with this enforcement (non-accounting).
- exceeded boolean
- Set to true to only list quotas which have exceeded one or more of their thresholds.
- include
Snapshots boolean - Only list quotas with this setting for include_snapshots.
- path string
- Only list quotas matching this path (see also recurse*path**).
- persona string
- Only list user or group quotas matching this persona (must be used with the corresponding type argument).
- recurse
Path booleanChildren - If used with the path argument, match all quotas at that path or any descendent sub-directory.
- recurse
Path booleanParents - If used with the path argument, match all quotas at that path or any parent directory.
- report
Id string - Use the named report as a source rather than the live quotas.
- type string
- Only list quotas matching this type.
- zone string
- Optional named zone to use for user and group resolution.
- enforced bool
- Only list quotas with this enforcement (non-accounting).
- exceeded bool
- Set to true to only list quotas which have exceeded one or more of their thresholds.
- include_
snapshots bool - Only list quotas with this setting for include_snapshots.
- path str
- Only list quotas matching this path (see also recurse*path**).
- persona str
- Only list user or group quotas matching this persona (must be used with the corresponding type argument).
- recurse_
path_ boolchildren - If used with the path argument, match all quotas at that path or any descendent sub-directory.
- recurse_
path_ boolparents - If used with the path argument, match all quotas at that path or any parent directory.
- report_
id str - Use the named report as a source rather than the live quotas.
- type str
- Only list quotas matching this type.
- zone str
- Optional named zone to use for user and group resolution.
- enforced Boolean
- Only list quotas with this enforcement (non-accounting).
- exceeded Boolean
- Set to true to only list quotas which have exceeded one or more of their thresholds.
- include
Snapshots Boolean - Only list quotas with this setting for include_snapshots.
- path String
- Only list quotas matching this path (see also recurse*path**).
- persona String
- Only list user or group quotas matching this persona (must be used with the corresponding type argument).
- recurse
Path BooleanChildren - If used with the path argument, match all quotas at that path or any descendent sub-directory.
- recurse
Path BooleanParents - If used with the path argument, match all quotas at that path or any parent directory.
- report
Id String - Use the named report as a source rather than the live quotas.
- type String
- Only list quotas matching this type.
- zone String
- Optional named zone to use for user and group resolution.
GetQuotaQuota
- Container bool
- If true, SMB shares using the quota directory see the quota thresholds as share size.
- Efficiency
Ratio double - Represents the ratio of logical space provided to physical space used. This accounts for protection overhead, metadata, and compression ratios for the data.
- Enforced bool
- True if the quota provides enforcement, otherwise an accounting quota.
- Id string
- The system ID given to the quota.
- Include
Snapshots bool - If true, quota governs snapshot data as well as head data.
- Linked bool
- For user, group and directory quotas, true if the quota is linked and controlled by a parent default-* quota. Linked quotas cannot be modified until they are unlinked.
- Notifications string
- Summary of notifications: 'custom' indicates one or more notification rules available from the notifications sub-resource; 'default' indicates system default rules are used; 'disabled' indicates that no notifications will be used for this quota.; 'badmap' indicates that notification rule has problem in rule map.
- Path string
- The ifs path governed.
- Persona
Get
Quota Quota Persona - Specifies the persona of the file group.
- Ready bool
- True if the default resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Reduction
Ratio double - Represents the ratio of logical space provided to physical data space used. This accounts for compression and data deduplication effects.
- Thresholds
Get
Quota Quota Thresholds - The thresholds of quota
- Thresholds
On string - Thresholds apply on quota accounting metric.
- Type string
- The type of quota.
- Usage
Get
Quota Quota Usage - The usage of quota
- Container bool
- If true, SMB shares using the quota directory see the quota thresholds as share size.
- Efficiency
Ratio float64 - Represents the ratio of logical space provided to physical space used. This accounts for protection overhead, metadata, and compression ratios for the data.
- Enforced bool
- True if the quota provides enforcement, otherwise an accounting quota.
- Id string
- The system ID given to the quota.
- Include
Snapshots bool - If true, quota governs snapshot data as well as head data.
- Linked bool
- For user, group and directory quotas, true if the quota is linked and controlled by a parent default-* quota. Linked quotas cannot be modified until they are unlinked.
- Notifications string
- Summary of notifications: 'custom' indicates one or more notification rules available from the notifications sub-resource; 'default' indicates system default rules are used; 'disabled' indicates that no notifications will be used for this quota.; 'badmap' indicates that notification rule has problem in rule map.
- Path string
- The ifs path governed.
- Persona
Get
Quota Quota Persona - Specifies the persona of the file group.
- Ready bool
- True if the default resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Reduction
Ratio float64 - Represents the ratio of logical space provided to physical data space used. This accounts for compression and data deduplication effects.
- Thresholds
Get
Quota Quota Thresholds - The thresholds of quota
- Thresholds
On string - Thresholds apply on quota accounting metric.
- Type string
- The type of quota.
- Usage
Get
Quota Quota Usage - The usage of quota
- container Boolean
- If true, SMB shares using the quota directory see the quota thresholds as share size.
- efficiency
Ratio Double - Represents the ratio of logical space provided to physical space used. This accounts for protection overhead, metadata, and compression ratios for the data.
- enforced Boolean
- True if the quota provides enforcement, otherwise an accounting quota.
- id String
- The system ID given to the quota.
- include
Snapshots Boolean - If true, quota governs snapshot data as well as head data.
- linked Boolean
- For user, group and directory quotas, true if the quota is linked and controlled by a parent default-* quota. Linked quotas cannot be modified until they are unlinked.
- notifications String
- Summary of notifications: 'custom' indicates one or more notification rules available from the notifications sub-resource; 'default' indicates system default rules are used; 'disabled' indicates that no notifications will be used for this quota.; 'badmap' indicates that notification rule has problem in rule map.
- path String
- The ifs path governed.
- persona
Get
Quota Quota Persona - Specifies the persona of the file group.
- ready Boolean
- True if the default resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- reduction
Ratio Double - Represents the ratio of logical space provided to physical data space used. This accounts for compression and data deduplication effects.
- thresholds
Get
Quota Quota Thresholds - The thresholds of quota
- thresholds
On String - Thresholds apply on quota accounting metric.
- type String
- The type of quota.
- usage
Get
Quota Quota Usage - The usage of quota
- container boolean
- If true, SMB shares using the quota directory see the quota thresholds as share size.
- efficiency
Ratio number - Represents the ratio of logical space provided to physical space used. This accounts for protection overhead, metadata, and compression ratios for the data.
- enforced boolean
- True if the quota provides enforcement, otherwise an accounting quota.
- id string
- The system ID given to the quota.
- include
Snapshots boolean - If true, quota governs snapshot data as well as head data.
- linked boolean
- For user, group and directory quotas, true if the quota is linked and controlled by a parent default-* quota. Linked quotas cannot be modified until they are unlinked.
- notifications string
- Summary of notifications: 'custom' indicates one or more notification rules available from the notifications sub-resource; 'default' indicates system default rules are used; 'disabled' indicates that no notifications will be used for this quota.; 'badmap' indicates that notification rule has problem in rule map.
- path string
- The ifs path governed.
- persona
Get
Quota Quota Persona - Specifies the persona of the file group.
- ready boolean
- True if the default resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- reduction
Ratio number - Represents the ratio of logical space provided to physical data space used. This accounts for compression and data deduplication effects.
- thresholds
Get
Quota Quota Thresholds - The thresholds of quota
- thresholds
On string - Thresholds apply on quota accounting metric.
- type string
- The type of quota.
- usage
Get
Quota Quota Usage - The usage of quota
- container bool
- If true, SMB shares using the quota directory see the quota thresholds as share size.
- efficiency_
ratio float - Represents the ratio of logical space provided to physical space used. This accounts for protection overhead, metadata, and compression ratios for the data.
- enforced bool
- True if the quota provides enforcement, otherwise an accounting quota.
- id str
- The system ID given to the quota.
- include_
snapshots bool - If true, quota governs snapshot data as well as head data.
- linked bool
- For user, group and directory quotas, true if the quota is linked and controlled by a parent default-* quota. Linked quotas cannot be modified until they are unlinked.
- notifications str
- Summary of notifications: 'custom' indicates one or more notification rules available from the notifications sub-resource; 'default' indicates system default rules are used; 'disabled' indicates that no notifications will be used for this quota.; 'badmap' indicates that notification rule has problem in rule map.
- path str
- The ifs path governed.
- persona
Get
Quota Quota Persona - Specifies the persona of the file group.
- ready bool
- True if the default resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- reduction_
ratio float - Represents the ratio of logical space provided to physical data space used. This accounts for compression and data deduplication effects.
- thresholds
Get
Quota Quota Thresholds - The thresholds of quota
- thresholds_
on str - Thresholds apply on quota accounting metric.
- type str
- The type of quota.
- usage
Get
Quota Quota Usage - The usage of quota
- container Boolean
- If true, SMB shares using the quota directory see the quota thresholds as share size.
- efficiency
Ratio Number - Represents the ratio of logical space provided to physical space used. This accounts for protection overhead, metadata, and compression ratios for the data.
- enforced Boolean
- True if the quota provides enforcement, otherwise an accounting quota.
- id String
- The system ID given to the quota.
- include
Snapshots Boolean - If true, quota governs snapshot data as well as head data.
- linked Boolean
- For user, group and directory quotas, true if the quota is linked and controlled by a parent default-* quota. Linked quotas cannot be modified until they are unlinked.
- notifications String
- Summary of notifications: 'custom' indicates one or more notification rules available from the notifications sub-resource; 'default' indicates system default rules are used; 'disabled' indicates that no notifications will be used for this quota.; 'badmap' indicates that notification rule has problem in rule map.
- path String
- The ifs path governed.
- persona Property Map
- Specifies the persona of the file group.
- ready Boolean
- True if the default resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- reduction
Ratio Number - Represents the ratio of logical space provided to physical data space used. This accounts for compression and data deduplication effects.
- thresholds Property Map
- The thresholds of quota
- thresholds
On String - Thresholds apply on quota accounting metric.
- type String
- The type of quota.
- usage Property Map
- The usage of quota
GetQuotaQuotaPersona
GetQuotaQuotaThresholds
- Advisory double
- Usage bytes at which notifications will be sent but writes will not be denied.
- Advisory
Exceeded bool - True if the advisory threshold has been hit.
- Advisory
Last doubleExceeded - Time at which advisory threshold was hit.
- Hard double
- Usage bytes at which further writes will be denied.
- Hard
Exceeded bool - True if the hard threshold has been hit.
- Hard
Last doubleExceeded - Time at which hard threshold was hit.
- Percent
Advisory double - Advisory threshold as percent of hard threshold. Usage bytes at which notifications will be sent but writes will not be denied.
- Percent
Soft double - Soft threshold as percent of hard threshold. Usage bytes at which notifications will be sent and soft grace time will be started.
- Soft double
- Usage bytes at which notifications will be sent and soft grace time will be started.
- Soft
Exceeded bool - True if the soft threshold has been hit.
- Soft
Grace double - Time in seconds after which the soft threshold has been hit before writes will be denied.
- Soft
Last doubleExceeded - Time at which soft threshold was hit
- Advisory float64
- Usage bytes at which notifications will be sent but writes will not be denied.
- Advisory
Exceeded bool - True if the advisory threshold has been hit.
- Advisory
Last float64Exceeded - Time at which advisory threshold was hit.
- Hard float64
- Usage bytes at which further writes will be denied.
- Hard
Exceeded bool - True if the hard threshold has been hit.
- Hard
Last float64Exceeded - Time at which hard threshold was hit.
- Percent
Advisory float64 - Advisory threshold as percent of hard threshold. Usage bytes at which notifications will be sent but writes will not be denied.
- Percent
Soft float64 - Soft threshold as percent of hard threshold. Usage bytes at which notifications will be sent and soft grace time will be started.
- Soft float64
- Usage bytes at which notifications will be sent and soft grace time will be started.
- Soft
Exceeded bool - True if the soft threshold has been hit.
- Soft
Grace float64 - Time in seconds after which the soft threshold has been hit before writes will be denied.
- Soft
Last float64Exceeded - Time at which soft threshold was hit
- advisory Double
- Usage bytes at which notifications will be sent but writes will not be denied.
- advisory
Exceeded Boolean - True if the advisory threshold has been hit.
- advisory
Last DoubleExceeded - Time at which advisory threshold was hit.
- hard Double
- Usage bytes at which further writes will be denied.
- hard
Exceeded Boolean - True if the hard threshold has been hit.
- hard
Last DoubleExceeded - Time at which hard threshold was hit.
- percent
Advisory Double - Advisory threshold as percent of hard threshold. Usage bytes at which notifications will be sent but writes will not be denied.
- percent
Soft Double - Soft threshold as percent of hard threshold. Usage bytes at which notifications will be sent and soft grace time will be started.
- soft Double
- Usage bytes at which notifications will be sent and soft grace time will be started.
- soft
Exceeded Boolean - True if the soft threshold has been hit.
- soft
Grace Double - Time in seconds after which the soft threshold has been hit before writes will be denied.
- soft
Last DoubleExceeded - Time at which soft threshold was hit
- advisory number
- Usage bytes at which notifications will be sent but writes will not be denied.
- advisory
Exceeded boolean - True if the advisory threshold has been hit.
- advisory
Last numberExceeded - Time at which advisory threshold was hit.
- hard number
- Usage bytes at which further writes will be denied.
- hard
Exceeded boolean - True if the hard threshold has been hit.
- hard
Last numberExceeded - Time at which hard threshold was hit.
- percent
Advisory number - Advisory threshold as percent of hard threshold. Usage bytes at which notifications will be sent but writes will not be denied.
- percent
Soft number - Soft threshold as percent of hard threshold. Usage bytes at which notifications will be sent and soft grace time will be started.
- soft number
- Usage bytes at which notifications will be sent and soft grace time will be started.
- soft
Exceeded boolean - True if the soft threshold has been hit.
- soft
Grace number - Time in seconds after which the soft threshold has been hit before writes will be denied.
- soft
Last numberExceeded - Time at which soft threshold was hit
- advisory float
- Usage bytes at which notifications will be sent but writes will not be denied.
- advisory_
exceeded bool - True if the advisory threshold has been hit.
- advisory_
last_ floatexceeded - Time at which advisory threshold was hit.
- hard float
- Usage bytes at which further writes will be denied.
- hard_
exceeded bool - True if the hard threshold has been hit.
- hard_
last_ floatexceeded - Time at which hard threshold was hit.
- percent_
advisory float - Advisory threshold as percent of hard threshold. Usage bytes at which notifications will be sent but writes will not be denied.
- percent_
soft float - Soft threshold as percent of hard threshold. Usage bytes at which notifications will be sent and soft grace time will be started.
- soft float
- Usage bytes at which notifications will be sent and soft grace time will be started.
- soft_
exceeded bool - True if the soft threshold has been hit.
- soft_
grace float - Time in seconds after which the soft threshold has been hit before writes will be denied.
- soft_
last_ floatexceeded - Time at which soft threshold was hit
- advisory Number
- Usage bytes at which notifications will be sent but writes will not be denied.
- advisory
Exceeded Boolean - True if the advisory threshold has been hit.
- advisory
Last NumberExceeded - Time at which advisory threshold was hit.
- hard Number
- Usage bytes at which further writes will be denied.
- hard
Exceeded Boolean - True if the hard threshold has been hit.
- hard
Last NumberExceeded - Time at which hard threshold was hit.
- percent
Advisory Number - Advisory threshold as percent of hard threshold. Usage bytes at which notifications will be sent but writes will not be denied.
- percent
Soft Number - Soft threshold as percent of hard threshold. Usage bytes at which notifications will be sent and soft grace time will be started.
- soft Number
- Usage bytes at which notifications will be sent and soft grace time will be started.
- soft
Exceeded Boolean - True if the soft threshold has been hit.
- soft
Grace Number - Time in seconds after which the soft threshold has been hit before writes will be denied.
- soft
Last NumberExceeded - Time at which soft threshold was hit
GetQuotaQuotaUsage
- Applogical double
- Bytes used by governed data apparent to application.
- Applogical
Ready bool - True if applogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Fslogical double
- Bytes used by governed data apparent to filesystem.
- Fslogical
Ready bool - True if fslogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Fsphysical double
- Physical data usage adjusted to account for shadow store efficiency
- Fsphysical
Ready bool - True if fsphysical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Inodes double
- Number of inodes (filesystem entities) used by governed data.
- Inodes
Ready bool - True if inodes resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Physical double
- Bytes used for governed data and filesystem overhead.
- Physical
Data double - Number of physical blocks for file data
- Physical
Data boolReady - True if physical_data resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Physical
Protection double - Number of physical blocks for file protection
- Physical
Protection boolReady - True if physical_protection resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Physical
Ready bool - True if physical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Shadow
Refs double - Number of shadow references (cloned, deduplicated or packed filesystem blocks) used by governed data.
- Shadow
Refs boolReady - True if shadow_refs resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Applogical float64
- Bytes used by governed data apparent to application.
- Applogical
Ready bool - True if applogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Fslogical float64
- Bytes used by governed data apparent to filesystem.
- Fslogical
Ready bool - True if fslogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Fsphysical float64
- Physical data usage adjusted to account for shadow store efficiency
- Fsphysical
Ready bool - True if fsphysical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Inodes float64
- Number of inodes (filesystem entities) used by governed data.
- Inodes
Ready bool - True if inodes resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Physical float64
- Bytes used for governed data and filesystem overhead.
- Physical
Data float64 - Number of physical blocks for file data
- Physical
Data boolReady - True if physical_data resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Physical
Protection float64 - Number of physical blocks for file protection
- Physical
Protection boolReady - True if physical_protection resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Physical
Ready bool - True if physical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- Shadow
Refs float64 - Number of shadow references (cloned, deduplicated or packed filesystem blocks) used by governed data.
- Shadow
Refs boolReady - True if shadow_refs resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- applogical Double
- Bytes used by governed data apparent to application.
- applogical
Ready Boolean - True if applogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- fslogical Double
- Bytes used by governed data apparent to filesystem.
- fslogical
Ready Boolean - True if fslogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- fsphysical Double
- Physical data usage adjusted to account for shadow store efficiency
- fsphysical
Ready Boolean - True if fsphysical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- inodes Double
- Number of inodes (filesystem entities) used by governed data.
- inodes
Ready Boolean - True if inodes resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical Double
- Bytes used for governed data and filesystem overhead.
- physical
Data Double - Number of physical blocks for file data
- physical
Data BooleanReady - True if physical_data resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical
Protection Double - Number of physical blocks for file protection
- physical
Protection BooleanReady - True if physical_protection resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical
Ready Boolean - True if physical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- shadow
Refs Double - Number of shadow references (cloned, deduplicated or packed filesystem blocks) used by governed data.
- shadow
Refs BooleanReady - True if shadow_refs resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- applogical number
- Bytes used by governed data apparent to application.
- applogical
Ready boolean - True if applogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- fslogical number
- Bytes used by governed data apparent to filesystem.
- fslogical
Ready boolean - True if fslogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- fsphysical number
- Physical data usage adjusted to account for shadow store efficiency
- fsphysical
Ready boolean - True if fsphysical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- inodes number
- Number of inodes (filesystem entities) used by governed data.
- inodes
Ready boolean - True if inodes resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical number
- Bytes used for governed data and filesystem overhead.
- physical
Data number - Number of physical blocks for file data
- physical
Data booleanReady - True if physical_data resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical
Protection number - Number of physical blocks for file protection
- physical
Protection booleanReady - True if physical_protection resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical
Ready boolean - True if physical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- shadow
Refs number - Number of shadow references (cloned, deduplicated or packed filesystem blocks) used by governed data.
- shadow
Refs booleanReady - True if shadow_refs resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- applogical float
- Bytes used by governed data apparent to application.
- applogical_
ready bool - True if applogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- fslogical float
- Bytes used by governed data apparent to filesystem.
- fslogical_
ready bool - True if fslogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- fsphysical float
- Physical data usage adjusted to account for shadow store efficiency
- fsphysical_
ready bool - True if fsphysical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- inodes float
- Number of inodes (filesystem entities) used by governed data.
- inodes_
ready bool - True if inodes resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical float
- Bytes used for governed data and filesystem overhead.
- physical_
data float - Number of physical blocks for file data
- physical_
data_ boolready - True if physical_data resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical_
protection float - Number of physical blocks for file protection
- physical_
protection_ boolready - True if physical_protection resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical_
ready bool - True if physical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- shadow_
refs float - Number of shadow references (cloned, deduplicated or packed filesystem blocks) used by governed data.
- shadow_
refs_ boolready - True if shadow_refs resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- applogical Number
- Bytes used by governed data apparent to application.
- applogical
Ready Boolean - True if applogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- fslogical Number
- Bytes used by governed data apparent to filesystem.
- fslogical
Ready Boolean - True if fslogical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- fsphysical Number
- Physical data usage adjusted to account for shadow store efficiency
- fsphysical
Ready Boolean - True if fsphysical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- inodes Number
- Number of inodes (filesystem entities) used by governed data.
- inodes
Ready Boolean - True if inodes resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical Number
- Bytes used for governed data and filesystem overhead.
- physical
Data Number - Number of physical blocks for file data
- physical
Data BooleanReady - True if physical_data resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical
Protection Number - Number of physical blocks for file protection
- physical
Protection BooleanReady - True if physical_protection resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- physical
Ready Boolean - True if physical resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
- shadow
Refs Number - Number of shadow references (cloned, deduplicated or packed filesystem blocks) used by governed data.
- shadow
Refs BooleanReady - True if shadow_refs resource accounting is accurate on the quota. If false, this quota is waiting on completion of a QuotaScan job.
Package Details
- Repository
- powerscale dell/terraform-provider-powerscale
- License
- Notes
- This Pulumi package is based on the
powerscale
Terraform Provider.