interface Hosting {
    contactEmail: string;
    controlPanelName: string;
    cpanelUrls?: Webhosting.v1.HostingCpanelUrls;
    createdAt?: Date;
    dnsStatus: Webhosting.v1.HostingDnsStatus;
    domain: string;
    id: string;
    ipv4: string;
    ipv6: string;
    offerEndOfLife: boolean;
    offerId: string;
    offerName: string;
    oneTimePassword: string;
    options: Webhosting.v1.HostingOption[];
    platformGroup: string;
    platformHostname: string;
    platformNumber: number;
    projectId: string;
    protected: boolean;
    region: Region;
    status: Webhosting.v1.HostingStatus;
    tags: string[];
    updatedAt?: Date;
    username: string;
}

Properties

contactEmail: string

Contact email used for the hosting.

controlPanelName: string

Name of the control panel.

URL to connect to cPanel dashboard and to Webmail interface.

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

IPv4 address of the hosting's host server.

ipv6: string

IPv6 address of the hosting's host server.

offerEndOfLife: boolean

Indicates if the hosting offer has reached its end of life.

offerId: string

ID of the active offer for the Web Hosting plan.

offerName: string

Name of the active offer for the Web Hosting plan.

oneTimePassword: string

One-time-password used for the first login or reset password, empty after first use.

List of the Web Hosting plan options.

platformGroup: string

Group of the hosting's host server/platform.

platformHostname: string

Hostname of the host platform.

platformNumber: number

Number of the host 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.

username: string

Main Web Hosting cPanel username.