Class UpdateZoneOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.zones.v1.model.UpdateZoneOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateZoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateZone options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateZoneOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateZoneOptions.BuildernewBuilder()New builder.Booleanpaused()Gets the paused.StringzoneIdentifier()Gets the zoneIdentifier.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateZoneOptions.Builder newBuilder() New builder.- Returns:
- a UpdateZoneOptions builder
 
 - 
zoneIdentifierpublic String zoneIdentifier() Gets the zoneIdentifier. Zone identifier.- Returns:
- the zoneIdentifier
 
 - 
pausedpublic Boolean paused() Gets the paused. paused.- Returns:
- the paused
 
 
- 
 
-