Class DSCCommentBeginResource

    • Field Detail

      • min

        private java.lang.Integer min
      • max

        private java.lang.Integer max
    • Constructor Detail

      • DSCCommentBeginResource

        public DSCCommentBeginResource()
        Creates a new instance
      • DSCCommentBeginResource

        public DSCCommentBeginResource​(PSResource resource)
        Creates a new instance for a given PSResource instance
        Parameters:
        resource - the resource
      • DSCCommentBeginResource

        public DSCCommentBeginResource​(PSResource resource,
                                       int min,
                                       int max)
        Creates a new instance for a given PSResource instance
        Parameters:
        resource - the resource
        min - Minimum VM used by the resource
        max - Maximum VM used by the resource
    • Method Detail

      • getMin

        public java.lang.Integer getMin()
        Returns the minimum VM used by the resource.
        Returns:
        the minimum VM used by the resource
      • getMax

        public java.lang.Integer getMax()
        Returns the maximum VM used by the resource.
        Returns:
        the maximum VM used by the resource
      • getName

        public java.lang.String getName()
        Returns the name of the DSC comment.
        Returns:
        the name of the DSC comment (without the "%%" prefix)