Reference documentation and code samples for the Google Cloud Migration Center V1 Client class NetworkAddressList.
List of allocated/assigned network addresses.
Generated from protobuf message google.cloud.migrationcenter.v1.NetworkAddressList
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entries |
array<Google\Cloud\MigrationCenter\V1\NetworkAddress>
Network address entries. |
getEntries
Network address entries.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntries
Network address entries.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\MigrationCenter\V1\NetworkAddress>
|
Returns | |
---|---|
Type | Description |
$this |