Class TenantCreateOptions
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.application.v4.model.TenantCreateOptions
-
public class TenantCreateOptions extends java.lang.Object- Author:
- bjorncs
-
-
Field Summary
Fields Modifier and Type Field Description com.yahoo.vespa.athenz.api.AthenzDomainathensDomainPropertypropertyPropertyIdpropertyId
-
Constructor Summary
Constructors Constructor Description TenantCreateOptions()TenantCreateOptions(com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, PropertyId propertyId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
athensDomain
public com.yahoo.vespa.athenz.api.AthenzDomain athensDomain
-
property
public Property property
-
propertyId
public PropertyId propertyId
-
-
Constructor Detail
-
TenantCreateOptions
public TenantCreateOptions()
-
TenantCreateOptions
public TenantCreateOptions(com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, PropertyId propertyId)
-
-