IntegrationRuntimeMonitoringDataInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeMonitoringDataInner

public final class IntegrationRuntimeMonitoringDataInner

Get monitoring data response.

Constructor Summary

Constructor Description
IntegrationRuntimeMonitoringDataInner()

Creates an instance of IntegrationRuntimeMonitoringDataInner class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Integration runtime name.

List<IntegrationRuntimeNodeMonitoringData> nodes()

Get the nodes property: Integration runtime node monitoring data.

void validate()

Validates the instance.

IntegrationRuntimeMonitoringDataInner withName(String name)

Set the name property: Integration runtime name.

IntegrationRuntimeMonitoringDataInner withNodes(List<IntegrationRuntimeNodeMonitoringData> nodes)

Set the nodes property: Integration runtime node monitoring data.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeMonitoringDataInner

public IntegrationRuntimeMonitoringDataInner()

Creates an instance of IntegrationRuntimeMonitoringDataInner class.

Method Details

name

public String name()

Get the name property: Integration runtime name.

Returns:

the name value.

nodes

public List nodes()

Get the nodes property: Integration runtime node monitoring data.

Returns:

the nodes value.

validate

public void validate()

Validates the instance.

withName

public IntegrationRuntimeMonitoringDataInner withName(String name)

Set the name property: Integration runtime name.

Parameters:

name - the name value to set.

Returns:

the IntegrationRuntimeMonitoringDataInner object itself.

withNodes

public IntegrationRuntimeMonitoringDataInner withNodes(List nodes)

Set the nodes property: Integration runtime node monitoring data.

Parameters:

nodes - the nodes value to set.

Returns:

the IntegrationRuntimeMonitoringDataInner object itself.

Applies to