Package | Description |
---|---|
org.openstack4j.api.identity.v3 | |
org.openstack4j.openstack.identity.v3.domain | |
org.openstack4j.openstack.identity.v3.internal |
Modifier and Type | Method and Description |
---|---|
Region |
RegionService.create(Region region)
Create a new region
|
Region |
RegionService.create(String regionId,
String description,
String parentRegionId)
Create a new region
|
Region |
RegionService.get(String regionId)
Get details for a region specified by id
|
Region |
RegionService.update(Region region)
Update a region
|
Modifier and Type | Method and Description |
---|---|
List<? extends Region> |
RegionService.list()
List regions
|
Modifier and Type | Method and Description |
---|---|
Region |
RegionService.create(Region region)
Create a new region
|
Region |
RegionService.update(Region region)
Update a region
|
Modifier and Type | Class and Description |
---|---|
class |
KeystoneRegion
Region model class for identity v3
|
Modifier and Type | Method and Description |
---|---|
Region |
KeystoneRegion.RegionConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
RegionBuilder |
KeystoneRegion.RegionConcreteBuilder.from(Region in) |
Modifier and Type | Method and Description |
---|---|
Region |
RegionServiceImpl.create(Region region) |
Region |
RegionServiceImpl.create(String regionId,
String description,
String parentRegionId) |
Region |
RegionServiceImpl.get(String regionId) |
Region |
RegionServiceImpl.update(Region region) |
Modifier and Type | Method and Description |
---|---|
List<? extends Region> |
RegionServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
Region |
RegionServiceImpl.create(Region region) |
Region |
RegionServiceImpl.update(Region region) |
Copyright © 2017. All rights reserved.