Package com.ibm.cloud.is.vpc.v1.model
Class CreateVolumeOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CreateVolumeOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateVolumeOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createVolume options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateVolumeOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateVolumeOptions.Builder
newBuilder()
New builder.VolumePrototype
volumePrototype()
Gets the volumePrototype.
-
-
-
Method Detail
-
newBuilder
public CreateVolumeOptions.Builder newBuilder()
New builder.- Returns:
- a CreateVolumeOptions builder
-
volumePrototype
public VolumePrototype volumePrototype()
Gets the volumePrototype. The volume prototype object.- Returns:
- the volumePrototype
-
-