Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
title tosca.datatypes.nfv.L2AddressData
collapsetrue
data_types:  
  tosca.datatypes.nfv.L2AddressData:
    derived_from: tosca.datatypes.Root
    description: Describes the information on the MAC addresses to be assigned to a connection point. 
    properties:
      mac_address_assignment:
        type: boolean
        description: Specifies if the address assignment is the responsibility of management and orchestration function or not. If it is set to True, it is the management and orchestration function responsibility
        required: true 

...