Google Cloud Network Management V1 Client - Class LoadBalancerBackend (1.5.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setDisplayName

Name of a Compute Engine instance or network endpoint.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUri

URI of a Compute Engine instance or network endpoint.

Returns
TypeDescription
string

setUri

URI of a Compute Engine instance or network endpoint.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHealthCheckFirewallState

State of the health check firewall configuration.

Returns
TypeDescription
int

setHealthCheckFirewallState

State of the health check firewall configuration.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getHealthCheckAllowingFirewallRules

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setHealthCheckAllowingFirewallRules

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getHealthCheckBlockingFirewallRules

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setHealthCheckBlockingFirewallRules

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this