interface Hosting {
    createdAt?: Date;
    dnsStatus: Webhosting.v1.DnsRecordsStatus;
    domain: string;
    id: string;
    ipv4: string;
    offer?: Webhosting.v1.Offer;
    platform?: Webhosting.v1.Platform;
    projectId: string;
    protected: boolean;
    region: Region;
    status: Webhosting.v1.HostingStatus;
    tags: string[];
    updatedAt?: Date;
    user?: HostingUser;
}

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.

ipv4: string

Current IPv4 address of the hosting.

Details of the Web Hosting plan offer and options.

Details of the hosting platform.

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.

tags: string[]

List of tags associated with the Web Hosting plan.

updatedAt?: Date

Date on which the Web Hosting plan was last updated.

Details of the hosting user.