Uses of Class
com.yahoo.vespa.hosted.controller.api.identifiers.Property
Packages that use Property
Package
Description
-
Uses of Property in com.yahoo.vespa.hosted.controller.api.application.v4.model
Fields in com.yahoo.vespa.hosted.controller.api.application.v4.model declared as PropertyModifier and TypeFieldDescriptionTenantCreateOptions.propertyfinal PropertyTenantUpdateOptions.propertyTenantWithApplications.propertyFields in com.yahoo.vespa.hosted.controller.api.application.v4.model with type parameters of type PropertyConstructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type PropertyModifierConstructorDescriptionTenantCreateOptions(com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, PropertyId propertyId) TenantUpdateOptions(Property property, Optional<com.yahoo.vespa.athenz.api.AthenzDomain> athensDomain) TenantWithApplications(TenantType type, com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, List<ApplicationReference> applications) -
Uses of Property in com.yahoo.vespa.hosted.controller.api.integration.entity
Methods in com.yahoo.vespa.hosted.controller.api.integration.entity that return types with arguments of type PropertyModifier and TypeMethodDescriptionEntityService.listProperties()List all properties known by the serviceMemoryEntityService.listProperties() -
Uses of Property in com.yahoo.vespa.hosted.controller.api.integration.resource
Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return types with arguments of type PropertyModifier and TypeMethodDescriptionCostReportConsumer.fixedAllocations()CostReportConsumerMock.fixedAllocations()Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type PropertyModifierConstructorDescriptionCostReportConsumerMock(Consumer<String> csvConsumer, Map<Property, ResourceAllocation> fixedAllocations) -
Uses of Property in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return PropertyMethods in com.yahoo.vespa.hosted.controller.tenant with parameters of type PropertyModifier and TypeMethodDescriptionstatic AthenzTenantAthenzTenant.create(com.yahoo.config.provision.TenantName name, com.yahoo.vespa.athenz.api.AthenzDomain domain, Property property, Optional<PropertyId> propertyId, Instant createdAt) Create a new Athenz tenantConstructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type PropertyModifierConstructorDescriptionAthenzTenant(com.yahoo.config.provision.TenantName name, com.yahoo.vespa.athenz.api.AthenzDomain domain, Property property, Optional<PropertyId> propertyId, Optional<Contact> contact, Instant createdAt, LastLoginInfo lastLoginInfo) This should only be used by serialization.