This type is a class for model objects.
The ForeignCell class holds the endpoint that can be used to bootstrap into another cell. This is the bootstrap host and port for the deployment manager of the other cell.
Package: cellAttributes Summary | |
name : EString | The name of the foreign cell. This name will match the name of another Network Deployment Cell. This name is specified during WebSphere product installation. |
bootstrapAddress : EndPoint @ | The bootstrap host and port for some name server in the foreign cell. |
bootstrapAddresses : EndPoint + | A list of bootstrap hosts and ports for name servers in the foreign cell. On distributed platforms, the list should be members of a cluster. For z/OS, only one host and port may be necessary, depending on how the system is set up. |
Attribute Details |