次の方法で共有


IntegrationRuntimeMonitoringDataInner Class

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

Implements

public final class IntegrationRuntimeMonitoringDataInner
implements JsonSerializable<IntegrationRuntimeMonitoringDataInner>

Integration Runtime Monitoring Data.

Constructor Summary

Constructor Description
IntegrationRuntimeMonitoringDataInner()

Creates an instance of IntegrationRuntimeMonitoringDataInner class.

Method Summary

Modifier and Type Method and Description
static IntegrationRuntimeMonitoringDataInner fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeMonitoringDataInner from the JsonReader.

String name()

Get the name property: The name of Integration Runtime.

List<NodeMonitoringData> nodes()

Get the nodes property: Integration Runtime node monitoring data.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeMonitoringDataInner

public IntegrationRuntimeMonitoringDataInner()

Creates an instance of IntegrationRuntimeMonitoringDataInner class.

Method Details

fromJson

public static IntegrationRuntimeMonitoringDataInner fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeMonitoringDataInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the IntegrationRuntimeMonitoringDataInner.

name

public String name()

Get the name property: The name of Integration Runtime.

Returns:

the name value.

nodes

public List<NodeMonitoringData> nodes()

Get the nodes property: Integration Runtime node monitoring data.

Returns:

the nodes value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to