InterconnectAttachmentGroupConfiguredAvailabilitySLA
import type { InterconnectAttachmentGroupConfiguredAvailabilitySLA } from "https://googleapis.deno.dev/v1/compute:v1.ts";
[Output Only] Which SLA this group is configured to support, and why this group does or does not meet that SLA's requirements.
interface InterconnectAttachmentGroupConfiguredAvailabilitySLA {
effectiveSla?:
| "EFFECTIVE_SLA_UNSPECIFIED"
| "NO_SLA"
| "PRODUCTION_CRITICAL"
| "PRODUCTION_NON_CRITICAL";
intendedSlaBlockers?: InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers[];
}