Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerLoggingDatapath
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerLoggingDatapath
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerLoggingDatapath extends com.ibm.cloud.sdk.core.service.model.GenericModel
The datapath logging configuration for this load balancer.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isActive()
Gets the active.
-
-
-
Method Detail
-
isActive
public Boolean isActive()
Gets the active. Indicates whether datapath logging is active for this load balancer.- Returns:
- the active
-
-