Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

API name

Request parameters

Response parameters

Available to regular user

createLoadBalancingRule

1) New parameters:

  • schema (String enum, with External/Internal choices; optional; =External by default)
  • sourceIpAddress (String, optional, can be used only with networkId conjunction)  
    Changes to existing parameters:
    None
     If networkId=(guestNetworkId of the network where internal LB is supported) is passed in w/o sourceIpAddress param,    
    the IP address from the guest network will get acquired on the fly and be assigned to the Load Balancing Rule.
    2) Changes to existing parameters: 
  • None | 1) New parameters:
  • schema

...

  • sourceIpAddress 2) Changes to existing parameters: 
  • None

...

  • | yes |

    listLoadBalancingRules

    1) New parameters:

  • schema

...

  • sourceIpAddress2) Changes to existing parameters: 
  • None

...

  • | 1) Each Load Balancer will have new parameters:
  • schema
  • sourceIpAddress
    2) Changes to existing parameters: 
  • None

...

  • | yes |
    DB changes

Existing table load_balancing_rules will get a new field - "schema". It will have "External" value by default, and will accept enum values External/Internal.

...