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 Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getAuthMethod()
           
 String getGroupId()
           
 String getName()
           
 String getUserId()
           
 void setAuthMethod(String authMethod)
           
 void setGroupId(String id)
           
 void setName(String name)
           
 void setUserId(String id)
           
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

Method Detail

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.