com.neeve.robin
Class XVM

java.lang.Object
  extended by com.neeve.robin.XVM

public final class XVM
extends Object

Represents Robin's perspective of an XVM


Method Summary
 com.neeve.ddl.jaxb.Model.Servers.Server ddlElement()
          Get the DDL element for this XVM
 Map<String,String> environment()
          Get the XVM's environment
 String host()
          Get the XVM host
 String name()
          Get the name of the XVM
 String runDir()
          Get the run root directory for this XVM
 int sshPort()
          Get the ssh port used to interact with the host
 String toString()
          Get a string representation of a XVM
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

name

public final String name()
Get the name of the XVM


ddlElement

public final com.neeve.ddl.jaxb.Model.Servers.Server ddlElement()
Get the DDL element for this XVM


host

public final String host()
Get the XVM host


sshPort

public final int sshPort()
Get the ssh port used to interact with the host


runDir

public final String runDir()
Get the run root directory for this XVM


environment

public final Map<String,String> environment()
Get the XVM's environment


toString

public final String toString()
Get a string representation of a XVM

Overrides:
toString in class Object


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.