LoadBalancerProperties interface

Details of the LoadBalancer.

Properties

addresses

IP Range

advertiseMode

Advertise Mode

bgpPeers

The list of BGP peers it should advertise to. Null or empty means to advertise to all peers.

provisioningState

Resource provision state

serviceSelector

A dynamic label mapping to select related services. For instance, if you want to create a load balancer only for services with label "a=b", then please specify {"a": "b"} in the field.

Property Details

addresses

IP Range

addresses: string[]

Property Value

string[]

advertiseMode

Advertise Mode

advertiseMode: string

Property Value

string

bgpPeers

The list of BGP peers it should advertise to. Null or empty means to advertise to all peers.

bgpPeers?: string[]

Property Value

string[]

provisioningState

Resource provision state

provisioningState?: string

Property Value

string

serviceSelector

A dynamic label mapping to select related services. For instance, if you want to create a load balancer only for services with label "a=b", then please specify {"a": "b"} in the field.

serviceSelector?: Record<string, string>

Property Value

Record<string, string>