Package org.openstack4j.model
Interface ResourceEntity
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Subinterfaces:
Action,Authentication.Identity.Password.User,Authentication.Identity.Password.User.Domain,Authentication.Scope.Domain,Authentication.Scope.Project,Cluster,Node,Policy,Profile,Receiver
- All Known Implementing Classes:
KeystoneAuth.AuthIdentity.AuthPassword.AuthUser,KeystoneAuth.AuthIdentity.AuthPassword.AuthUser.AuthDomain,KeystoneAuth.AuthScope.AuthDomain,KeystoneAuth.AuthScope.ScopeProject,SenlinAction,SenlinCluster,SenlinNode,SenlinPolicy,SenlinProfile,SenlinReceiver
public interface ResourceEntity extends ModelEntity
Model class which is used for Service Operations that is backed by a unique identifier and a name- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetName()
-