Class NeutronAvailabilityZone
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronAvailabilityZone
-
- All Implemented Interfaces:
Serializable,ModelEntity,AvailabilityZone
public class NeutronAvailabilityZone extends Object implements AvailabilityZone
An availability zone groups network nodes that run services like DHCP, L3, FW, and others.- Author:
- Taemin
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNeutronAvailabilityZone.AvailabilityZones
-
Constructor Summary
Constructors Constructor Description NeutronAvailabilityZone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()StringgetResource()StringgetState()inthashCode()StringtoString()
-
-
-
Method Detail
-
getState
public String getState()
- Specified by:
getStatein interfaceAvailabilityZone- Returns:
- State
-
getResource
public String getResource()
- Specified by:
getResourcein interfaceAvailabilityZone- Returns:
- Resource
-
getName
public String getName()
- Specified by:
getNamein interfaceAvailabilityZone- Returns:
- The Zone Name of Neutron
-
-