Forked from
NFV - Network Functions Virtualisation / SOL002-SOL003
574 commits behind the upstream repository.
-
Change-Id: I406d1c8a20864b0b334d86da15e6a1bf1a785244 Signed-off-by:
Gergely Csatari <gergely.csatari@nokia.com>
Change-Id: I406d1c8a20864b0b334d86da15e6a1bf1a785244 Signed-off-by:
Gergely Csatari <gergely.csatari@nokia.com>
VirtualisedResourcesQuotaAvailableNotification_def.yaml 4.45 KiB
# Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt
definitions:
VrQuotaAvailNotificationsFilter:
description: >
This type represents a subscription filter related to notifications
about the availability of the virtualised resources quotas.
At a particular nesting level in the filter structure, the following
applies: All attributes shall match in order for the filter to match
(logical "and" between different filter attributes). If an attribute is
an array, the attribute shall match if at least one of the values in the
array matches (logical "or" between the values of one filter attribute).
type: object
properties:
vimIds:
description: >
Match VIMs that were created the quota for a consumer of the
virtualised resources.
This attribute shall only be supported when VNF-related Resource
Management in direct mode is applicable.
type: array
items:
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
resourceProviderIds:
description: >
Match the entities responsible for the management of the virtualised
resources that were allocated by the NFVO.
This attribute shall only be supported when VNF-related Resource
Management in indirect mode is applicable. The identification scheme
is outside the scope of the present document.
type: array
items:
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
resourceTypes:
description: >
Match particular resource types.
type: array
items:
type: string
enum:
- COMPUTE
- STORAGE
- NETWORK
resourceGroupIds:
description: >
Match the "infrastructure resource groups" that are logical
groupings of the virtualised resources assigned to a tenant within
an infrastructure Domain.
type: array
items:
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVim"
VrQuotaAvailSubscription:
description: >
This type represents a subscription related to notifications related to
the availability of the virtualised resources quotas.
type: object
required:
- id
- callbackUri
- _links
properties:
id:
description: >
Identifier of this subscription resource
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
filter:
description: >
Input filter for selecting notifications to subscribe to.