Class TenantCreateOptions
java.lang.Object
com.yahoo.vespa.hosted.controller.api.application.v4.model.TenantCreateOptions
- Author:
- bjorncs
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.yahoo.vespa.athenz.api.AthenzDomain -
Constructor Summary
ConstructorsConstructorDescriptionTenantCreateOptions(com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, PropertyId propertyId) -
Method Summary
-
Field Details
-
athensDomain
public com.yahoo.vespa.athenz.api.AthenzDomain athensDomain -
property
-
propertyId
-
-
Constructor Details
-
TenantCreateOptions
public TenantCreateOptions() -
TenantCreateOptions
public TenantCreateOptions(com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, PropertyId propertyId)
-
-
Method Details