Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 3.33 KB

Application.md

File metadata and controls

34 lines (30 loc) · 3.33 KB

Application

Properties

Name Type Description Notes
Svm *ApplicationSvm [optional] [default to null]
Uuid string Application UUID. This field is generated when the application is created. Required in the URL [optional] [default to null]
Name string Application Name. This field is user supplied when the application is created. Required in the POST body [optional] [default to null]
CreationTimestamp string The time when the application was created [optional] [default to null]
Generation int32 The generation number of the application. This indicates which features are supported on the application. For example, generation 1 applications do not support snapshots. Support for snapshots was added at generation 2. Any future generation numbers and their feature set will be documented [optional] [default to null]
ProtectionGranularity string Protection granularity determines the scope of Snapshot operations for the application. Possible values are "application" and "component". If the value is "application", Snapshot operations are performed on the entire application. If the value is "component", Snapshot operations are performed separately on the application components [optional] [default to null]
Rpo *ApplicationRpo [optional] [default to null]
State string The state of the application. For full functionality, applications must be in the online state. Other states indicate that the application is in a transient state and not all operations are supported [optional] [default to null]
Statistics *ApplicationStatistics [optional] [default to null]
Template *ApplicationTemplate1 [optional] [default to null]
MaxdataOnSan *MaxdataOnSan [optional] [default to null]
MongoDbOnSan *MongoDbOnSan [optional] [default to null]
Nas *Nas [optional] [default to null]
OracleOnNfs *OracleOnNfs [optional] [default to null]
OracleOnSan *OracleOnSan [optional] [default to null]
OracleRacOnNfs *OracleRacOnNfs [optional] [default to null]
OracleRacOnSan *OracleRacOnSan [optional] [default to null]
San *San [optional] [default to null]
SqlOnSan *SqlOnSan [optional] [default to null]
SqlOnSmb *SqlOnSmb [optional] [default to null]
VdiOnNas *VdiOnNas [optional] [default to null]
VdiOnSan *VdiOnSan [optional] [default to null]
VsiOnNas *VsiOnNas [optional] [default to null]
VsiOnSan *VsiOnSan [optional] [default to null]
Links *ApplicationLinks [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]