IntegrationRuntimeNodeIpAddressInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. IntegrationRuntimeNodeIpAddressInner
- com.
Implements
public final class IntegrationRuntimeNodeIpAddressInner
implements JsonSerializable<IntegrationRuntimeNodeIpAddressInner>
The IP address of self-hosted integration runtime node.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeNodeIpAddressInner() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
ipAddress()
Get the ip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeNodeIpAddressInner
public IntegrationRuntimeNodeIpAddressInner()
Creates an instance of IntegrationRuntimeNodeIpAddressInner class.
Method Details
fromJson
public static IntegrationRuntimeNodeIpAddressInner fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeNodeIpAddressInner from the JsonReader.
Parameters:
Returns:
Throws:
ipAddress
public String ipAddress()
Get the ipAddress property: The IP address of self-hosted integration runtime node.
Returns:
toJson
validate
public void validate()
Validates the instance.