interface HostingSummary {
    createdAt?: Date;
    dnsStatus: Webhosting.v1.DnsRecordsStatus;
    domain: string;
    id: string;
    offerName: string;
    projectId: string;
    protected: boolean;
    region: Region;
    status: HostingSummaryStatus;
    updatedAt?: Date;
}

Properties

createdAt?: Date

Date on which the Web Hosting plan was created.

DNS status of the Web Hosting plan.

domain: string

Main domain associated with the Web Hosting plan.

id: string

ID of the Web Hosting plan.

offerName: string

Name of the active offer for the Web Hosting plan.

projectId: string

ID of the Scaleway Project the Web Hosting plan belongs to.

protected: boolean

Whether the hosting is protected or not.

region: Region

Region where the Web Hosting plan is hosted.

Status of the Web Hosting plan.

updatedAt?: Date

Date on which the Web Hosting plan was last updated.