Package com.ibm.cloud.is.vpc.v1.model
Class GetSnapshotCloneOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetSnapshotCloneOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetSnapshotCloneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getSnapshotClone options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSnapshotCloneOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.GetSnapshotCloneOptions.Builder
newBuilder()
New builder.String
zoneName()
Gets the zoneName.
-
-
-
Method Detail
-
newBuilder
public GetSnapshotCloneOptions.Builder newBuilder()
New builder.- Returns:
- a GetSnapshotCloneOptions builder
-
id
public String id()
Gets the id. The snapshot identifier.- Returns:
- the id
-
zoneName
public String zoneName()
Gets the zoneName. The zone name.- Returns:
- the zoneName
-
-