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