You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeQOSstruct {
// WLStorageQuotaKBytes is the storage quota warning threshold ("soft limit"), in number of KiBs.WLStorageQuotaKBytesint32`json:"wlStorageQuotaKBytes"`// HLStorageQuotaKBytes is the storage quota maximum ("hard limit"), in number of KiBs.HLStorageQuotaKBytesint32`json:"hlStorageQuotaKBytes"`// WLStorageQuotaCount is the storage quota warning threshold ("soft limit"), in total number of objects.WLStorageQuotaCountint32`json:"wlStorageQuotaCount"`// HLStorageQuotaCount is the storage quota maximum ("hard limit"), in total number of objects.HLStorageQuotaCountint32`json:"hlStorageQuotaCount"`// WLRequestRate is the request rate warning threshold ("soft limit"), in total number of HTTP requests per minute.WLRequestRateint32`json:"wlRequestRate"`// HLRequestRate is the request rate maximum ("hard limit"), in total number of HTTP requests per minute.HLRequestRateint32`json:"hlRequestRate"`// WLDataKBytesIn is the inbound data rate warning threshold ("soft limit"), in KiBs per minute.WLDataKBytesInint32`json:"wlDataKBytesIn"`// HLDataKBytesIn is the inbound data rate maximum ("hard limit"), in KiBs per minute.HLDataKBytesInint32`json:"hlDataKBytesIn"`// WLDataKBytesOut is the outbound data rate warning threshold ("soft limit"), in KiBs per minute.WLDataKBytesOutint32`json:"wlDataKBytesOut"`// HLDataKBytesOut is the outbound data rate maximum ("hard limit"), in KiBs per minute.HLDataKBytesOutint32`json:"hlDataKBytesOut"`// Region is the service region to which the QoS settings apply.//+optionalRegion*string`json:"region"`
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: