Class InterconnectAttachmentGroupsCreateMembers
Implements
Inherited Members
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 |