interface ScalewayLb {
    domainName?: string;
    frontendId: string;
    id: string;
    isSsl?: boolean;
    zone: Zone;
}

Properties

domainName?: string

Fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer.

frontendId: string

ID of the frontend linked to the Load Balancer.

id: string

ID of the Load Balancer.

isSsl?: boolean

Defines whether the Load Balancer's frontend handles SSL connections.

zone: Zone

Zone of the Load Balancer.