LoadBalancerFrontendIpConfigurationArgs

data class LoadBalancerFrontendIpConfigurationArgs(val name: Output<String>, val properties: Output<LoadBalancerFrontendIpConfigurationPropertiesArgs>) : ConvertibleToJava<LoadBalancerFrontendIpConfigurationArgs>

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.

Constructors

Link copied to clipboard
constructor(name: Output<String>, properties: Output<LoadBalancerFrontendIpConfigurationPropertiesArgs>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.

Link copied to clipboard

Properties of load balancer frontend ip configuration.

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancerFrontendIpConfigurationArgs