RRSetRoutingPolicy class
A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection.
Constructors
- RRSetRoutingPolicy.new({GeoPolicy? geo, GeoPolicy? geoPolicy, String? healthCheck, PrimaryBackupPolicy? primaryBackup, WrrPolicy? wrr, WrrPolicy? wrrPolicy})
- RRSetRoutingPolicy.fromJson(Map json_)
Properties
- geo ↔ GeoPolicy?
-
getter/setter pair
- geoPolicy ↔ GeoPolicy?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthCheck ↔ String?
-
The fully qualified URL of the HealthCheck to use for this
RRSetRoutingPolicy.
getter/setter pair
- primaryBackup ↔ PrimaryBackupPolicy?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wrr ↔ WrrPolicy?
-
getter/setter pair
- wrrPolicy ↔ WrrPolicy?
-
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