Class SparkVolumeDetails

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SparkVolumeDetails
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Spark application volume.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String mountPath()
      Gets the mountPath.
      java.lang.String name()
      Gets the name.
      SparkVolumeDetails.Builder newBuilder()
      New builder.
      java.lang.Boolean readOnly()
      Gets the readOnly.
      java.lang.String sourceSubPath()
      Gets the sourceSubPath.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • mountPath

        public java.lang.String mountPath()
        Gets the mountPath. Path in the spark cluster for the mounted volume.
        Returns:
        the mountPath
      • name

        public java.lang.String name()
        Gets the name. volume name.
        Returns:
        the name
      • readOnly

        public java.lang.Boolean readOnly()
        Gets the readOnly. Read only flag.
        Returns:
        the readOnly
      • sourceSubPath

        public java.lang.String sourceSubPath()
        Gets the sourceSubPath. Path in the volume to be mounted.
        Returns:
        the sourceSubPath