Show / Hide Table of Contents

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.

Inheritance
object
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers : IDirectResponseSchema

Properties

BlockerType

Declaration
[JsonProperty("blockerType")]
public virtual string BlockerType { get; set; }
Property Value
Type Description
string

DocumentationLink

[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.

Declaration
[JsonProperty("documentationLink")]
public virtual string DocumentationLink { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Explanation

[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.

Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
Type Description
string

Facilities

[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".

Declaration
[JsonProperty("facilities")]
public virtual IList<string> Facilities { get; set; }
Property Value
Type Description
IList<string>

Interconnects

[Output Only] Interconnects used to explain this blocker in more detail.

Declaration
[JsonProperty("interconnects")]
public virtual IList<string> Interconnects { get; set; }
Property Value
Type Description
IList<string>

Metros

[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.

Declaration
[JsonProperty("metros")]
public virtual IList<string> Metros { get; set; }
Property Value
Type Description
IList<string>

Zones

[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".

Declaration
[JsonProperty("zones")]
public virtual IList<string> Zones { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX