Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class FetchNetworkPolicyExternalAddressesResponse.
Response message for VmwareEngine.FetchNetworkPolicyExternalAddresses
Generated from protobuf message google.cloud.vmwareengine.v1.FetchNetworkPolicyExternalAddressesResponse
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ external_addresses |
array<ExternalAddress>
A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy. |
↳ next_page_token |
string
A token, which can be sent as |
getExternalAddresses
A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExternalAddresses
A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ExternalAddress>
|
| 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 |
|