Load Balancer Backend Address Args
data class LoadBalancerBackendAddressArgs(val adminState: Output<Either<String, LoadBalancerBackendAddressAdminState>>? = null, 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(adminState: Output<Either<String, LoadBalancerBackendAddressAdminState>>? = null, 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
A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.
Link copied to clipboard
Reference to the frontend ip address configuration defined in regional loadbalancer.
Link copied to clipboard
Reference to an existing subnet.
Link copied to clipboard
Reference to an existing virtual network.