public sealed class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers : IMessage<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers>, IEquatable<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers>, IDeepCloneable<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.
[Output Only] Reasons why configuration.topologyCapability.sla differs from intent.topologyCapability. This list is empty if and only if those are the same.
Implements
IMessageInterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers, IEquatableInterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers, IDeepCloneableInterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers()InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers(InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers(InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
Properties
BlockerType
public string BlockerType { get; set; }Check the BlockerType enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DocumentationLink
public string DocumentationLink { get; set; }[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Explanation
public string Explanation { get; set; }[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Facilities
public RepeatedField<string> Facilities { get; }[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
HasBlockerType
public bool HasBlockerType { get; }Gets whether the "blocker_type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasDocumentationLink
public bool HasDocumentationLink { get; }Gets whether the "documentation_link" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasExplanation
public bool HasExplanation { get; }Gets whether the "explanation" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Interconnects
public RepeatedField<string> Interconnects { get; }[Output Only] Interconnects used to explain this blocker in more detail.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Metros
public RepeatedField<string> Metros { get; }[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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Zones
public RepeatedField<string> Zones { get; }[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|