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