NetworkPath class
Message describing NetworkPath resource.
Constructors
-
NetworkPath.new({String? createTime, String? destination, GeoLocation? destinationGeoLocation, String? displayName, bool? dualEnded, bool? monitoringEnabled, String? monitoringPolicyDisplayName, String? monitoringPolicyId, String? monitoringStatus, String? name, String? networkProtocol, List<
ProviderTag> ? providerTags, String? providerUiUri, String? sourceMonitoringPointId, String? updateTime}) - NetworkPath.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time the NetworkPath was created.
getter/setter pair
- destination ↔ String?
-
IP address or hostname of the network path destination.
getter/setter pair
- destinationGeoLocation ↔ GeoLocation?
-
Geographical location of the destination MonitoringPoint.
getter/setter pair
- displayName ↔ String?
-
The display name of the network path.
getter/setter pair
- dualEnded ↔ bool?
-
Indicates if the network path is dual ended.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- monitoringEnabled ↔ bool?
-
Is monitoring enabled for the network path.
getter/setter pair
- monitoringPolicyDisplayName ↔ String?
-
Display name of the monitoring policy.
getter/setter pair
- monitoringPolicyId ↔ String?
-
ID of monitoring policy.
getter/setter pair
- monitoringStatus ↔ String?
-
The monitoring status of the network path.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- networkProtocol ↔ String?
-
The network protocol of the network path.
getter/setter pair
-
providerTags
↔ List<
ProviderTag> ? -
The provider tags of the network path.
getter/setter pair
- providerUiUri ↔ String?
-
Link to provider's UI; link shows the NetworkPath.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceMonitoringPointId ↔ String?
-
Provider's UUID of the source MonitoringPoint.
getter/setter pair
- updateTime ↔ String?
-
The time the NetworkPath was updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited