Reference documentation and code samples for the Google Cloud Migration Center V1 Client class RuntimeNetworkInfo.
Runtime networking information.
Generated from protobuf message google.cloud.migrationcenter.v1.RuntimeNetworkInfo
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scan_time |
Google\Protobuf\Timestamp
Time of the last network scan. |
↳ connections |
NetworkConnectionList
Network connections. |
getScanTime
Time of the last network scan.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasScanTime
clearScanTime
setScanTime
Time of the last network scan.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnections
Network connections.
| Returns | |
|---|---|
| Type | Description |
NetworkConnectionList|null |
|
hasConnections
clearConnections
setConnections
Network connections.
| Parameter | |
|---|---|
| Name | Description |
var |
NetworkConnectionList
|
| Returns | |
|---|---|
| Type | Description |
$this |
|