Class MonitorProperties

java.lang.Object
com.azure.resourcemanager.dynatrace.fluent.models.MonitorProperties

public final class MonitorProperties extends Object
Properties specific to the monitor resource.
  • Constructor Details

    • MonitorProperties

      public MonitorProperties()
  • Method Details

    • monitoringStatus

      public MonitoringStatus monitoringStatus()
      Get the monitoringStatus property: Status of the monitor.
      Returns:
      the monitoringStatus value.
    • withMonitoringStatus

      public MonitorProperties withMonitoringStatus(MonitoringStatus monitoringStatus)
      Set the monitoringStatus property: Status of the monitor.
      Parameters:
      monitoringStatus - the monitoringStatus value to set.
      Returns:
      the MonitorProperties object itself.
    • marketplaceSubscriptionStatus

      public MarketplaceSubscriptionStatus marketplaceSubscriptionStatus()
      Get the marketplaceSubscriptionStatus property: Marketplace subscription status.
      Returns:
      the marketplaceSubscriptionStatus value.
    • withMarketplaceSubscriptionStatus

      public MonitorProperties withMarketplaceSubscriptionStatus(MarketplaceSubscriptionStatus marketplaceSubscriptionStatus)
      Set the marketplaceSubscriptionStatus property: Marketplace subscription status.
      Parameters:
      marketplaceSubscriptionStatus - the marketplaceSubscriptionStatus value to set.
      Returns:
      the MonitorProperties object itself.
    • dynatraceEnvironmentProperties

      public DynatraceEnvironmentProperties dynatraceEnvironmentProperties()
      Get the dynatraceEnvironmentProperties property: Properties of the Dynatrace environment.
      Returns:
      the dynatraceEnvironmentProperties value.
    • withDynatraceEnvironmentProperties

      public MonitorProperties withDynatraceEnvironmentProperties(DynatraceEnvironmentProperties dynatraceEnvironmentProperties)
      Set the dynatraceEnvironmentProperties property: Properties of the Dynatrace environment.
      Parameters:
      dynatraceEnvironmentProperties - the dynatraceEnvironmentProperties value to set.
      Returns:
      the MonitorProperties object itself.
    • userInfo

      public UserInfo userInfo()
      Get the userInfo property: User info.
      Returns:
      the userInfo value.
    • withUserInfo

      public MonitorProperties withUserInfo(UserInfo userInfo)
      Set the userInfo property: User info.
      Parameters:
      userInfo - the userInfo value to set.
      Returns:
      the MonitorProperties object itself.
    • planData

      public PlanData planData()
      Get the planData property: Billing plan information.
      Returns:
      the planData value.
    • withPlanData

      public MonitorProperties withPlanData(PlanData planData)
      Set the planData property: Billing plan information.
      Parameters:
      planData - the planData value to set.
      Returns:
      the MonitorProperties object itself.
    • liftrResourceCategory

      public LiftrResourceCategories liftrResourceCategory()
      Get the liftrResourceCategory property: Liftr Resource category.
      Returns:
      the liftrResourceCategory value.
    • liftrResourcePreference

      public Integer liftrResourcePreference()
      Get the liftrResourcePreference property: The priority of the resource.
      Returns:
      the liftrResourcePreference value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the resource.
      Returns:
      the provisioningState value.
    • validate

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