Show / Hide Table of Contents

Class InterconnectAttachmentGroupConfiguredAvailabilitySLA

[Output Only] Which SLA this group is configured to support, and why this group does or does not meet that SLA's requirements.

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

Properties

ETag

The ETag of the item.

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

EffectiveSla

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

IntendedSlaBlockers

Declaration
[JsonProperty("intendedSlaBlockers")]
public virtual IList<InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers> IntendedSlaBlockers { get; set; }
Property Value
Type Description
IList<InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX