Resource: NetworkPath
Message describing NetworkPath resource.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "sourceMonitoringPointId": string, "destinationMonitoringPointId": string, "destination": string, "dualEnded": boolean, "displayName": string, "destinationGeoLocation": { object ( |
| Fields | |
|---|---|
name |
Identifier. Name of the resource. Format: |
createTime |
Output only. The time the NetworkPath was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time the NetworkPath was updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
sourceMonitoringPointId |
Output only. Provider's UUID of the source MonitoringPoint. This id may not point to a resource in the Google Cloud. |
destinationMonitoringPointId |
Output only. Provider's UUID of the destination MonitoringPoint. This id may not point to a resource in the Google Cloud. |
destination |
Output only. IP address or hostname of the network path destination. |
dualEnded |
Output only. Indicates if the network path is dual ended. When true, the network path is measured both: from both source to destination, and from destination to source. When false, the network path is measured from the source through the destination back to the source (round trip measurement). |
displayName |
Output only. The display name of the network path. |
destinationGeoLocation |
Output only. Geographical location of the destination MonitoringPoint. ; |
networkProtocol |
Output only. The network protocol of the network path. |
monitoringEnabled |
Output only. Is monitoring enabled for the network path. |
monitoringStatus |
Output only. The monitoring status of the network path. |
providerTags[] |
Output only. The provider tags of the network path. |
monitoringPolicyId |
Output only. ID of monitoring policy. |
monitoringPolicyDisplayName |
Output only. Display name of the monitoring policy. |
providerUiUri |
Output only. Link to provider's UI; link shows the |
NetworkProtocol
Enum for the network protocol.
| Enums | |
|---|---|
NETWORK_PROTOCOL_UNSPECIFIED |
The default value. This value is used if the network protocol is omitted. |
ICMP |
ICMP. |
UDP |
UDP. |
TCP |
TCP. |
MonitoringStatus
Enum for the monitoring status of the network path.
| Enums | |
|---|---|
MONITORING_STATUS_UNSPECIFIED |
The default value. This value is used if the status is omitted. |
MONITORING |
Monitoring is enabled. |
POLICY_MISMATCH |
Policy is mismatched. |
MONITORING_POINT_OFFLINE |
Monitoring point is offline. |
DISABLED |
Monitoring is disabled. |
Methods |
|
|---|---|
|
Gets the NetworkPath resource. |
|
Lists NetworkPaths for a given network monitoring provider. |