Package version:

Interface IntegrationRuntimeNodeIpAddress

The IP address of self-hosted integration runtime node.

interface IntegrationRuntimeNodeIpAddress {
    ipAddress?: string;
}

Properties

Properties

ipAddress?: string

The IP address of self-hosted integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.