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.
Inheritance
InterconnectGroupConfiguredTopologyCapability
Assembly: Google.Apis.Compute.alpha.dll
public class InterconnectGroupConfiguredTopologyCapability : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("intendedCapabilityBlockers")]
public virtual IList<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers> IntendedCapabilityBlockers { get; set; }
Property Value
Declaration
[JsonProperty("supportedSla")]
public virtual string SupportedSla { get; set; }
Property Value
Implements