interface LbType {
    description: string;
    name: string;
    region?: Region;
    stockStatus: LbTypeStock;
    zone: Zone;
}

Properties

description: string

Load Balancer commercial offer type description.

name: string

Load Balancer commercial offer type name.

region?: Region

The region the Load Balancer stock is in.

stockStatus: LbTypeStock

Current stock status for a given Load Balancer type.

zone: Zone

The zone the Load Balancer stock is in.