Class PerformanceManagerCounterLevelMapping

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.PerformanceManagerCounterLevelMapping
All Implemented Interfaces:
Serializable

public class PerformanceManagerCounterLevelMapping extends DynamicData
See Also:
  • Field Details

    • counterId

      public int counterId
    • aggregateLevel

      public Integer aggregateLevel
    • perDeviceLevel

      public Integer perDeviceLevel
  • Constructor Details

    • PerformanceManagerCounterLevelMapping

      public PerformanceManagerCounterLevelMapping()
  • Method Details

    • getCounterId

      public int getCounterId()
    • getAggregateLevel

      public Integer getAggregateLevel()
    • getPerDeviceLevel

      public Integer getPerDeviceLevel()
    • setCounterId

      public void setCounterId(int counterId)
    • setAggregateLevel

      public void setAggregateLevel(Integer aggregateLevel)
    • setPerDeviceLevel

      public void setPerDeviceLevel(Integer perDeviceLevel)