Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.TenantType
-
Packages that use TenantType Package Description com.yahoo.vespa.hosted.controller.api.application.v4.model -
-
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 TenantType Modifier and Type Field Description TenantTypeTenantMetaData. typeTenantTypeTenantWithApplications. typeMethods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return TenantType Modifier and Type Method Description static TenantTypeTenantType. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantType[]TenantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type TenantType Constructor Description TenantMetaData(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)
-