Interface ModelContext.Properties

  • Enclosing interface:
    ModelContext

    public static interface ModelContext.Properties
    Warning: As elsewhere in this package, do not make backwards incompatible changes that will break old config models!
    • Method Detail

      • multitenant

        boolean multitenant()
      • applicationId

        com.yahoo.config.provision.ApplicationId applicationId()
      • loadBalancerName

        com.yahoo.config.provision.HostName loadBalancerName()
      • ztsUrl

        java.net.URI ztsUrl()
      • athenzDnsSuffix

        java.lang.String athenzDnsSuffix()
      • hostedVespa

        boolean hostedVespa()
      • zone

        com.yahoo.config.provision.Zone zone()
      • isBootstrap

        boolean isBootstrap()
      • isFirstTimeDeployment

        boolean isFirstTimeDeployment()
      • useDedicatedNodeForLogserver

        default boolean useDedicatedNodeForLogserver()
      • useAdaptiveDispatch

        boolean useAdaptiveDispatch()
      • tlsSecrets

        default java.util.Optional<TlsSecrets> tlsSecrets()
      • defaultTermwiseLimit

        double defaultTermwiseLimit()
      • useBucketSpaceMetric

        boolean useBucketSpaceMetric()
      • useNewAthenzFilter

        default boolean useNewAthenzFilter()