Reference documentation and code samples for the Google Cloud Network Management V1 Client class LoadBalancerBackend.
For display only. Metadata associated with a specific load balancer backend.
Generated from protobuf message google.cloud.networkmanagement.v1.LoadBalancerBackend
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
Name of a Compute Engine instance or network endpoint.
↳ uri
string
URI of a Compute Engine instance or network endpoint.
↳ health_check_firewall_state
int
State of the health check firewall configuration.
↳ health_check_allowing_firewall_rules
array
A list of firewall rule URIs allowing probes from health check IP ranges.
↳ health_check_blocking_firewall_rules
array
A list of firewall rule URIs blocking probes from health check IP ranges.
getDisplayName
Name of a Compute Engine instance or network endpoint.
string
setDisplayName
Name of a Compute Engine instance or network endpoint.
var
string
$this
getUri
URI of a Compute Engine instance or network endpoint.
string
setUri
URI of a Compute Engine instance or network endpoint.
var
string
$this
getHealthCheckFirewallState
State of the health check firewall configuration.
int
setHealthCheckFirewallState
State of the health check firewall configuration.
var
int
$this
getHealthCheckAllowingFirewallRules
A list of firewall rule URIs allowing probes from health check IP ranges.
setHealthCheckAllowingFirewallRules
A list of firewall rule URIs allowing probes from health check IP ranges.
var
string[]
$this
getHealthCheckBlockingFirewallRules
A list of firewall rule URIs blocking probes from health check IP ranges.
setHealthCheckBlockingFirewallRules
A list of firewall rule URIs blocking probes from health check IP ranges.
var
string[]
$this