ManagedIntegrationRuntimeStatus Class

public final class ManagedIntegrationRuntimeStatus
extends IntegrationRuntimeStatus

Managed integration runtime status.

Constructor Summary

Constructor Description
ManagedIntegrationRuntimeStatus()

Creates an instance of ManagedIntegrationRuntimeStatus class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime createTime()

Get the createTime property: The time at which the integration runtime was created, in ISO8601 format.

static ManagedIntegrationRuntimeStatus fromJson(JsonReader jsonReader)

Reads an instance of ManagedIntegrationRuntimeStatus from the JsonReader.

ManagedIntegrationRuntimeOperationResult lastOperation()

Get the lastOperation property: The last operation result that occurred on this integration runtime.

List<ManagedIntegrationRuntimeNode> nodes()

Get the nodes property: The list of nodes for managed integration runtime.

List<ManagedIntegrationRuntimeError> otherErrors()

Get the otherErrors property: The errors that occurred on this integration runtime.

JsonWriter toJson(JsonWriter jsonWriter)
IntegrationRuntimeType type()

Get the type property: Type of integration runtime.

void validate()

Validates the instance.

Methods inherited from IntegrationRuntimeStatus

Methods inherited from java.lang.Object

Constructor Details

ManagedIntegrationRuntimeStatus

public ManagedIntegrationRuntimeStatus()

Creates an instance of ManagedIntegrationRuntimeStatus class.

Method Details

createTime

public OffsetDateTime createTime()

Get the createTime property: The time at which the integration runtime was created, in ISO8601 format.

Returns:

the createTime value.

fromJson

public static ManagedIntegrationRuntimeStatus fromJson(JsonReader jsonReader)

Reads an instance of ManagedIntegrationRuntimeStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedIntegrationRuntimeStatus if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

lastOperation

public ManagedIntegrationRuntimeOperationResult lastOperation()

Get the lastOperation property: The last operation result that occurred on this integration runtime.

Returns:

the lastOperation value.

nodes

public List<ManagedIntegrationRuntimeNode> nodes()

Get the nodes property: The list of nodes for managed integration runtime.

Returns:

the nodes value.

otherErrors

public List<ManagedIntegrationRuntimeError> otherErrors()

Get the otherErrors property: The errors that occurred on this integration runtime.

Returns:

the otherErrors value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ManagedIntegrationRuntimeStatus.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public IntegrationRuntimeType type()

Get the type property: Type of integration runtime.

Overrides:

ManagedIntegrationRuntimeStatus.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

ManagedIntegrationRuntimeStatus.validate()

Applies to