...
Attribute Name | Type | Mult. | Access | Stereotypes | Description | Rationale |
qosId | Identifier | 1 | RW | OpenModelAttribute
| Unique identifier of the storage Qos in VNFD.
| See description. |
qosName | String | 1 | RW | OpenModelAttribute
| Name of storage QoS.
| Human readable name, corresponding to the Id. |
consumer |
ConsumerScope | 1 | RW | OpenModelAttribute
| Consumer type.
| Identify the volume which a Storge is based on is for on comes from the backend or frontendlocal. |
qosSpecs | KeyValuePair | 0..* | RW | OpenModelAttribute
| Describe qualities of Qos:total read/write rate{total_bytes_sec}、total read/write IOPS{total_iops_sec}.
| This is used for the information of basic stroge Qos requirements. |
...
Contains Enumeration Literals:
- BACK_END
- FRONT_END LOCAL
2. NetworkType
Contains Enumeration Literals:
- VLAN
- VXLAN
Contains Enumeration Literals:
- IPv4
- IPv6
...