Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteLoginInformation

Package version

interface

An interface representing RemoteLoginInformation. Login details to SSH to a compute node in cluster.

Hierarchy

  • RemoteLoginInformation

Index

Properties

Properties

Optional ipAddress

ipAddress: undefined | string
member

{string} [ipAddress] IP address. Public IP address of the compute node. NOTE: This property will not be serialized. It can only be populated by the server.

Optional nodeId

nodeId: undefined | string
member

{string} [nodeId] Node ID. ID of the compute node. NOTE: This property will not be serialized. It can only be populated by the server.

Optional port

port: undefined | number
member

{number} [port] Port. SSH port number of the node. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc