Class IpAddressAvailabilityResultInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.IpAddressAvailabilityResultInner
Response for CheckIPAddressAvailability API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of IpAddressAvailabilityResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the available property: Private IP address availability.Get the availableIpAddresses property: Contains other available private IP addresses if the asked for address is taken.Get the isPlatformReserved property: Private IP address platform reserved.voidvalidate()Validates the instance.withAvailable(Boolean available) Set the available property: Private IP address availability.withAvailableIpAddresses(List<String> availableIpAddresses) Set the availableIpAddresses property: Contains other available private IP addresses if the asked for address is taken.withIsPlatformReserved(Boolean isPlatformReserved) Set the isPlatformReserved property: Private IP address platform reserved.
-
Constructor Details
-
IpAddressAvailabilityResultInner
public IpAddressAvailabilityResultInner()Creates an instance of IpAddressAvailabilityResultInner class.
-
-
Method Details
-
available
Get the available property: Private IP address availability.- Returns:
- the available value.
-
withAvailable
Set the available property: Private IP address availability.- Parameters:
available- the available value to set.- Returns:
- the IpAddressAvailabilityResultInner object itself.
-
availableIpAddresses
Get the availableIpAddresses property: Contains other available private IP addresses if the asked for address is taken.- Returns:
- the availableIpAddresses value.
-
withAvailableIpAddresses
Set the availableIpAddresses property: Contains other available private IP addresses if the asked for address is taken.- Parameters:
availableIpAddresses- the availableIpAddresses value to set.- Returns:
- the IpAddressAvailabilityResultInner object itself.
-
isPlatformReserved
Get the isPlatformReserved property: Private IP address platform reserved.- Returns:
- the isPlatformReserved value.
-
withIsPlatformReserved
Set the isPlatformReserved property: Private IP address platform reserved.- Parameters:
isPlatformReserved- the isPlatformReserved value to set.- Returns:
- the IpAddressAvailabilityResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-