Class VirtualNetworksPropertiesVipPoolItem
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksPropertiesVipPoolItem
The VirtualNetworksPropertiesVipPoolItem model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of VirtualNetworksPropertiesVipPoolItem class. -
Method Summary
Modifier and TypeMethodDescriptionendIp()
Get the endIp property: Ending IP address for the IP Pool.startIp()
Get the startIp property: Starting IP address for the IP Pool.void
validate()
Validates the instance.Set the endIp property: Ending IP address for the IP Pool.withStartIp
(String startIp) Set the startIp property: Starting IP address for the IP Pool.
-
Constructor Details
-
VirtualNetworksPropertiesVipPoolItem
public VirtualNetworksPropertiesVipPoolItem()Creates an instance of VirtualNetworksPropertiesVipPoolItem class.
-
-
Method Details
-
endIp
Get the endIp property: Ending IP address for the IP Pool.- Returns:
- the endIp value.
-
withEndIp
Set the endIp property: Ending IP address for the IP Pool.- Parameters:
endIp
- the endIp value to set.- Returns:
- the VirtualNetworksPropertiesVipPoolItem object itself.
-
startIp
Get the startIp property: Starting IP address for the IP Pool.- Returns:
- the startIp value.
-
withStartIp
Set the startIp property: Starting IP address for the IP Pool.- Parameters:
startIp
- the startIp value to set.- Returns:
- the VirtualNetworksPropertiesVipPoolItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-