Class InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers (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)