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