Fake Mirrors
    Preparing search index...

    Class FullTargetModel

    Represents the full target model.

    Hierarchy (View Summary)

    • Creates a new full 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.

      • labels: string[]

        The list of labels for categorization.

      • connectTimeout: number

        The connection timeout in milliseconds.

      • simpleTimeout: number

        The simple request timeout in milliseconds.

      • streamTimeout: number

        The streaming request timeout in milliseconds.

      • headersSizeLimit: number

        The maximum headers size in bytes.

      • bodySizeLimit: number

        The maximum body size in bytes.

      • mainPage: string

        The custom main page content.

      • notFoundPage: string

        The custom not-found page content.

      • faviconIco: string

        The custom favicon.ico content.

      • robotsTxt: string

        The custom robots.txt content.

      • sitemapXml: string

        The custom sitemap.xml content.

      • allowWebSockets: boolean

        The flag indicating if WebSocket connections allowed.

      • 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 FullTargetModel

    accessLevel: "transparent" | "landing"

    The type of access level.

    allowWebSockets: boolean

    The flag indicating if WebSocket connections allowed.

    bodySizeLimit: number

    The maximum body size in bytes.

    campaignId: string

    The ID of the campaign this target belongs to.

    connectTimeout: number

    The connection timeout in milliseconds.

    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.

    faviconIco: string

    The custom favicon.ico content.

    headersSizeLimit: number

    The maximum headers size in bytes.

    isEnabled: boolean

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

    labels: string[]

    The list of labels for categorization.

    mainPage: string

    The custom main page content.

    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.

    notFoundPage: string

    The custom not-found page content.

    robotsTxt: string

    The custom robots.txt content.

    simpleTimeout: number

    The simple request timeout in milliseconds.

    sitemapXml: string

    The custom sitemap.xml content.

    streamTimeout: number

    The streaming request timeout in milliseconds.

    targetId: string

    The unique identifier for the target.