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.
  • Method Details

    • 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
    • userTags

      public List<String> userTags()
      Gets the userTags. The [user tags](https://cloud.ibm.com/apidocs/tagging#types-of-tags) associated with this share snapshot.
      Returns:
      the userTags