InterconnectGroupsCreateMembers
import type { InterconnectGroupsCreateMembers } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InterconnectGroupsCreateMembers {
intentMismatchBehavior?: "CREATE" | "REJECT" | "UNSPECIFIED";
interconnects?: InterconnectGroupsCreateMembersInterconnectInput[];
templateInterconnect?: InterconnectGroupsCreateMembersInterconnectInput;
}§Properties
§
intentMismatchBehavior?: "CREATE" | "REJECT" | "UNSPECIFIED"
[src]How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call.
§
interconnects?: InterconnectGroupsCreateMembersInterconnectInput[]
[src]§
templateInterconnect?: InterconnectGroupsCreateMembersInterconnectInput
[src]Parameters for the Interconnects to create.