InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers class
Reasons why configuration.availabilitySLA.sla differs from intent.availabilitySLA.
This list is empty if and only if those are the same.
Output only.
Constructors
-
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.new({List<
String> ? attachments, String? blockerType, String? documentationLink, String? explanation, List<String> ? metros, List<String> ? regions, List<String> ? zones}) - InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.fromJson(Map json_)
Properties
-
attachments
↔ List<
String> ? -
URLs of any particular Attachments to explain this blocker in more detail.
getter/setter pair
- blockerType ↔ String?
-
Possible string values are:
getter/setter pair
- documentationLink ↔ String?
-
The url of Google Cloud public documentation explaining this requirement.
getter/setter pair
- explanation ↔ String?
-
A human-readable explanation of this requirement and why it's not met.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metros
↔ List<
String> ? -
Metros used to explain this blocker in more detail.
getter/setter pair
-
regions
↔ List<
String> ? -
Regions used to explain this blocker in more detail.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
zones
↔ List<
String> ? -
Zones used to explain this blocker in more detail.
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