Class LoadBalancerVipSwapRequestFrontendIpConfigurationProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.LoadBalancerVipSwapRequestFrontendIpConfigurationProperties
The properties of VIP swap request's frontend IP configuration object.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LoadBalancerVipSwapRequestFrontendIpConfigurationProperties class. -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.management.SubResourceGet the publicIpAddress property: A reference to public IP address resource.voidvalidate()Validates the instance.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: A reference to public IP address resource.
-
Constructor Details
-
LoadBalancerVipSwapRequestFrontendIpConfigurationProperties
public LoadBalancerVipSwapRequestFrontendIpConfigurationProperties()Creates an instance of LoadBalancerVipSwapRequestFrontendIpConfigurationProperties class.
-
-
Method Details
-
publicIpAddress
public com.azure.core.management.SubResource publicIpAddress()Get the publicIpAddress property: A reference to public IP address resource.- Returns:
- the publicIpAddress value.
-
withPublicIpAddress
public LoadBalancerVipSwapRequestFrontendIpConfigurationProperties withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: A reference to public IP address resource.- Parameters:
publicIpAddress- the publicIpAddress value to set.- Returns:
- the LoadBalancerVipSwapRequestFrontendIpConfigurationProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-