Class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers (0.1.0)

InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

[Output Only] Reasons why configuration.topologyCapability.sla differs from intent.topologyCapability. 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
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.
facilities MutableSequence[str]
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
interconnects MutableSequence[str]
[Output Only] Interconnects used to explain this blocker in more detail.
metros MutableSequence[str]
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
zones MutableSequence[str]
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".

Classes

BlockerType

BlockerType(value)