org.inria.myriads.snoozeclient.parser.api.impl.commands
Class AddCommand

java.lang.Object
  extended by org.inria.myriads.snoozeclient.parser.api.impl.commands.AddCommand
All Implemented Interfaces:
Command

public final class AddCommand
extends Object

Add command.

Author:
Eugen Feller

Constructor Summary
AddCommand()
          Constructor.
 
Method Summary
 int getNetworkRxCapacity()
          Returns the network rx capacity.
 int getNetworkTxCapaciy()
          Returns the network tx capacity.
 String getVirtualClusterName()
          Returns the virtual cluster name.
 String getVirtualMachineTemplate()
          Returns the virtual machine template.
 boolean isHelp()
          Checks if help is needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddCommand

public AddCommand()
Constructor.

Method Detail

getVirtualClusterName

public String getVirtualClusterName()
Returns the virtual cluster name.

Returns:
The virtual cluster name

getNetworkRxCapacity

public int getNetworkRxCapacity()
Returns the network rx capacity.

Returns:
The network rx capacity

getNetworkTxCapaciy

public int getNetworkTxCapaciy()
Returns the network tx capacity.

Returns:
The network tx capacity

getVirtualMachineTemplate

public String getVirtualMachineTemplate()
Returns the virtual machine template.

Returns:
The virtual machine template

isHelp

public boolean isHelp()
Checks if help is needed.

Specified by:
isHelp in interface Command
Returns:
true if needed, false otherwise


Copyright © 2012. All Rights Reserved.