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.GenericModel
The createSnapshot options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSnapshotOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSnapshotOptions.Builder
newBuilder()
New builder.SnapshotPrototype
snapshotPrototype()
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
-
-