|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractTunnelingParametersType
Inner class representing TunnelingParametersType This class extends IMgmtListBase
| Method Summary | |
|---|---|
java.lang.String |
getProxyPassword()
Get the attribute for PROXY_PASSWORD as a String value. |
java.lang.String |
getProxyPassword(java.lang.String defValue)
Get the attribute for PROXY_PASSWORD as a String value. |
IMgmtAttributeMetaData |
getProxyPasswordMetaData()
Get the attribute metadata for PROXY_PASSWORD. |
java.lang.String |
getProxyUserName()
Get the attribute for PROXY_USER_NAME as a String value. |
java.lang.String |
getProxyUserName(java.lang.String defValue)
Get the attribute for PROXY_USER_NAME as a String value. |
IMgmtAttributeMetaData |
getProxyUserNameMetaData()
Get the attribute metadata for PROXY_USER_NAME. |
java.lang.String |
getTunnelingProxyUrl()
Get the attribute for TUNNELING_PROXY_URL as a String value. |
java.lang.String |
getTunnelingProxyUrl(java.lang.String defValue)
Get the attribute for TUNNELING_PROXY_URL as a String value. |
IMgmtAttributeMetaData |
getTunnelingProxyUrlMetaData()
Get the attribute metadata for TUNNELING_PROXY_URL. |
void |
setProxyPassword(java.lang.String value)
Set the attribute for PROXY_PASSWORD to the specified String value. |
void |
setProxyUserName(java.lang.String value)
Set the attribute for PROXY_USER_NAME to the specified String value. |
void |
setTunnelingProxyUrl(java.lang.String value)
Set the attribute for TUNNELING_PROXY_URL to the specified String 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 getProxyPassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getProxyPassword(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getProxyPasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getProxyUserName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getProxyUserName(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getProxyUserNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getTunnelingProxyUrl()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getTunnelingProxyUrl(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTunnelingProxyUrlMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setProxyPassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setProxyUserName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setTunnelingProxyUrl(java.lang.String value)
throws MgmtException
value - The String 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 | |||||||