Reference documentation and code samples for the Google Cloud Network Management V1 Client class LoadBalancerInfo.
For display only. Metadata associated with a load balancer.
Generated from protobuf message google.cloud.networkmanagement.v1.LoadBalancerInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ load_balancer_type
int
Type of the load balancer.
↳ health_check_uri
string
URI of the health check for the load balancer. Deprecated and no longer populated as different load balancer backends might have different health checks.
↳ backends
array< Google\Cloud\NetworkManagement\V1\LoadBalancerBackend
>
Information for the loadbalancer backends.
↳ backend_type
int
Type of load balancer's backend configuration.
↳ backend_uri
string
Backend configuration URI.
getLoadBalancerType
Type of the load balancer.
int
setLoadBalancerType
Type of the load balancer.
var
int
$this
getHealthCheckUri
URI of the health check for the load balancer. Deprecated and no longer populated as different load balancer backends might have different health checks.
string
setHealthCheckUri
URI of the health check for the load balancer. Deprecated and no longer populated as different load balancer backends might have different health checks.
var
string
$this
getBackends
Information for the loadbalancer backends.
setBackends
Information for the loadbalancer backends.
$this
getBackendType
Type of load balancer's backend configuration.
int
setBackendType
Type of load balancer's backend configuration.
var
int
$this
getBackendUri
Backend configuration URI.
string
setBackendUri
Backend configuration URI.
var
string
$this