Show / Hide Table of Contents

Class InterconnectGroupsCreateMembers

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

Properties

ETag

The ETag of the item.

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

IntentMismatchBehavior

How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call.

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

Interconnects

Declaration
[JsonProperty("interconnects")]
public virtual IList<InterconnectGroupsCreateMembersInterconnectInput> Interconnects { get; set; }
Property Value
Type Description
IList<InterconnectGroupsCreateMembersInterconnectInput>

TemplateInterconnect

Parameters for the Interconnects to create.

Declaration
[JsonProperty("templateInterconnect")]
public virtual InterconnectGroupsCreateMembersInterconnectInput TemplateInterconnect { get; set; }
Property Value
Type Description
InterconnectGroupsCreateMembersInterconnectInput

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX