cisco.uc.cuae.mgmt
Class Management.RedundancyServer

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.RedundancyServer
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Management.RedundancyMaster, Management.RedundancyStandby
Enclosing interface:
Management

public static class Management.RedundancyServer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Boolean enabled
          is this server enabled or disabled
 java.lang.String host
          address of the other end of this set (i.e.
 java.lang.String password
          password to connect to other server
 java.lang.String username
          username to connect to other server
 
Constructor Summary
Management.RedundancyServer()
          Constructs the RedundancyServer.
Management.RedundancyServer(java.lang.String host, java.lang.String username, java.lang.String password, java.lang.Boolean enabled)
          Constructs the RedundancyServer.
 
Method Summary
 java.lang.Boolean getEnabled()
          Gets the value.
 java.lang.String getHost()
          Gets the value.
 java.lang.String getPassword()
          Gets the value.
 java.lang.String getUsername()
          Gets the value.
 void setEnabled(java.lang.Boolean value)
          Sets the value.
 void setHost(java.lang.String value)
          Sets the value.
 void setPassword(java.lang.String value)
          Sets the value.
 void setUsername(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

host

public java.lang.String host
address of the other end of this set (i.e. master or standby address)


username

public java.lang.String username
username to connect to other server


password

public java.lang.String password
password to connect to other server


enabled

public java.lang.Boolean enabled
is this server enabled or disabled

Constructor Detail

Management.RedundancyServer

public Management.RedundancyServer()
Constructs the RedundancyServer. Don't init any fields.


Management.RedundancyServer

public Management.RedundancyServer(java.lang.String host,
                                   java.lang.String username,
                                   java.lang.String password,
                                   java.lang.Boolean enabled)
Constructs the RedundancyServer.

Parameters:
host - address of the other end of this set (i.e. master or standby address)
username - username to connect to other server
password - password to connect to other server
enabled - is this server enabled or disabled
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getHost

public java.lang.String getHost()
Gets the value. address of the other end of this set (i.e. master or standby address)

Returns:
the value.

setHost

public void setHost(java.lang.String value)
Sets the value. address of the other end of this set (i.e. master or standby address)

Parameters:
value - the value.

getUsername

public java.lang.String getUsername()
Gets the value. username to connect to other server

Returns:
the value.

setUsername

public void setUsername(java.lang.String value)
Sets the value. username to connect to other server

Parameters:
value - the value.

getPassword

public java.lang.String getPassword()
Gets the value. password to connect to other server

Returns:
the value.

setPassword

public void setPassword(java.lang.String value)
Sets the value. password to connect to other server

Parameters:
value - the value.

getEnabled

public java.lang.Boolean getEnabled()
Gets the value. is this server enabled or disabled

Returns:
the value.

setEnabled

public void setEnabled(java.lang.Boolean value)
Sets the value. is this server enabled or disabled

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.