Interface ZoneMember
- All Known Implementing Classes:
- AbstractNode,- Cluster,- Interface,- Node,- Subnet
public interface ZoneMember
Common interface for objects that can be zone members
- 
Method SummaryModifier and TypeMethodDescriptionintGet ID of the zone this object belongs toGet name of the zone this object belongs to
- 
Method Details- 
getZoneIdint getZoneId()Get ID of the zone this object belongs to- Returns:
- zone ID
 
- 
getZoneNameString getZoneName()Get name of the zone this object belongs to- Returns:
- zone name
 
 
-