Class ManagedIntegrationRuntimeNode

java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeNode

public final class ManagedIntegrationRuntimeNode extends Object
Properties of integration runtime node.
  • Constructor Details

    • ManagedIntegrationRuntimeNode

      public ManagedIntegrationRuntimeNode()
  • Method Details

    • nodeId

      public String nodeId()
      Get the nodeId property: The managed integration runtime node id.
      Returns:
      the nodeId value.
    • status

      Get the status property: The managed integration runtime node status.
      Returns:
      the status value.
    • errors

      Get the errors property: The errors that occurred on this integration runtime node.
      Returns:
      the errors value.
    • withErrors

      Set the errors property: The errors that occurred on this integration runtime node.
      Parameters:
      errors - the errors value to set.
      Returns:
      the ManagedIntegrationRuntimeNode object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: Properties of integration runtime node.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public ManagedIntegrationRuntimeNode withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Properties of integration runtime node.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the ManagedIntegrationRuntimeNode object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.