Interface protos.google.cloud.netapp.v1.IQuotaRule (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a QuotaRule.
Package
@google-cloud/netapp
Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
description
description?: (string|null);
diskLimitMib
diskLimitMib?: (number|null);
labels
labels?: ({ [k: string]: string }|null);
name
state
state?: (google.cloud.netapp.v1.QuotaRule.State|keyof typeof google.cloud.netapp.v1.QuotaRule.State|null);
stateDetails
stateDetails?: (string|null);
target
type
type?: (google.cloud.netapp.v1.QuotaRule.Type|keyof typeof google.cloud.netapp.v1.QuotaRule.Type|null);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.netapp.v1.IQuotaRule (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/nodejs/docs/reference/netapp/latest/netapp/protos.google.cloud.netapp.v1.iquotarule)\n- [0.8.0](/nodejs/docs/reference/netapp/0.8.0/netapp/protos.google.cloud.netapp.v1.iquotarule)\n- [0.7.0](/nodejs/docs/reference/netapp/0.7.0/netapp/protos.google.cloud.netapp.v1.iquotarule)\n- [0.6.0](/nodejs/docs/reference/netapp/0.6.0/netapp/protos.google.cloud.netapp.v1.iquotarule)\n- [0.2.1](/nodejs/docs/reference/netapp/0.2.1/netapp/protos.google.cloud.netapp.v1.iquotarule) \nProperties of a QuotaRule.\n\nPackage\n-------\n\n[@google-cloud/netapp](../overview.html)\n\nProperties\n----------\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nQuotaRule createTime\n\n### description\n\n description?: (string|null);\n\nQuotaRule description\n\n### diskLimitMib\n\n diskLimitMib?: (number|null);\n\nQuotaRule diskLimitMib\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nQuotaRule labels\n\n### name\n\n name?: (string|null);\n\nQuotaRule name\n\n### state\n\n state?: (google.cloud.netapp.v1.QuotaRule.State|keyof typeof google.cloud.netapp.v1.QuotaRule.State|null);\n\nQuotaRule state\n\n### stateDetails\n\n stateDetails?: (string|null);\n\nQuotaRule stateDetails\n\n### target\n\n target?: (string|null);\n\nQuotaRule target\n\n### type\n\n type?: (google.cloud.netapp.v1.QuotaRule.Type|keyof typeof google.cloud.netapp.v1.QuotaRule.Type|null);\n\nQuotaRule type"]]