Class ManagedIntegrationRuntimeNode
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeNode
-
public final class ManagedIntegrationRuntimeNode extends Object
Properties of integration runtime node.
-
-
Constructor Summary
Constructors Constructor Description ManagedIntegrationRuntimeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Properties of integration runtime node.List<ManagedIntegrationRuntimeError>
errors()
Get the errors property: The errors that occurred on this integration runtime node.String
nodeId()
Get the nodeId property: The managed integration runtime node id.ManagedIntegrationRuntimeNodeStatus
status()
Get the status property: The managed integration runtime node status.void
validate()
Validates the instance.ManagedIntegrationRuntimeNode
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Properties of integration runtime node.ManagedIntegrationRuntimeNode
withErrors(List<ManagedIntegrationRuntimeError> errors)
Set the errors property: The errors that occurred on this integration runtime node.
-
-
-
Method Detail
-
nodeId
public String nodeId()
Get the nodeId property: The managed integration runtime node id.- Returns:
- the nodeId value.
-
status
public ManagedIntegrationRuntimeNodeStatus status()
Get the status property: The managed integration runtime node status.- Returns:
- the status value.
-
errors
public List<ManagedIntegrationRuntimeError> errors()
Get the errors property: The errors that occurred on this integration runtime node.- Returns:
- the errors value.
-
withErrors
public ManagedIntegrationRuntimeNode withErrors(List<ManagedIntegrationRuntimeError> errors)
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.
-
-