Class UpdateMaxUploadOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.zones_settings.v1.model.UpdateMaxUploadOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateMaxUploadOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateMaxUpload options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateMaxUploadOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMaxUploadOptions.Builder
newBuilder()
New builder.Long
value()
Gets the value.
-
-
-
Method Detail
-
newBuilder
public UpdateMaxUploadOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateMaxUploadOptions builder
-
value
public Long value()
Gets the value. Valid values(in MB) for "max_upload" are 100, 125, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375, 400, 425, 450, 475, 500. Values 225, 250, 275, 300, 325, 350, 375, 400, 425, 450, 475, 500 are only for Enterprise Plan.- Returns:
- the value
-
-