TrafficPolicyInstance class
A complex type that contains settings for the new traffic policy instance.
Constructors
- TrafficPolicyInstance({required String hostedZoneId, required String id, required String message, required String name, required String state, required int ttl, required String trafficPolicyId, required RRType trafficPolicyType, required int trafficPolicyVersion})
- TrafficPolicyInstance.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostedZoneId → String
-
The ID of the hosted zone that Amazon Route 53 created resource record sets
in.
final
- id → String
-
The ID that Amazon Route 53 assigned to the new traffic policy instance.
final
- message → String
-
If
State
isFailed
, an explanation of the reason for the failure. IfState
is another value,Message
is empty.final - name → String
-
The DNS name, such as www.example.com, for which Amazon Route 53 responds to
queries by using the resource record sets that are associated with this
traffic policy instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String
-
The value of
State
is one of the following values:final - trafficPolicyId → String
-
The ID of the traffic policy that Amazon Route 53 used to create resource
record sets in the specified hosted zone.
final
- trafficPolicyType → RRType
-
The DNS type that Amazon Route 53 assigned to all of the resource record
sets that it created for this traffic policy instance.
final
- trafficPolicyVersion → int
-
The version of the traffic policy that Amazon Route 53 used to create
resource record sets in the specified hosted zone.
final
- ttl → int
-
The TTL that Amazon Route 53 assigned to all of the resource record sets
that it created in the specified hosted zone.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited