Package com.ibm.cloud.is.vpc.v1.model
Class GetRegionZoneOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetRegionZoneOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetRegionZoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getRegionZone options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetRegionZoneOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Gets the name.GetRegionZoneOptions.Builder
newBuilder()
New builder.String
regionName()
Gets the regionName.
-
-
-
Method Detail
-
newBuilder
public GetRegionZoneOptions.Builder newBuilder()
New builder.- Returns:
- a GetRegionZoneOptions builder
-
regionName
public String regionName()
Gets the regionName. The region name.- Returns:
- the regionName
-
name
public String name()
Gets the name. The zone name.- Returns:
- the name
-
-