com.novell.zos.grid
Class Message.NetConfigUpdate.ConfigSource

java.lang.Object
  extended by java.lang.Enum
      extended by com.novell.zos.grid.Message.NetConfigUpdate.ConfigSource
All Implemented Interfaces:
Serializable, Comparable
Enclosing interface:
Message.NetConfigUpdate

public static final class Message.NetConfigUpdate.ConfigSource
extends Enum

Source enum for IP discovery. We should never change existing values in future releases - only add new.

See Also:
Serialized Form

Field Summary
static Message.NetConfigUpdate.ConfigSource API
           
static Message.NetConfigUpdate.ConfigSource NONE
           
static Message.NetConfigUpdate.ConfigSource OTHER
           
static Message.NetConfigUpdate.ConfigSource SERIAL
           
static Message.NetConfigUpdate.ConfigSource XENSTORE
           
 
Method Summary
static Message.NetConfigUpdate.ConfigSource fromID(long id)
           
 int toID()
           
static Message.NetConfigUpdate.ConfigSource valueOf(String name)
           
static Message.NetConfigUpdate.ConfigSource[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final Message.NetConfigUpdate.ConfigSource NONE

OTHER

public static final Message.NetConfigUpdate.ConfigSource OTHER

API

public static final Message.NetConfigUpdate.ConfigSource API

SERIAL

public static final Message.NetConfigUpdate.ConfigSource SERIAL

XENSTORE

public static final Message.NetConfigUpdate.ConfigSource XENSTORE
Method Detail

values

public static Message.NetConfigUpdate.ConfigSource[] values()

valueOf

public static Message.NetConfigUpdate.ConfigSource valueOf(String name)

toID

public int toID()

fromID

public static Message.NetConfigUpdate.ConfigSource fromID(long id)


Copyright (c) 2011 Novell, Inc. All rights reserved.