RouteFilterPrefix class
Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.
- Annotations
- @_s.JsonSerializable(includeIfNull: false, explicitToJson: true, createFactory: true, createToJson: true)
Constructors
- RouteFilterPrefix({String cidr})
-
RouteFilterPrefix.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cidr → String
-
The CIDR block for the advertised route. Separate multiple routes using
commas. An IPv6 CIDR must use /64 or shorter.
@_s.JsonKey(name: 'cidr'), final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited