Class TenantWithApplications
java.lang.Object
com.yahoo.vespa.hosted.controller.api.application.v4.model.TenantWithApplications
- Author:
- Tony Vaagenes
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.yahoo.vespa.athenz.api.AthenzDomain -
Constructor Summary
ConstructorsConstructorDescriptionTenantWithApplications(TenantType type, com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, List<ApplicationReference> applications) -
Method Summary
-
Field Details
-
type
-
athensDomain
public com.yahoo.vespa.athenz.api.AthenzDomain athensDomain -
property
-
applications
-
-
Constructor Details
-
TenantWithApplications
public TenantWithApplications() -
TenantWithApplications
public TenantWithApplications(TenantType type, com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, List<ApplicationReference> applications)
-