- 1.35.0 (latest)
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.1
- 1.19.2
- 1.18.0
- 1.17.0
- 1.16.1
- 1.15.0
- 1.14.1
- 1.13.0
- 1.12.1
- 1.11.0
- 1.10.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.1
- 1.5.2
- 1.4.0
- 1.3.2
- 1.2.0
- 1.1.0
- 1.0.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.2
- 0.3.0
- 0.2.1
- 0.1.0
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
[Output Only] Reasons why configuration.availabilitySLA.sla differs from intent.availabilitySLA. This list is empty if and only if those are the same.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
attachments |
MutableSequence[str]
[Output Only] URLs of any particular Attachments to explain this blocker in more detail. |
blocker_type |
str
Check the BlockerType enum for the list of possible values. This field is a member of oneof _ _blocker_type .
|
documentation_link |
str
[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement. This field is a member of oneof _ _documentation_link .
|
explanation |
str
[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement. This field is a member of oneof _ _explanation .
|
metros |
MutableSequence[str]
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". This will be set for some blockers (like NO_ATTACHMENTS_IN_METRO_AND_ZONE) but does not apply to others. |
regions |
MutableSequence[str]
[Output Only] Regions used to explain this blocker in more detail. These are region names formatted like "us-central1". This will be set for some blockers (like INCOMPATIBLE_REGIONS) but does not apply to others. |
zones |
MutableSequence[str]
[Output Only] Zones used to explain this blocker in more detail. Format is "zone1" and/or "zone2". This will be set for some blockers (like MISSING_ZONE) but does not apply to others. |
Classes
BlockerType
BlockerType(value)