-
public final class OverrideQuotaForOriginRequestRequest object containing input parameters for the StorageDomain.overrideQuotaForOrigin command.
-
-
Constructor Summary
Constructors Constructor Description OverrideQuotaForOriginRequest(String origin, Double quotaSize)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Doublecomponent2()final OverrideQuotaForOriginRequestcopy(String origin, Double quotaSize)final StringgetOrigin()Security origin. final DoublegetQuotaSize()The quota size (in bytes) to override the original quota with. -
-
Method Detail
-
component1
final String component1()
-
component2
final Double component2()
-
copy
final OverrideQuotaForOriginRequest copy(String origin, Double quotaSize)
-
getQuotaSize
final Double getQuotaSize()
The quota size (in bytes) to override the original quota with. If this is called multiple times, the overriden quota will be equal to the quotaSize provided in the final call. If this is called without specifying a quotaSize, the quota will be reset to the default value for the specified origin. If this is called multiple times with different origins, the override will be maintained for each origin until it is disabled (called without a quotaSize).
-
-
-
-