Uses of Class
com.yahoo.vespa.hosted.controller.api.identifiers.Property
-
-
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 Property Modifier and Type Field Description PropertyTenantCreateOptions. propertyPropertyTenantUpdateOptions. propertyPropertyTenantWithApplications. propertyFields in com.yahoo.vespa.hosted.controller.api.application.v4.model with type parameters of type Property Modifier and Type Field Description java.util.Optional<Property>TenantMetaData. propertyConstructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type Property Constructor Description TenantCreateOptions(com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, PropertyId propertyId)TenantUpdateOptions(Property property, java.util.Optional<com.yahoo.vespa.athenz.api.AthenzDomain> athensDomain)TenantWithApplications(TenantType type, com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, java.util.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 Property Modifier and Type Method Description java.util.Map<PropertyId,Property>EntityService. listProperties()List all properties known by the servicejava.util.Map<PropertyId,Property>MemoryEntityService. 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 Property Modifier and Type Method Description java.util.Map<Property,ResourceAllocation>CostReportConsumer. fixedAllocations()java.util.Map<Property,ResourceAllocation>CostReportConsumerMock. fixedAllocations()Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type Property Constructor Description CostReportConsumerMock(java.util.function.Consumer<java.lang.String> csvConsumer, java.util.Map<Property,ResourceAllocation> fixedAllocations)
-