Google Cloud Vmware Engine V1 Client - Class ListVmwareEngineNetworksResponse (0.1.4)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

↳ unreachable array

Unreachable resources.

getVmwareEngineNetworks

A list of VMware Engine networks.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setVmwareEngineNetworks

A list of VMware Engine networks.

Parameter
NameDescription
var array<Google\Cloud\VmwareEngine\V1\VmwareEngineNetwork>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Unreachable resources.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable resources.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this