GetVpnConnectionVgwTelemetry class

Constructors

GetVpnConnectionVgwTelemetry({required Input<int> acceptedRouteCount, required Input<String> lastStatusChange, required Input<String> outsideIpAddress, required Input<String> status, required Input<String> statusMessage})
Creates a new GetVpnConnectionVgwTelemetry. acceptedRouteCount Required. lastStatusChange Required. outsideIpAddress Required. status Required. statusMessage Required.
const
GetVpnConnectionVgwTelemetry.fromMap(Map<String, dynamic> map)
factory

Properties

acceptedRouteCount → Input<int>
final
hashCode int
The hash code for this object.
no setterinherited
lastStatusChange → Input<String>
final
outsideIpAddress → Input<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → Input<String>
final
statusMessage → Input<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited