ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerLoadBalancer

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard
val name: String? = null

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