orca.drivers.iscsi
Class IscsiDriverConstants

java.lang.Object
  extended by orca.drivers.iscsi.IscsiDriverConstants

public class IscsiDriverConstants
extends java.lang.Object


Field Summary
static java.lang.String ActionClean
           
static java.lang.String ActionCreateDisk
           
static java.lang.String ActionCreateGroup
           
static java.lang.String ActionCreateInitiator
           
static java.lang.String ActionCreateLun
           
static java.lang.String ActionDestroyDisk
           
static java.lang.String ActionMapLun
           
static java.lang.String ActionRemoveGroup
           
static java.lang.String ActionRemoveLun
           
static java.lang.String ActionUnmapLun
           
static DriverId DriverIdNetApp
           
static int ErrorCannotCreateInitiator
           
static int ErrorGroupAlreadyExists
           
static int ErrorGroupDoesNotExist
           
static int ErrorLunAlreadyExists
           
static int ErrorLunAlreadyMappedToGroup
           
static int ErrorLunDoesNotExist
           
static int ErrorLunNotMappedToGroup
           
static int ErrorMissingServerName
           
static int ErrorUnspecified
           
static java.lang.String PropertyBaseImage
           
static java.lang.String PropertyExtra
           
static java.lang.String PropertyGroupName
           
static java.lang.String PropertyInitiator
           
static java.lang.String PropertyLunPath
           
static java.lang.String PropertyPrefix
           
static java.lang.String PropertyServerName
           
static java.lang.String PropertySite
           
static java.lang.String PropertySnapshot
           
 
Constructor Summary
IscsiDriverConstants()
           
 
Method Summary
static java.lang.String getErrorMessage(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PropertyExtra

public static final java.lang.String PropertyExtra
See Also:
Constant Field Values

PropertyGroupName

public static final java.lang.String PropertyGroupName
See Also:
Constant Field Values

PropertyInitiator

public static final java.lang.String PropertyInitiator
See Also:
Constant Field Values

PropertyLunPath

public static final java.lang.String PropertyLunPath
See Also:
Constant Field Values

PropertyBaseImage

public static final java.lang.String PropertyBaseImage
See Also:
Constant Field Values

PropertySnapshot

public static final java.lang.String PropertySnapshot
See Also:
Constant Field Values

PropertyServerName

public static final java.lang.String PropertyServerName
See Also:
Constant Field Values

PropertyPrefix

public static final java.lang.String PropertyPrefix
See Also:
Constant Field Values

PropertySite

public static final java.lang.String PropertySite
See Also:
Constant Field Values

ActionCreateInitiator

public static final java.lang.String ActionCreateInitiator
See Also:
Constant Field Values

ActionCreateGroup

public static final java.lang.String ActionCreateGroup
See Also:
Constant Field Values

ActionRemoveGroup

public static final java.lang.String ActionRemoveGroup
See Also:
Constant Field Values

ActionCreateLun

public static final java.lang.String ActionCreateLun
See Also:
Constant Field Values

ActionRemoveLun

public static final java.lang.String ActionRemoveLun
See Also:
Constant Field Values

ActionMapLun

public static final java.lang.String ActionMapLun
See Also:
Constant Field Values

ActionUnmapLun

public static final java.lang.String ActionUnmapLun
See Also:
Constant Field Values

ActionCreateDisk

public static final java.lang.String ActionCreateDisk
See Also:
Constant Field Values

ActionDestroyDisk

public static final java.lang.String ActionDestroyDisk
See Also:
Constant Field Values

ActionClean

public static final java.lang.String ActionClean
See Also:
Constant Field Values

ErrorMissingServerName

public static final int ErrorMissingServerName
See Also:
Constant Field Values

ErrorUnspecified

public static final int ErrorUnspecified
See Also:
Constant Field Values

ErrorGroupAlreadyExists

public static final int ErrorGroupAlreadyExists
See Also:
Constant Field Values

ErrorGroupDoesNotExist

public static final int ErrorGroupDoesNotExist
See Also:
Constant Field Values

ErrorLunAlreadyExists

public static final int ErrorLunAlreadyExists
See Also:
Constant Field Values

ErrorLunDoesNotExist

public static final int ErrorLunDoesNotExist
See Also:
Constant Field Values

ErrorLunAlreadyMappedToGroup

public static final int ErrorLunAlreadyMappedToGroup
See Also:
Constant Field Values

ErrorLunNotMappedToGroup

public static final int ErrorLunNotMappedToGroup
See Also:
Constant Field Values

ErrorCannotCreateInitiator

public static final int ErrorCannotCreateInitiator
See Also:
Constant Field Values

DriverIdNetApp

public static DriverId DriverIdNetApp
Constructor Detail

IscsiDriverConstants

public IscsiDriverConstants()
Method Detail

getErrorMessage

public static java.lang.String getErrorMessage(int code)


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.