Reference documentation and code samples for the Compute V1 Client class HealthSourcesGetHealthResponseSourceInfoBackendInfo.
Generated from protobuf message google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoBackendInfo
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ endpoint_count |
int
Total number of endpoints when determining the health of the regionHealthSource. |
↳ group |
string
Fully qualified URL of an instance group or network endpoint group behind the source backend service. |
↳ healthy_endpoint_count |
int
Number of endpoints considered healthy when determining health of the regionHealthSource. |
getEndpointCount
Total number of endpoints when determining the health of the regionHealthSource.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasEndpointCount
clearEndpointCount
setEndpointCount
Total number of endpoints when determining the health of the regionHealthSource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGroup
Fully qualified URL of an instance group or network endpoint group behind the source backend service.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasGroup
clearGroup
setGroup
Fully qualified URL of an instance group or network endpoint group behind the source backend service.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getHealthyEndpointCount
Number of endpoints considered healthy when determining health of the regionHealthSource.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasHealthyEndpointCount
clearHealthyEndpointCount
setHealthyEndpointCount
Number of endpoints considered healthy when determining health of the regionHealthSource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|