InterconnectAttachmentGroupConfigured
import type { InterconnectAttachmentGroupConfigured } from "https://googleapis.deno.dev/v1/compute:v1.ts";
[Output Only] The redundancy this group is configured to support. The way a user queries what SLA their Attachment gets is by looking at this field of the Attachment's AttachmentGroup.
interface InterconnectAttachmentGroupConfigured {
availabilitySla?: InterconnectAttachmentGroupConfiguredAvailabilitySLA;
}§Properties
§
availabilitySla?: InterconnectAttachmentGroupConfiguredAvailabilitySLA
[src]