Package org.openstack4j.model.compute
Interface ServerGroup
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaServerGroup
public interface ServerGroup extends ModelEntity
An OpenStack ServerGroup which is a group that the server in it must be Located on different hosts- Author:
- Octopus Zhang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()List<String>getMembers()Map<String,String>getMetadata()StringgetName()List<String>getPolicies()
-