Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class ListVmwareEngineNetworksResponse.
Response message for VmwareEngine.ListVmwareEngineNetworks
Generated from protobuf message google.cloud.vmwareengine.v1.ListVmwareEngineNetworksResponse
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ vmware_engine_networks |
array<Google\Cloud\VmwareEngine\V1\VmwareEngineNetwork>
A list of VMware Engine networks. |
↳ next_page_token |
string
A token, which can be sent as |
↳ unreachable |
array
Unreachable resources. |
getVmwareEngineNetworks
A list of VMware Engine networks.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVmwareEngineNetworks
A list of VMware Engine networks.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\VmwareEngine\V1\VmwareEngineNetwork>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Unreachable resources.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Unreachable resources.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |