|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractReplicationConnectionBean.IAbstractReplicationConnectionType
Inner class representing ReplicationConnectionType This class extends IMgmtListBase
| Method Summary | |
|---|---|
java.lang.String |
getBackupAddr()
Get the attribute for BACKUP_ADDR as a String value. |
IMgmtAttributeMetaData |
getBackupAddrMetaData()
Get the attribute metadata for BACKUP_ADDR. |
int |
getBackupPort()
Get the attribute for BACKUP_PORT as a int value. |
IMgmtAttributeMetaData |
getBackupPortMetaData()
Get the attribute metadata for BACKUP_PORT. |
java.lang.String |
getName()
Get the attribute for NAME as a String value. |
IMgmtAttributeMetaData |
getNameMetaData()
Get the attribute metadata for NAME. |
java.lang.String |
getPrimaryAddr()
Get the attribute for PRIMARY_ADDR as a String value. |
IMgmtAttributeMetaData |
getPrimaryAddrMetaData()
Get the attribute metadata for PRIMARY_ADDR. |
int |
getPrimaryPort()
Get the attribute for PRIMARY_PORT as a int value. |
IMgmtAttributeMetaData |
getPrimaryPortMetaData()
Get the attribute metadata for PRIMARY_PORT. |
java.lang.String |
getProtocol()
Get the attribute for PROTOCOL as a String value. |
IMgmtAttributeMetaData |
getProtocolMetaData()
Get the attribute metadata for PROTOCOL. |
int |
getWeight()
Get the attribute for WEIGHT as a int value. |
IMgmtAttributeMetaData |
getWeightMetaData()
Get the attribute metadata for WEIGHT. |
void |
setBackupAddr(java.lang.String value)
Set the attribute for BACKUP_ADDR to the specified String value. |
void |
setBackupPort(int value)
Set the attribute for BACKUP_PORT to the specified int value. |
void |
setName(java.lang.String value)
Set the attribute for NAME to the specified String value. |
void |
setPrimaryAddr(java.lang.String value)
Set the attribute for PRIMARY_ADDR to the specified String value. |
void |
setPrimaryPort(int value)
Set the attribute for PRIMARY_PORT to the specified int value. |
void |
setProtocol(java.lang.String value)
Set the attribute for PROTOCOL to the specified String value. |
void |
setWeight(int value)
Set the attribute for WEIGHT to the specified int value. |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase |
|---|
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase |
|---|
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute |
| Method Detail |
|---|
java.lang.String getBackupAddr()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getBackupAddrMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getBackupPort()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getBackupPortMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getPrimaryAddr()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPrimaryAddrMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getPrimaryPort()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPrimaryPortMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getProtocol()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getProtocolMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getWeight()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getWeightMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setBackupAddr(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setBackupPort(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPrimaryAddr(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPrimaryPort(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setProtocol(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setWeight(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||