LoadBalancerFrontendIPConfigurationArgs

data class LoadBalancerFrontendIPConfigurationArgs(val name: Output<String>, val properties: Output<LoadBalancerFrontendIPConfigurationPropertiesArgs>) : ConvertibleToJava<LoadBalancerFrontendIPConfigurationArgs>

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