Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateBackendSetDetails

The configuration details for creating a backend set in a network load balancer. For more information about backend set configuration, see Managing Backend Sets.

*Caution:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Properties

Optional backends

An array of backends to be associated with the backend set.

healthChecker

healthChecker: HealthCheckerDetails

Optional ipVersion

ipVersion: model.IpVersion

IP version associated with the backend set.

Optional isFailOpen

isFailOpen: undefined | false | true

If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.

Optional isInstantFailoverEnabled

isInstantFailoverEnabled: undefined | false | true

If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.

Optional isPreserveSource

isPreserveSource: undefined | false | true

If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.

name

name: string

A user-friendly name for the backend set that must be unique and cannot be changed.

Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.

Example: {@code example_backend_set}

policy

The network load balancer policy for the backend set.

Example: {@code FIVE_TUPLE}

Functions

getDeserializedJsonObj

getJsonObj