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.
964
+
typeBackendSetDetailsstruct {
965
+
// If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends.
966
+
// 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.
985
+
// For more information, see Editing Health Check Policies (https://docs.cloud.oracle.com/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
986
+
typeHealthCheckerstruct {
987
+
988
+
// The path against which to run the health check.
989
+
// Example: `/healthcheck`
990
+
// Default value is `/healthz`
991
+
UrlPath*string`json:"urlPath,omitempty"`
950
992
}
951
993
952
994
// NetworkSpec specifies what the OCI networking resources should look like.
// BackendSetDetails specifies the configuration of a network load balancer backend set.
972
+
typeBackendSetDetailsstruct {
973
+
// If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends.
974
+
// 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.
994
+
// For more information, see Editing Health Check Policies (https://docs.cloud.oracle.com/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
995
+
typeHealthCheckerstruct {
996
+
997
+
// The path against which to run the health check.
998
+
// Example: `/healthcheck`
999
+
// Default value is `/healthz`
1000
+
UrlPath*string`json:"urlPath,omitempty"`
958
1001
}
959
1002
960
1003
// NetworkSpec specifies what the OCI networking resources should look like.
0 commit comments