public class Bucket
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected ActivityTracking |
activityTracking |
protected java.lang.Long |
bytesUsed |
protected java.lang.String |
crn |
protected java.lang.Long |
deleteMarkerCount |
protected Firewall |
firewall |
protected java.lang.Long |
hardQuota |
protected MetricsMonitoring |
metricsMonitoring |
protected java.lang.String |
name |
protected java.lang.Long |
noncurrentBytesUsed |
protected java.lang.Long |
noncurrentObjectCount |
protected java.lang.Long |
objectCount |
protected ProtectionManagementResponse |
protectionManagement |
protected java.lang.String |
serviceInstanceCrn |
protected java.lang.String |
serviceInstanceId |
protected java.util.Date |
timeCreated |
protected java.util.Date |
timeUpdated |
Modifier | Constructor and Description |
---|---|
protected |
Bucket() |
Modifier and Type | Method and Description |
---|---|
ActivityTracking |
getActivityTracking()
Gets the activityTracking.
|
java.lang.Long |
getBytesUsed()
Gets the bytesUsed.
|
java.lang.String |
getCrn()
Gets the crn.
|
java.lang.Long |
getDeleteMarkerCount()
Gets the deleteMarkerCount.
|
Firewall |
getFirewall()
Gets the firewall.
|
java.lang.Long |
getHardQuota()
Gets the hardQuota.
|
MetricsMonitoring |
getMetricsMonitoring()
Gets the metricsMonitoring.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.Long |
getNoncurrentBytesUsed()
Gets the noncurrentBytesUsed.
|
java.lang.Long |
getNoncurrentObjectCount()
Gets the noncurrentObjectCount.
|
java.lang.Long |
getObjectCount()
Gets the objectCount.
|
ProtectionManagementResponse |
getProtectionManagement()
Gets the protectionManagement.
|
java.lang.String |
getServiceInstanceCrn()
Gets the serviceInstanceCrn.
|
java.lang.String |
getServiceInstanceId()
Gets the serviceInstanceId.
|
java.util.Date |
getTimeCreated()
Gets the timeCreated.
|
java.util.Date |
getTimeUpdated()
Gets the timeUpdated.
|
protected java.lang.String name
protected java.lang.String crn
@SerializedName(value="service_instance_id") protected java.lang.String serviceInstanceId
@SerializedName(value="service_instance_crn") protected java.lang.String serviceInstanceCrn
@SerializedName(value="time_created") protected java.util.Date timeCreated
@SerializedName(value="time_updated") protected java.util.Date timeUpdated
@SerializedName(value="object_count") protected java.lang.Long objectCount
@SerializedName(value="bytes_used") protected java.lang.Long bytesUsed
@SerializedName(value="noncurrent_object_count") protected java.lang.Long noncurrentObjectCount
@SerializedName(value="noncurrent_bytes_used") protected java.lang.Long noncurrentBytesUsed
@SerializedName(value="delete_marker_count") protected java.lang.Long deleteMarkerCount
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 ProtectionManagementResponse protectionManagement
public java.lang.String getName()
public java.lang.String getCrn()
public java.lang.String getServiceInstanceId()
public java.lang.String getServiceInstanceCrn()
public java.util.Date getTimeCreated()
public java.util.Date getTimeUpdated()
public java.lang.Long getObjectCount()
public java.lang.Long getBytesUsed()
public java.lang.Long getNoncurrentObjectCount()
public java.lang.Long getNoncurrentBytesUsed()
public java.lang.Long getDeleteMarkerCount()
public Firewall getFirewall()
public ActivityTracking getActivityTracking()
public MetricsMonitoring getMetricsMonitoring()
public java.lang.Long getHardQuota()
public ProtectionManagementResponse getProtectionManagement()
Copyright © 2025. All rights reserved.