Loading etsi_nfv_sol001_common_types.yaml +23 −2 Original line number Diff line number Diff line Loading @@ -272,6 +272,27 @@ data_types: required: true default: true tosca.datatypes.nfv.DomainNameData: derived_from: tosca.datatypes.Root description: Describes the information on the domain names to be applied to a connection point. properties: domain_name_assignment: type: string description: Specifies which mode is used for the domain name assignment. required: true constraints: - valid_values: [ mano, dynamic, vnf_pkg, external ] fully_qualified_domain_name: type: string description: Specifies the fully qualified domain name (FQDN) to apply to the CP. required: false relative_domain_name: type: string description: Specifies a value of relative domain name to be considered when setting the fully qualified domain name. required: false capability_types: tosca.capabilities.nfv.VirtualLinkable: derived_from: tosca.capabilities.Node Loading Loading
etsi_nfv_sol001_common_types.yaml +23 −2 Original line number Diff line number Diff line Loading @@ -272,6 +272,27 @@ data_types: required: true default: true tosca.datatypes.nfv.DomainNameData: derived_from: tosca.datatypes.Root description: Describes the information on the domain names to be applied to a connection point. properties: domain_name_assignment: type: string description: Specifies which mode is used for the domain name assignment. required: true constraints: - valid_values: [ mano, dynamic, vnf_pkg, external ] fully_qualified_domain_name: type: string description: Specifies the fully qualified domain name (FQDN) to apply to the CP. required: false relative_domain_name: type: string description: Specifies a value of relative domain name to be considered when setting the fully qualified domain name. required: false capability_types: tosca.capabilities.nfv.VirtualLinkable: derived_from: tosca.capabilities.Node Loading