Class KeystoneRegion.Regions
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<KeystoneRegion>
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneRegion.Regions
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- KeystoneRegion
public static class KeystoneRegion.Regions extends ListResult<KeystoneRegion>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Regions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<KeystoneRegion>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
public List<KeystoneRegion> value()
- Specified by:
valuein classListResult<KeystoneRegion>
-
-