You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// BackendSetDetails specifies the configuration of a network load balancer backend set.
970
+
typeBackendSetDetailsstruct {
971
+
// If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends.
972
+
// Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled.
// HealthChecker The health check policy configuration.
991
+
// For more information, see Editing Health Check Policies (https://docs.cloud.oracle.com/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
992
+
typeHealthCheckerstruct {
993
+
994
+
// The path against which to run the health check.
995
+
// Example: `/healthcheck`
996
+
// Default value is `/healthz`
997
+
UrlPath*string`json:"urlPath,omitempty"`
956
998
}
957
999
958
1000
// NetworkSpec specifies what the OCI networking resources should look like.
// BackendSetDetails specifies the configuration of a network load balancer backend set.
978
+
typeBackendSetDetailsstruct {
979
+
// If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends.
980
+
// Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled.
// HealthChecker The health check policy configuration.
1000
+
// For more information, see Editing Health Check Policies (https://docs.cloud.oracle.com/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
1001
+
typeHealthCheckerstruct {
1002
+
1003
+
// The path against which to run the health check.
1004
+
// Example: `/healthcheck`
1005
+
// Default value is `/healthz`
1006
+
UrlPath*string`json:"urlPath,omitempty"`
964
1007
}
965
1008
966
1009
// NetworkSpec specifies what the OCI networking resources should look like.
0 commit comments