DomainMappingStatus class
The current state of the Domain Mapping.
Constructors
-
DomainMappingStatus({List<
GoogleCloudRunV1Condition> ? conditions, String? mappedRouteName, int? observedGeneration, List<ResourceRecord> ? resourceRecords, String? url}) - DomainMappingStatus.fromJson(Map json_)
Properties
-
conditions
↔ List<
GoogleCloudRunV1Condition> ? -
Array of observed DomainMappingConditions, indicating the current state of
the DomainMapping.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mappedRouteName ↔ String?
-
The name of the route that the mapping currently points to.
getter/setter pair
- observedGeneration ↔ int?
-
ObservedGeneration is the 'Generation' of the DomainMapping that was last
processed by the controller.
getter/setter pair
-
resourceRecords
↔ List<
ResourceRecord> ? -
The resource records required to configure this domain mapping.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
Not supported by Cloud Run.
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