Groovy Documentation

org.linkedin.glu.orchestration.engine.action.descriptor
[Java] Class MountPointActionDescriptor

java.lang.Object
  org.linkedin.glu.orchestration.engine.action.descriptor.BaseActionDescriptor
      org.linkedin.glu.orchestration.engine.action.descriptor.AgentActionDescriptor
          org.linkedin.glu.orchestration.engine.action.descriptor.MountPointActionDescriptor

public class MountPointActionDescriptor
extends AgentActionDescriptor

Authors:
yan@pongasoft.com


Method Summary
java.lang.String getMountPoint()

void setMountPoint(java.lang.String mountPoint)

 
Methods inherited from class AgentActionDescriptor
getAgent, getFabric, setAgent, setFabric
 
Methods inherited from class BaseActionDescriptor
findValue, getName, getValues, setName, setValue, toMetadata, toMetadata
 

Method Detail

getMountPoint

public java.lang.String getMountPoint()


setMountPoint

public void setMountPoint(java.lang.String mountPoint)


 

Groovy Documentation