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({RRSetRoutingPolicyGeoPolicy? geo, String? healthCheck, String? kind, RRSetRoutingPolicyPrimaryBackupPolicy? primaryBackup, RRSetRoutingPolicyWrrPolicy? wrr})
- RRSetRoutingPolicy.fromJson(Map json_)
Properties
- geo ↔ RRSetRoutingPolicyGeoPolicy?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthCheck ↔ String?
-
The selfLink attribute of the HealthCheck resource to use for this
RRSetRoutingPolicy.
getter/setter pair
- kind ↔ String?
-
getter/setter pair
- primaryBackup ↔ RRSetRoutingPolicyPrimaryBackupPolicy?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wrr ↔ RRSetRoutingPolicyWrrPolicy?
-
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