Class IntegrationRuntimeNodeIpAddressInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeNodeIpAddressInner
-
public final class IntegrationRuntimeNodeIpAddressInner extends Object
The IP address of self-hosted integration runtime node.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeNodeIpAddressInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
ipAddress()
Get the ipAddress property: The IP address of self-hosted integration runtime node.void
validate()
Validates the instance.
-
-
-
Method Detail
-
ipAddress
public String ipAddress()
Get the ipAddress property: The IP address of self-hosted integration runtime node.- Returns:
- the ipAddress value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-