Show / Hide Table of Contents

Class InterconnectAttachmentGroupConfigured

[Output Only] The redundancy this group is configured to support. The way a user queries what SLA their Attachment gets is by looking at this field of the Attachment's AttachmentGroup.

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

Properties

AvailabilitySla

Declaration
[JsonProperty("availabilitySla")]
public virtual InterconnectAttachmentGroupConfiguredAvailabilitySLA AvailabilitySla { get; set; }
Property Value
Type Description
InterconnectAttachmentGroupConfiguredAvailabilitySLA

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX