ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerLoadBalancerArgs

data class ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerLoadBalancerArgs(val backendPoolNames: Output<List<String>>? = null, val frontendIpConfigurationNames: Output<List<String>>? = null, val healthProbeNames: Output<List<String>>? = null, val name: Output<String>? = null) : ConvertibleToJava<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerLoadBalancerArgs>

Constructors

constructor(backendPoolNames: Output<List<String>>? = null, frontendIpConfigurationNames: Output<List<String>>? = null, healthProbeNames: Output<List<String>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val backendPoolNames: Output<List<String>>? = null

A list of Backend Pool names for the Load Balancer. Changing this forces a new resource to be created.

Link copied to clipboard

A list of Frontend IP Configuration names. Changing this forces a new resource to be created.

Link copied to clipboard
val healthProbeNames: Output<List<String>>? = null

A list of Health Probe names. Changing this forces a new resource to be created.

Link copied to clipboard
val name: Output<String>? = null

The full resource name of the Load Balancer. Changing this forces a new resource to be created.

Functions

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