LoadBalancerBackendAddressArgs

data class LoadBalancerBackendAddressArgs(val ipAddress: Output<String>? = null, val loadBalancerFrontendIPConfiguration: Output<SubResourceArgs>? = null, val name: Output<String>? = null, val subnet: Output<SubResourceArgs>? = null, val virtualNetwork: Output<SubResourceArgs>? = null) : ConvertibleToJava<LoadBalancerBackendAddressArgs>

Load balancer backend addresses.

Constructors

Link copied to clipboard
constructor(ipAddress: Output<String>? = null, loadBalancerFrontendIPConfiguration: Output<SubResourceArgs>? = null, name: Output<String>? = null, subnet: Output<SubResourceArgs>? = null, virtualNetwork: Output<SubResourceArgs>? = null)

Properties

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

IP Address belonging to the referenced virtual network.

Link copied to clipboard

Reference to the frontend ip address configuration defined in regional loadbalancer.

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

Name of the backend address.

Link copied to clipboard
val subnet: Output<SubResourceArgs>? = null

Reference to an existing subnet.

Link copied to clipboard
val virtualNetwork: Output<SubResourceArgs>? = null

Reference to an existing virtual network.

Functions

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