Reference documentation and code samples for the Google Cloud Network Management V1 Client class ListConnectivityTestsResponse.
Response for the ListConnectivityTests
method.
Generated from protobuf message google.cloud.networkmanagement.v1.ListConnectivityTestsResponse
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resources |
array<Google\Cloud\NetworkManagement\V1\ConnectivityTest>
List of Connectivity Tests. |
↳ next_page_token |
string
Page token to fetch the next set of Connectivity Tests. |
↳ unreachable |
array
Locations that could not be reached (when querying all locations with |
getResources
List of Connectivity Tests.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setResources
List of Connectivity Tests.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\NetworkManagement\V1\ConnectivityTest>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Page token to fetch the next set of Connectivity Tests.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Page token to fetch the next set of Connectivity Tests.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Locations that could not be reached (when querying all locations with -
).
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Locations that could not be reached (when querying all locations with -
).
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |