Class SeedNode
java.lang.Object
com.azure.resourcemanager.cosmos.models.SeedNode
The SeedNode model.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SeedNode
public SeedNode()Creates an instance of SeedNode class.
-
-
Method Details
-
ipAddress
Get the ipAddress property: IP address of this seed node.- Returns:
- the ipAddress value.
-
withIpAddress
Set the ipAddress property: IP address of this seed node.- Parameters:
ipAddress- the ipAddress value to set.- Returns:
- the SeedNode object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-