Show / Hide Table of Contents

Class InterconnectAttachmentGroupsCreateMembers

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

Properties

Attachments

Parameters for the specific Attachments to create.

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

ETag

The ETag of the item.

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

IntentMismatchBehavior

How to behave when configured.availabilitySLA.effectiveSLA would not equal intent.availabilitySLA after this call.

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

TemplateAttachment

Default parameters for the Attachments to create in this call.

Declaration
[JsonProperty("templateAttachment")]
public virtual InterconnectAttachmentGroupsCreateMembersInterconnectAttachmentInput TemplateAttachment { get; set; }
Property Value
Type Description
InterconnectAttachmentGroupsCreateMembersInterconnectAttachmentInput

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX