Uses of Class
org.jclouds.openstack.cinder.v1.domain.ZoneState
-
Packages that use ZoneState Package Description org.jclouds.openstack.cinder.v1.domain -
-
Uses of ZoneState in org.jclouds.openstack.cinder.v1.domain
Methods in org.jclouds.openstack.cinder.v1.domain that return ZoneState Modifier and Type Method Description ZoneState
ZoneState.Builder. build()
ZoneState
AvailabilityZone. getZoneState()
Methods in org.jclouds.openstack.cinder.v1.domain with parameters of type ZoneState Modifier and Type Method Description ZoneState.Builder
ZoneState.Builder. fromZoneState(ZoneState in)
Constructors in org.jclouds.openstack.cinder.v1.domain with parameters of type ZoneState Constructor Description AvailabilityZone(String name, ZoneState zoneState)
-