org.glassfish.virtualization.config
Interface VirtUser
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy
public interface VirtUser
- extends org.jvnet.hk2.config.ConfigBeanProxy
Configuration of a user on the serverPool's physical machine that will be owning the virtual machines.
This information will be used to connect to the virtualization layer in order to install
storage volume and virtual machine in target machines.
- Author:
- Jerome Dochez
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
getName
String getName()
setName
void setName(String name)
getUserId
String getUserId()
setUserId
void setUserId(String id)
getGroupId
String getGroupId()
setGroupId
void setGroupId(String id)
getAuthMethod
String getAuthMethod()
setAuthMethod
void setAuthMethod(String authMethod)
Copyright © 2012. All Rights Reserved.