Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.TenantType
Packages that use TenantType
-
Uses of TenantType in com.yahoo.vespa.hosted.controller.api.application.v4.model
Fields in com.yahoo.vespa.hosted.controller.api.application.v4.model declared as TenantTypeMethods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return TenantTypeModifier and TypeMethodDescriptionstatic TenantTypeReturns the enum constant of this class with the specified name.static TenantType[]TenantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type TenantTypeModifierConstructorDescriptionTenantMetaData(TenantType type, Optional<com.yahoo.vespa.athenz.api.AthenzDomain> athensDomain, Optional<Property> property) TenantWithApplications(TenantType type, com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, List<ApplicationReference> applications)