Package com.ibm.cloud.is.vpc.v1.model
Class CreateSnapshotOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CreateSnapshotOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateSnapshotOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createSnapshot options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSnapshotOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSnapshotOptions.BuildernewBuilder()New builder.SnapshotPrototypesnapshotPrototype()Gets the snapshotPrototype.
-
-
-
Method Detail
-
newBuilder
public CreateSnapshotOptions.Builder newBuilder()
New builder.- Returns:
- a CreateSnapshotOptions builder
-
snapshotPrototype
public SnapshotPrototype snapshotPrototype()
Gets the snapshotPrototype. The snapshot prototype object.- Returns:
- the snapshotPrototype
-
-