Class BaSyxDeploymentRecipe.DeploymentSpec
java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx.BaSyxDeploymentRecipe.DeploymentSpec
- Enclosing class:
- BaSyxDeploymentRecipe
private static class BaSyxDeploymentRecipe.DeploymentSpec extends Object
Stores basic common deployment information.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.basyx.vab.protocol.http.server.BaSyxContextcontextprivate org.eclipse.basyx.components.configuration.BaSyxContextConfigurationcontextConfigprivate Map<String,BaSyxDeploymentRecipe.BaSyxAasDescriptor>descriptorsprivate de.iip_ecosphere.platform.support.Endpointendpointprivate org.eclipse.basyx.aas.registration.api.IAASRegistryServiceregistry -
Constructor Summary
Constructors Modifier Constructor Description privateDeploymentSpec() -
Method Summary
-
Field Details
-
endpoint
private de.iip_ecosphere.platform.support.Endpoint endpoint -
contextConfig
private org.eclipse.basyx.components.configuration.BaSyxContextConfiguration contextConfig -
context
private org.eclipse.basyx.vab.protocol.http.server.BaSyxContext context -
registry
private org.eclipse.basyx.aas.registration.api.IAASRegistryService registry -
descriptors
-
-
Constructor Details
-
DeploymentSpec
private DeploymentSpec()
-