public sealed class InterconnectGroupConfiguredTopologyCapability : IMessage<InterconnectGroupConfiguredTopologyCapability>, IEquatable<InterconnectGroupConfiguredTopologyCapability>, IDeepCloneable<InterconnectGroupConfiguredTopologyCapability>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectGroupConfiguredTopologyCapability.
[Output Only] How reliable this topology is configured to be, and why this group does or does not meet the requirements for the intended capability.
Implements
IMessageInterconnectGroupConfiguredTopologyCapability, IEquatableInterconnectGroupConfiguredTopologyCapability, IDeepCloneableInterconnectGroupConfiguredTopologyCapability, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectGroupConfiguredTopologyCapability()
public InterconnectGroupConfiguredTopologyCapability()InterconnectGroupConfiguredTopologyCapability(InterconnectGroupConfiguredTopologyCapability)
public InterconnectGroupConfiguredTopologyCapability(InterconnectGroupConfiguredTopologyCapability other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectGroupConfiguredTopologyCapability |
Properties
HasSupportedSla
public bool HasSupportedSla { get; }Gets whether the "supported_sla" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IntendedCapabilityBlockers
public RepeatedField<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers> IntendedCapabilityBlockers { get; }| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
|
SupportedSla
public string SupportedSla { get; set; }Check the SupportedSla enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|