description:Describes the periodicity at which to collect the performance information.
required:false
constraints:
-greater_than:0 s
capability_types:
tosca.capabilities.nfv.VirtualLinkable:
derived_from:tosca.capabilities.Node
description:A node type that includes the VirtualLinkable capability indicates that it can be pointed by tosca.relationships.nfv.VirtualLinksTo relationship type
tosca.capabilities.nfv.Forwarding:
derived_from:tosca.capabilities.Root
relationship_types:
tosca.relationships.nfv.VirtualLinksTo:
derived_from:tosca.relationships.DependsOn
description:Represents an association relationship between the VduCp and VnfVirtualLink node types
description:Represents an association relationship between the VduCp and VnfVirtualLink node types or the association between either a VnfExtCp, a PnfExtCp or a Sap and an NsVirtualLink node types.
description:Represents an association relationship between the VipCp and a VnfVirtualLink node types or between the former and a NsVirtualLink node types.
description:Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS
required:false
@@ -200,3 +233,51 @@ node_types:
type:boolean
description:Provides information about whether the CP instantiated from this Cp is in Trunk mode (802.1Q or other), When operating in "trunk mode", the Cp is capable of carrying traffic for several VLANs. Absence of this property implies that trunkMode is not configured for the Cp i.e. It is equivalent to boolean value "false".
required:false
policy_types:
tosca.policies.nfv.Abstract.SecurityGroupRule:
derived_from:tosca.policies.Root
description:The Abstract.SecurityGroupRule type represents an abstract policy type without any target requirements
properties:
description:
type:string
description:Human readable description of the security group rule.
required:false
direction:
type:string
description:The direction in which the security group rule is applied. The direction of 'ingress' or 'egress' is specified against the associated CP. I.e., 'ingress' means the packets entering a CP, while 'egress' means the packets sent out of a CP.
required:false
constraints:
-valid_values:[ingress,egress]
default:ingress
ether_type:
type:string
description:Indicates the protocol carried over the Ethernet layer.
required:false
constraints:
-valid_values:[ipv4,ipv6]
default:ipv4
protocol:
type:string
description:Indicates the protocol carried over the IP layer. Permitted values include any protocol defined in the IANA protocol registry, e.g. TCP, UDP, ICMP, etc.
description:Indicates minimum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.
required:false
constraints:
-greater_or_equal:0
-less_or_equal:65535
default:0
port_range_max:
type:integer
description:Indicates maximum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.