LoadBalancerBackendResponse

data class LoadBalancerBackendResponse(val displayName: String, val healthCheckAllowingFirewallRules: List<String>, val healthCheckBlockingFirewallRules: List<String>, val healthCheckFirewallState: String, val uri: String)

For display only. Metadata associated with a specific load balancer backend.

Constructors

Link copied to clipboard
constructor(displayName: String, healthCheckAllowingFirewallRules: List<String>, healthCheckBlockingFirewallRules: List<String>, healthCheckFirewallState: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a Compute Engine instance or network endpoint.

Link copied to clipboard

A list of firewall rule URIs allowing probes from health check IP ranges.

Link copied to clipboard

A list of firewall rule URIs blocking probes from health check IP ranges.

Link copied to clipboard

State of the health check firewall configuration.

Link copied to clipboard
val uri: String

URI of a Compute Engine instance or network endpoint.