This type is a class for model objects.
A node is a logical grouping of servers. All servers that are part of a node must have the same host system. Typically a node represents a physical computer and all servers on that computer. However, it is possible to configure several nodes on the same physical system.
Package: nodeAttributes Summary | |
name : EString | The name used to identify the node. By convention this is typically the same as the hostname for the system. But on systems where there are multiple nodes configured on the same host, the node names must be distinct on that host. Node names must also be unique within a cell. |
discoveryProtocol : TCPIPProtocolType | The communications protocol used by the node agent and servers on that node for process discovery activity. (data type is TCPIPProtocolType (UDP, TCP, MULTICAST)). |
shortName : EString | @for zOS only |
maxFilePermissionForApps : EString | Contains the multiple "file_name_pattern=permissions" concatinated by '#'. Sets maximum (most lenient) file permissions for the application files extracted by WebSphere into application destination location. These permissions can be overridden per application by a deployer by configuring them at application level. However, if the file permissions specified at application level are more lenient than the ones specified at node, then the ones specified at the node level are used. |
properties : Property * | A list of custom properties for the node. |
Attribute Details |