Class 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 Detail

      • 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