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.GenericModel
The updateZone options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateZoneOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateZoneOptions.Builder
newBuilder()
New builder.Boolean
paused()
Gets the paused.String
zoneIdentifier()
Gets the zoneIdentifier.
-
-
-
Method Detail
-
newBuilder
public UpdateZoneOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateZoneOptions builder
-
zoneIdentifier
public String zoneIdentifier()
Gets the zoneIdentifier. Zone identifier.- Returns:
- the zoneIdentifier
-
paused
public Boolean paused()
Gets the paused. paused.- Returns:
- the paused
-
-