public class BucketPatch
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
BucketPatch.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected ActivityTracking |
activityTracking |
protected Firewall |
firewall |
protected java.lang.Long |
hardQuota |
protected MetricsMonitoring |
metricsMonitoring |
protected ProtectionManagement |
protectionManagement |
Modifier | Constructor and Description |
---|---|
protected |
BucketPatch() |
protected |
BucketPatch(BucketPatch.Builder builder) |
Modifier and Type | Method and Description |
---|---|
ActivityTracking |
activityTracking()
Gets the activityTracking.
|
java.util.Map<java.lang.String,java.lang.Object> |
asPatch()
Construct a JSON merge-patch from the BucketPatch.
|
Firewall |
firewall()
Gets the firewall.
|
java.lang.Long |
hardQuota()
Gets the hardQuota.
|
MetricsMonitoring |
metricsMonitoring()
Gets the metricsMonitoring.
|
BucketPatch.Builder |
newBuilder()
New builder.
|
ProtectionManagement |
protectionManagement()
Gets the protectionManagement.
|
protected Firewall firewall
@SerializedName(value="activity_tracking") protected ActivityTracking activityTracking
@SerializedName(value="metrics_monitoring") protected MetricsMonitoring metricsMonitoring
@SerializedName(value="hard_quota") protected java.lang.Long hardQuota
@SerializedName(value="protection_management") protected ProtectionManagement protectionManagement
protected BucketPatch()
protected BucketPatch(BucketPatch.Builder builder)
public BucketPatch.Builder newBuilder()
public Firewall firewall()
public ActivityTracking activityTracking()
public MetricsMonitoring metricsMonitoring()
public java.lang.Long hardQuota()
public ProtectionManagement protectionManagement()
public java.util.Map<java.lang.String,java.lang.Object> asPatch()
Copyright © 2025. All rights reserved.