ZonedApiUpdateLbRequest: {
    description: string;
    lbId: string;
    name: string;
    sslCompatibilityLevel?: SSLCompatibilityLevel;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • description: string

    Load Balancer description.

  • lbId: string

    Load Balancer ID.

  • name: string

    Load Balancer name.

  • OptionalsslCompatibilityLevel?: SSLCompatibilityLevel

    Determines the minimal SSL version which needs to be supported on the client side, in an SSL/TLS offloading context. Intermediate is suitable for general-purpose servers with a variety of clients, recommended for almost all systems. Modern is suitable for services with clients that support TLS 1.3 and don't need backward compatibility. Old is compatible with a small number of very old clients and should be used only as a last resort.

  • Optionaltags?: string[]

    List of tags for the Load Balancer.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.