Class EnvironmentInfo

java.lang.Object
com.azure.resourcemanager.dynatrace.models.EnvironmentInfo

public final class EnvironmentInfo extends Object
Dynatrace Environment Information.
  • Constructor Details

    • EnvironmentInfo

      public EnvironmentInfo()
  • Method Details

    • environmentId

      public String environmentId()
      Get the environmentId property: Id of the environment created.
      Returns:
      the environmentId value.
    • withEnvironmentId

      public EnvironmentInfo withEnvironmentId(String environmentId)
      Set the environmentId property: Id of the environment created.
      Parameters:
      environmentId - the environmentId value to set.
      Returns:
      the EnvironmentInfo object itself.
    • ingestionKey

      public String ingestionKey()
      Get the ingestionKey property: Ingestion key of the environment.
      Returns:
      the ingestionKey value.
    • withIngestionKey

      public EnvironmentInfo withIngestionKey(String ingestionKey)
      Set the ingestionKey property: Ingestion key of the environment.
      Parameters:
      ingestionKey - the ingestionKey value to set.
      Returns:
      the EnvironmentInfo object itself.
    • logsIngestionEndpoint

      public String logsIngestionEndpoint()
      Get the logsIngestionEndpoint property: Ingestion endpoint used for sending logs.
      Returns:
      the logsIngestionEndpoint value.
    • withLogsIngestionEndpoint

      public EnvironmentInfo withLogsIngestionEndpoint(String logsIngestionEndpoint)
      Set the logsIngestionEndpoint property: Ingestion endpoint used for sending logs.
      Parameters:
      logsIngestionEndpoint - the logsIngestionEndpoint value to set.
      Returns:
      the EnvironmentInfo object itself.
    • landingUrl

      public String landingUrl()
      Get the landingUrl property: Landing URL for Dynatrace environment.
      Returns:
      the landingUrl value.
    • withLandingUrl

      public EnvironmentInfo withLandingUrl(String landingUrl)
      Set the landingUrl property: Landing URL for Dynatrace environment.
      Parameters:
      landingUrl - the landingUrl value to set.
      Returns:
      the EnvironmentInfo object itself.
    • validate

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