Package com.ibm.cloud.is.vpc.v1.model
Class CreateShareSnapshotOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CreateShareSnapshotOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateShareSnapshotOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createShareSnapshot options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateShareSnapshotOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Gets the name.CreateShareSnapshotOptions.Builder
newBuilder()
New builder.String
shareId()
Gets the shareId.List<String>
userTags()
Gets the userTags.
-
-
-
Method Detail
-
newBuilder
public CreateShareSnapshotOptions.Builder newBuilder()
New builder.- Returns:
- a CreateShareSnapshotOptions builder
-
shareId
public String shareId()
Gets the shareId. The file share identifier.- Returns:
- the shareId
-
name
public String name()
Gets the name. The name for this share snapshot. The name must not be used by another snapshot for the file share. If unspecified, the name will be a hyphenated list of randomly-selected words.- Returns:
- the name
-
-