Google Cloud Network Management V1 Client - Class LoadBalancerBackend (2.6.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
Name Description
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
Type Description
string

setDisplayName

Name of a Compute Engine instance or network endpoint.

Parameter
Name Description
var string
Returns
Type Description
$this

getUri

URI of a Compute Engine instance or network endpoint.

Returns
Type Description
string

setUri

URI of a Compute Engine instance or network endpoint.

Parameter
Name Description
var string
Returns
Type Description
$this

getHealthCheckFirewallState

State of the health check firewall configuration.

Returns
Type Description
int Enum of type HealthCheckFirewallState.

setHealthCheckFirewallState

State of the health check firewall configuration.

Parameter
Name Description
var int

Enum of type HealthCheckFirewallState.

Returns
Type Description
$this

getHealthCheckAllowingFirewallRules

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setHealthCheckAllowingFirewallRules

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

Parameter
Name Description
var string[]
Returns
Type Description
$this

getHealthCheckBlockingFirewallRules

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setHealthCheckBlockingFirewallRules

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

Parameter
Name Description
var string[]
Returns
Type Description
$this