Show / Hide Table of Contents

Class InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers

[Output Only] Reasons why configuration.availabilitySLA.sla differs from intent.availabilitySLA. This list is empty if and only if those are the same.

Inheritance
object
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers
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 InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers : IDirectResponseSchema

Properties

Attachments

[Output Only] URLs of any particular Attachments to explain this blocker in more detail.

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

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

Metros

[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". This will be set for some blockers (like NO_ATTACHMENTS_IN_METRO_AND_ZONE) but does not apply to others.

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

Regions

[Output Only] Regions used to explain this blocker in more detail. These are region names formatted like "us-central1". This will be set for some blockers (like INCOMPATIBLE_REGIONS) but does not apply to others.

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

Zones

[Output Only] Zones used to explain this blocker in more detail. Format is "zone1" and/or "zone2". This will be set for some blockers (like MISSING_ZONE) but does not apply to others.

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