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.GenericModelThe datapath logging configuration for this load balancer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoadBalancerLoggingDatapathPatch.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanactive()Gets the active.LoadBalancerLoggingDatapathPatch.BuildernewBuilder()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
-
-