Compute Engine v1 API - Class InterconnectGroupsCreateMembers (3.10.0)

public sealed class InterconnectGroupsCreateMembers : IMessage<InterconnectGroupsCreateMembers>, IEquatable<InterconnectGroupsCreateMembers>, IDeepCloneable<InterconnectGroupsCreateMembers>, IBufferMessage, IMessage

Inheritance

object > InterconnectGroupsCreateMembers

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InterconnectGroupsCreateMembers()

public InterconnectGroupsCreateMembers()

InterconnectGroupsCreateMembers(InterconnectGroupsCreateMembers)

public InterconnectGroupsCreateMembers(InterconnectGroupsCreateMembers other)
Parameter
Name Description
other InterconnectGroupsCreateMembers

Properties

HasIntentMismatchBehavior

public bool HasIntentMismatchBehavior { get; }

Gets whether the "intent_mismatch_behavior" field is set

Property Value
Type Description
bool

IntentMismatchBehavior

public string IntentMismatchBehavior { get; set; }

How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call. Check the IntentMismatchBehavior enum for the list of possible values.

Property Value
Type Description
string

Interconnects

public RepeatedField<InterconnectGroupsCreateMembersInterconnectInput> Interconnects { get; }
Property Value
Type Description
RepeatedFieldInterconnectGroupsCreateMembersInterconnectInput

TemplateInterconnect

public InterconnectGroupsCreateMembersInterconnectInput TemplateInterconnect { get; set; }

Parameters for the Interconnects to create.

Property Value
Type Description
InterconnectGroupsCreateMembersInterconnectInput