Interface VirtualService
- All Superinterfaces:
org.gcube.informationsystem.base.reference.Element,org.gcube.informationsystem.model.reference.entities.Entity,org.gcube.informationsystem.base.reference.entities.EntityElement,org.gcube.informationsystem.model.reference.ERElement,GCubeResource,org.gcube.informationsystem.base.reference.IdentifiableElement,org.gcube.informationsystem.model.reference.ModelElement,org.gcube.informationsystem.model.reference.entities.Resource,Serializable,Service
- All Known Implementing Classes:
VirtualServiceImpl
@ResourceSchema(facets=,
resources=)
@TypeMetadata(name="VirtualService",
description="VirtualService is an abstract service (non-physically existing service) worth being represented as an existing Service for management purposes. Examples of usage include cases where classes or set of services have to be managed like an existing unit. This resource is essential from infrastructure management point of view because it allows easily share a pool of services across VREs as a single unit. VirtualService mainly consist of a service definition which uses relations to {@link ConfigurationTemplate}, {@link EService}, {@link Software} (using {@link Demands} relation) to properly support the sharing across VREs. The correct sharing is feasible thanks to the {@link PropagationConstraint} of the model. The IS provides only the support for resource sharing as a bundle. Instead, the actions required to deploy a {@link Software} are a responsibility of the service invoking the sharing operation. This resource emerged thank to the experience maturated with gCube IS V.1 (gCore Based IS) where this resource was represented as a Generic Resource containing the list of the resource\u2019s id forming the bundle which often lead to inconsistency.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface VirtualService
extends Service
VirtualService is an abstract service (non-physically existing service) worth being
represented as an existing Service for management purposes.
Examples of usage include cases where set of services have to
be managed like an existing unit.
This resource is essential from infrastructure management point of view because
it allows easily share a pool of services across VREs as a single unit.
VirtualService mainly consist of a service definition which uses relations to
ConfigurationTemplate, EService,
Software (using Demands relation) to properly support the sharing across VREs.
The correct sharing is feasible thanks to the PropagationConstraint of the model.
The IS provides only the support for resource sharing as a bundle.
Instead, the actions required to deploy a Software are a responsibility of the service
invoking the sharing operation.
This resource emerged thank to the experience maturated with
gCube IS V.1 (gCore Based IS) where this resource was represented as a Generic Resource
containing the list of the resource’s id forming the bundle which often lead to inconsistency.
https://wiki.gcube-system.org/gcube/GCube_Model#Virtual_Service- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
FieldsFields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, TYPE_PROPERTYFields inherited from interface org.gcube.informationsystem.model.reference.ERElement
CONTEXTS_PROPERTYFields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTYFields inherited from interface org.gcube.informationsystem.model.reference.ModelElement
EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTYFields inherited from interface org.gcube.informationsystem.model.reference.entities.Resource
CONSISTS_OF_PROPERTY, IS_RELATED_TO_PROPERTY -
Method Summary
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeNameMethods inherited from interface org.gcube.informationsystem.base.reference.entities.EntityElement
getID, getMetadata, setID, setMetadataMethods inherited from interface org.gcube.informationsystem.model.reference.ERElement
getContextsMethods inherited from interface org.gcube.resourcemanagement.model.reference.entities.resources.GCubeResource
getIdentificationFacetsMethods inherited from interface org.gcube.informationsystem.model.reference.ModelElement
getExpectedtype, getSupertypesMethods inherited from interface org.gcube.informationsystem.model.reference.entities.Resource
addFacet, addFacet, addFacet, attachResource, getConsistsOf, getConsistsOf, getConsistsOf, getFacets, getFacets, getFacets, getIsRelatedTo, getIsRelatedTo
-
Field Details
-
NAME
- See Also:
-