Anchorage API reference
    Preparing search index...

    Interface BackendSwitchDecommissionSnapshot

    interface BackendSwitchDecommissionSnapshot {
        applicationResources: readonly ApplicationR2Resource[];
        bridge?: BridgeSnapshot;
        bridgePlan?: BridgeMutationPlan;
        desiredSpecDigest: string;
        releases: readonly BackendSwitchDecommissionRelease[];
        resources?: ExternalPlatformResources;
        routeHostname: string;
        routeTargets: readonly BackendSwitchDecommissionRouteTarget[];
        target: ExternalPlatformTargetDescription;
    }
    Index

    Properties

    applicationResources: readonly ApplicationR2Resource[]
    bridgePlan?: BridgeMutationPlan
    desiredSpecDigest: string
    routeHostname: string
    routeTargets: readonly BackendSwitchDecommissionRouteTarget[]