Fake Mirrors
    Preparing search index...

    Class TargetModel

    Represents the target model.

    Hierarchy (View Summary)

    • Creates a new target model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this target belongs to.

      • targetId: string

        The unique identifier for the target.

      • accessLevel: "transparent" | "landing"

        The type of access level.

      • donorSecure: boolean

        The flag indicating if the donor server uses HTTPS.

      • donorSub: string

        The donor subdomain.

      • donorDomain: string

        The donor domain name.

      • donorPort: number

        The donor server port.

      • mirrorSecure: boolean

        The flag indicating if the mirror server uses HTTPS.

      • mirrorSub: string

        The mirror subdomain.

      • mirrorDomain: string

        The mirror domain.

      • mirrorPort: number

        The mirror server port.

      • isEnabled: boolean

        The flag indicating if the target is currently active for traffic routing.

      • messageCount: number

        The total number of messages processed for this target.

      • createdAt: Date

        The date and time when the target was created.

      Returns TargetModel

    accessLevel: "transparent" | "landing"

    The type of access level.

    campaignId: string

    The ID of the campaign this target belongs to.

    createdAt: Date

    The date and time when the target was created.

    donorDomain: string

    The donor domain name.

    donorPort: number

    The donor server port.

    donorSecure: boolean

    The flag indicating if the donor server uses HTTPS.

    donorSub: string

    The donor subdomain.

    isEnabled: boolean

    The flag indicating if the target is currently active for traffic routing.

    messageCount: number

    The total number of messages processed for this target.

    mirrorDomain: string

    The mirror domain.

    mirrorPort: number

    The mirror server port.

    mirrorSecure: boolean

    The flag indicating if the mirror server uses HTTPS.

    mirrorSub: string

    The mirror subdomain.

    targetId: string

    The unique identifier for the target.