Class LoadBalancerConfigurationProperties
java.lang.Object
com.azure.resourcemanager.compute.models.LoadBalancerConfigurationProperties
Describes the properties of the load balancer configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LoadBalancerConfigurationProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer.voidvalidate()Validates the instance.withFrontendIpConfigurations(List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations) Set the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer.
-
Constructor Details
-
LoadBalancerConfigurationProperties
public LoadBalancerConfigurationProperties()Creates an instance of LoadBalancerConfigurationProperties class.
-
-
Method Details
-
frontendIpConfigurations
Get the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.- Returns:
- the frontendIpConfigurations value.
-
withFrontendIpConfigurations
public LoadBalancerConfigurationProperties withFrontendIpConfigurations(List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations) Set the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.- Parameters:
frontendIpConfigurations- the frontendIpConfigurations value to set.- Returns:
- the LoadBalancerConfigurationProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-