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
InterconnectAttachmentGroupConfiguredAvailabilitySLA
Assembly: Google.Apis.Compute.alpha.dll
public class InterconnectAttachmentGroupConfiguredAvailabilitySLA : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("effectiveSla")]
public virtual string EffectiveSla { get; set; }
Property Value
Declaration
[JsonProperty("intendedSlaBlockers")]
public virtual IList<InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers> IntendedSlaBlockers { get; set; }
Property Value
Implements