|
Namespaces |
| namespace | Deployment |
Classes |
| struct | Deployment::ComponentPortDescription |
| struct | Deployment::ComponentPropertyDescription |
| struct | Deployment::ComponentInterfaceDescription |
| struct | Deployment::MonolithicDeploymentDescription |
| struct | Deployment::InstanceResourceDeploymentDescription |
| struct | Deployment::InstanceDeploymentDescription |
| struct | Deployment::ComponentExternalPortEndpoint |
| struct | Deployment::PlanSubcomponentPortEndpoint |
| struct | Deployment::ExternalReferenceEndpoint |
| struct | Deployment::ConnectionResourceDeploymentDescription |
| struct | Deployment::PlanConnectionDescription |
| struct | Deployment::PlanSubcomponentPropertyReference |
| struct | Deployment::PlanPropertyMapping |
| struct | Deployment::ImplementationDependency |
| struct | Deployment::ResourceDeploymentDescription |
| struct | Deployment::ArtifactDeploymentDescription |
| struct | Deployment::PlanLocality |
| struct | Deployment::DeploymentPlan |
Typedefs |
| typedef sequence< ComponentPortDescription > | Deployment::ComponentPortDescriptions |
| typedef sequence< ComponentPropertyDescription > | Deployment::ComponentPropertyDescriptions |
| typedef sequence< MonolithicDeploymentDescription > | Deployment::MonolithicDeploymentDescriptions |
| typedef sequence< InstanceResourceDeploymentDescription > | Deployment::InstanceResourceDeploymentDescriptions |
| typedef sequence< InstanceDeploymentDescription > | Deployment::InstanceDeploymentDescriptions |
| typedef sequence< ComponentExternalPortEndpoint > | Deployment::ComponentExternalPortEndpoints |
| typedef sequence< PlanSubcomponentPortEndpoint > | Deployment::PlanSubcomponentPortEndpoints |
| typedef sequence< ExternalReferenceEndpoint > | Deployment::ExternalReferenceEndpoints |
| typedef sequence< ConnectionResourceDeploymentDescription > | Deployment::ConnectionResourceDeploymentDescriptions |
| typedef sequence< PlanConnectionDescription > | Deployment::PlanConnectionDescriptions |
| typedef sequence< PlanSubcomponentPropertyReference > | Deployment::PlanSubcomponentPropertyReferences |
| typedef sequence< PlanPropertyMapping > | Deployment::PlanPropertyMappings |
| typedef sequence< ImplementationDependency > | Deployment::ImplementationDependencies |
| typedef sequence< ResourceDeploymentDescription > | Deployment::ResourceDeploymentDescriptions |
| typedef sequence< ArtifactDeploymentDescription > | Deployment::ArtifactDeploymentDescriptions |
Enumerations |
| enum | Deployment::CCMComponentPortKind {
Deployment::Facet,
Deployment::SimplexReceptacle,
Deployment::MultiplexReceptacle,
Deployment::EventEmitter,
Deployment::EventPublisher,
Deployment::EventConsumer
} |
| enum | Deployment::ResourceUsageKind {
Deployment::None,
Deployment::InstanceUsesResource,
Deployment::ResourceUsesInstance,
Deployment::PortUsesResource,
Deployment::ResourceUsesPort
} |
| enum | Deployment::PlanLocalityKind { Deployment::PlanSameProcess,
Deployment::PlanDifferentProcess,
Deployment::PlanNoConstraint
} |