Class MountPointMap

java.lang.Object
com.azure.resourcemanager.databoxedge.models.MountPointMap

public final class MountPointMap extends Object
The share mount point.
  • Constructor Details

    • MountPointMap

      public MountPointMap()
      Creates an instance of MountPointMap class.
  • Method Details

    • shareId

      public String shareId()
      Get the shareId property: ID of the share mounted to the role VM.
      Returns:
      the shareId value.
    • withShareId

      public MountPointMap withShareId(String shareId)
      Set the shareId property: ID of the share mounted to the role VM.
      Parameters:
      shareId - the shareId value to set.
      Returns:
      the MountPointMap object itself.
    • roleId

      public String roleId()
      Get the roleId property: ID of the role to which share is mounted.
      Returns:
      the roleId value.
    • mountPoint

      public String mountPoint()
      Get the mountPoint property: Mount point for the share.
      Returns:
      the mountPoint value.
    • roleType

      public RoleTypes roleType()
      Get the roleType property: Role type.
      Returns:
      the roleType value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.