Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerPoolFailsafePolicyTargetPatch
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerPoolFailsafePolicyTargetPatch
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
LoadBalancerPoolFailsafePolicyTargetPatchLoadBalancerPoolIdentityByHref
,LoadBalancerPoolFailsafePolicyTargetPatchLoadBalancerPoolIdentityById
public class LoadBalancerPoolFailsafePolicyTargetPatch extends com.ibm.cloud.sdk.core.service.model.GenericModel
The failsafe target pool to forward to. The specified pool must: - Belong to this load balancer - Have the same `protocol` as this pool, or have a compatible protocol. At present, the compatible protocols are `http` and `https`. - Not have a `failsafe_policy.action` of `forward` or `bypass`. If specified, `action` must be `forward`. Specify `null` to remove an existing failsafe target pool. Classes which extend this class: - LoadBalancerPoolFailsafePolicyTargetPatchLoadBalancerPoolIdentityById - LoadBalancerPoolFailsafePolicyTargetPatchLoadBalancerPoolIdentityByHref
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
href()
Gets the href.String
id()
Gets the id.
-