UsageModel interface
A usage model.
Properties
display | Localized information describing this usage model. |
model |
Non-localized keyword name for this usage model. |
target |
The type of Storage Target to which this model is applicable (only nfs3 as of this version). |
Property Details
display
Localized information describing this usage model.
display?: UsageModelDisplay
Property Value
modelName
Non-localized keyword name for this usage model.
modelName?: string
Property Value
string
targetType
The type of Storage Target to which this model is applicable (only nfs3 as of this version).
targetType?: string
Property Value
string