> NSI_API_PHYSICALLOCATIONS_BY_ID_USERDATA_BY_USERDATAKEY

        Handle resource of type
        nsi_api_physicallocations_by_id_userdata_by_userdatakey

OPTIONS (= is mandatory):

- body
        The desired userData value
        Used by `state=['put']'
        [Default: (null)]
        type: str

- id
        Identifier of physical location under which to create or
        update the UserData
        Required with `state=['delete', 'put']'
        Used by `state=['delete', 'put']'
        [Default: (null)]
        type: str

- state
        (Choices: delete, put)[Default: (null)]
        type: str

- userDataKey
        Key of the UserData to create or update
        Required with `state=['delete', 'put']'
        Used by `state=['delete', 'put']'
        [Default: (null)]
        type: str


REQUIREMENTS:  python >= 3.6
