Package | Description |
---|---|
org.openstack4j.model.identity.v2.builder | |
org.openstack4j.openstack.identity.v2.builder | |
org.openstack4j.openstack.identity.v2.domain |
Modifier and Type | Method and Description |
---|---|
TenantBuilder |
TenantBuilder.description(String desc) |
TenantBuilder |
TenantBuilder.enabled(boolean enabled) |
TenantBuilder |
TenantBuilder.id(String id) |
TenantBuilder |
TenantBuilder.name(String name) |
TenantBuilder |
IdentityV2Builders.tenant()
The builder to create a tenant
|
Modifier and Type | Method and Description |
---|---|
TenantBuilder |
KeystoneV2Builders.tenant() |
Modifier and Type | Class and Description |
---|---|
static class |
KeystoneTenant.TenantConcreteBuilder |
Modifier and Type | Method and Description |
---|---|
static TenantBuilder |
KeystoneTenant.builder() |
TenantBuilder |
KeystoneTenant.TenantConcreteBuilder.description(String desc) |
TenantBuilder |
KeystoneTenant.TenantConcreteBuilder.enabled(boolean enabled) |
TenantBuilder |
KeystoneTenant.TenantConcreteBuilder.from(Tenant in)
Creates a Builder using the param M as the default values
|
TenantBuilder |
KeystoneTenant.TenantConcreteBuilder.id(String id) |
TenantBuilder |
KeystoneTenant.TenantConcreteBuilder.name(String name) |
TenantBuilder |
KeystoneTenant.toBuilder() |
Copyright © 2017. All rights reserved.