1 tosca_definitions_version: tosca_simple_yaml_1_0_0
3 template_name: NativeTypesServiceTemplate
4 template_version: 1.0.0
5 description: TOSCA Native Node Types
7 tosca.capabilities.nfv.Metric:
8 derived_from: tosca.capabilities.Root
11 derived_from: tosca.nodes.Root
15 description: private address
19 description: public_address
26 type: tosca.datatypes.network.NetworkInfo
32 type: tosca.datatypes.network.PortInfo
35 capability: tosca.capabilities.Attachment
36 node: tosca.nodes.BlockStorage
37 relationship: tosca.relationships.AttachesTo
43 type: tosca.capabilities.Scalable
48 type: tosca.capabilities.Endpoint.Admin
53 type: tosca.capabilities.OperatingSystem
58 type: tosca.capabilities.Container
60 - tosca.nodes.SoftwareComponent
65 type: tosca.capabilities.network.Bindable
69 tosca.nodes.network.Port:
70 derived_from: tosca.nodes.Root
98 capability: tosca.capabilities.network.Linkable
99 node: tosca.nodes.Root
100 relationship: tosca.relationships.network.LinksTo
105 capability: tosca.capabilities.network.Bindable
106 node: tosca.nodes.Root
107 relationship: tosca.relationships.network.BindsTo
115 description: tosca name
123 description: tosca id
127 tosca.nodes.network.Network:
128 derived_from: tosca.nodes.Root
182 type: tosca.capabilities.network.Linkable
186 tosca.nodes.BlockStorage:
187 derived_from: tosca.nodes.Root
190 type: scalar-unit.size
194 - greater_or_equal: 1 MB
205 type: tosca.capabilities.Attachment