Class LocalDiagnosticsAccessConfiguration

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.LocalDiagnosticsAccessConfiguration

public final class LocalDiagnosticsAccessConfiguration extends Object
The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
  • Constructor Details

    • LocalDiagnosticsAccessConfiguration

      public LocalDiagnosticsAccessConfiguration()
  • Method Details

    • httpsServerCertificate

      public KeyVaultCertificate httpsServerCertificate()
      Get the httpsServerCertificate property: The HTTPS server TLS certificate used to secure local access to diagnostics.
      Returns:
      the httpsServerCertificate value.
    • withHttpsServerCertificate

      public LocalDiagnosticsAccessConfiguration withHttpsServerCertificate(KeyVaultCertificate httpsServerCertificate)
      Set the httpsServerCertificate property: The HTTPS server TLS certificate used to secure local access to diagnostics.
      Parameters:
      httpsServerCertificate - the httpsServerCertificate value to set.
      Returns:
      the LocalDiagnosticsAccessConfiguration object itself.
    • validate

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