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 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, 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 Property Modifier and Type Method Description Map<PropertyId,Property>EntityService. listProperties()List all properties known by the serviceMap<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 Map<Property,ResourceAllocation>CostReportConsumer. fixedAllocations()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(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 Property Modifier and Type Method Description PropertyAthenzTenant. property()Property name of this tenantMethods in com.yahoo.vespa.hosted.controller.tenant with parameters of type Property Modifier and Type Method Description static 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 Property Constructor Description AthenzTenant(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.
-