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