nodename
Create node name from name/hostname pair.
def nodename(
name: string,
hostname: string
) - > string
Create node name from name/hostname pair.
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The local name or identifier for the specific node instance |
| hostname | string | The network hostname or address to be associated with the node |
Returns
| Type | Description |
|---|---|
string | The concatenated node identifier string joined by the system-defined separator |