SelfHostedIntegrationRuntimeNode Interface
public interface SelfHostedIntegrationRuntimeNode
An immutable client-side representation of SelfHostedIntegrationRuntimeNode.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Map<String,Object> |
additionalProperties()
Gets the additional |
| abstract Map<String,String> |
capabilities()
Gets the capabilities property: The integration runtime capabilities dictionary. |
| abstract Integer |
concurrentJobsLimit()
Gets the concurrent |
|
abstract
Offset |
expiryTime()
Gets the expiry |
| abstract String |
hostServiceUri()
Gets the host |
|
abstract
Self |
innerModel()
Gets the inner com. |
| abstract Boolean |
isActiveDispatcher()
Gets the is |
|
abstract
Offset |
lastConnectTime()
Gets the last |
|
abstract
Offset |
lastEndUpdateTime()
Gets the last |
|
abstract
Offset |
lastStartTime()
Gets the last |
|
abstract
Offset |
lastStartUpdateTime()
Gets the last |
|
abstract
Offset |
lastStopTime()
Gets the last |
|
abstract
Integration |
lastUpdateResult()
Gets the last |
| abstract String |
machineName()
Gets the machine |
| abstract Integer |
maxConcurrentJobs()
Gets the max |
| abstract String |
nodeName()
Gets the node |
|
abstract
Offset |
registerTime()
Gets the register |
|
abstract
Self |
status()
Gets the status property: Status of the integration runtime node. |
| abstract String |
version()
Gets the version property: Version of the integration runtime node. |
| abstract String |
versionStatus()
Gets the version |
Method Details
additionalProperties
public abstract Map<String,Object> additionalProperties()
Gets the additionalProperties property: Properties of Self-hosted integration runtime node.
Returns:
capabilities
public abstract Map<String,String> capabilities()
Gets the capabilities property: The integration runtime capabilities dictionary.
Returns:
concurrentJobsLimit
public abstract Integer concurrentJobsLimit()
Gets the concurrentJobsLimit property: Maximum concurrent jobs on the integration runtime node.
Returns:
expiryTime
public abstract OffsetDateTime expiryTime()
Gets the expiryTime property: The time at which the integration runtime will expire in ISO8601 format.
Returns:
hostServiceUri
public abstract String hostServiceUri()
Gets the hostServiceUri property: URI for the host machine of the integration runtime.
Returns:
innerModel
public abstract SelfHostedIntegrationRuntimeNodeInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.SelfHostedIntegrationRuntimeNodeInner object.
Returns:
isActiveDispatcher
public abstract Boolean isActiveDispatcher()
Gets the isActiveDispatcher property: Indicates whether this node is the active dispatcher for integration runtime requests.
Returns:
lastConnectTime
public abstract OffsetDateTime lastConnectTime()
Gets the lastConnectTime property: The most recent time at which the integration runtime was connected in ISO8601 format.
Returns:
lastEndUpdateTime
public abstract OffsetDateTime lastEndUpdateTime()
Gets the lastEndUpdateTime property: The last time for the integration runtime node update end.
Returns:
lastStartTime
public abstract OffsetDateTime lastStartTime()
Gets the lastStartTime property: The time the node last started up.
Returns:
lastStartUpdateTime
public abstract OffsetDateTime lastStartUpdateTime()
Gets the lastStartUpdateTime property: The last time for the integration runtime node update start.
Returns:
lastStopTime
public abstract OffsetDateTime lastStopTime()
Gets the lastStopTime property: The integration runtime node last stop time.
Returns:
lastUpdateResult
public abstract IntegrationRuntimeUpdateResult lastUpdateResult()
Gets the lastUpdateResult property: The result of the last integration runtime node update.
Returns:
machineName
public abstract String machineName()
Gets the machineName property: Machine name of the integration runtime node.
Returns:
maxConcurrentJobs
public abstract Integer maxConcurrentJobs()
Gets the maxConcurrentJobs property: The maximum concurrent jobs in this integration runtime.
Returns:
nodeName
public abstract String nodeName()
Gets the nodeName property: Name of the integration runtime node.
Returns:
registerTime
public abstract OffsetDateTime registerTime()
Gets the registerTime property: The time at which the integration runtime node was registered in ISO8601 format.
Returns:
status
public abstract SelfHostedIntegrationRuntimeNodeStatus status()
Gets the status property: Status of the integration runtime node.
Returns:
version
public abstract String version()
Gets the version property: Version of the integration runtime node.
Returns:
versionStatus
public abstract String versionStatus()
Gets the versionStatus property: Status of the integration runtime node version.
Returns: