public abstract class RemoteSiteDef
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RemoteSiteDef.SiteRemoteState
State of the remote site at the remote site
|
static class |
RemoteSiteDef.SiteState
State of the remote site
|
Constructor and Description |
---|
RemoteSiteDef() |
Modifier and Type | Method and Description |
---|---|
static RemoteSiteDef |
create()
Returns a new RemoteSiteDef instance with default settings.
|
abstract java.lang.String |
getName()
Returns the site name attribute value of the RemoteSiteDef instance.
|
abstract java.lang.String |
getRemoteDiscovery()
Deprecated.
|
abstract java.lang.String |
getRouterDiscovery()
Returns the router discovery URL attribute value of the RemoteSiteDef instance.
|
abstract RemoteSiteDef |
setName(java.lang.String name)
Sets the site name attribute value of the RemoteSiteDef instance.
|
abstract RemoteSiteDef |
setRemoteDiscovery(java.lang.String discovery)
Deprecated.
|
abstract RemoteSiteDef |
setRouterDiscovery(java.lang.String discovery)
Sets the router discovery URL attribute of the RemoteSiteDef instance.
|
public static RemoteSiteDef create()
public abstract java.lang.String getName()
public abstract RemoteSiteDef setName(java.lang.String name)
name
- The site name attribute value@Deprecated public abstract java.lang.String getRemoteDiscovery()
getRouterDiscovery()
@Deprecated public abstract RemoteSiteDef setRemoteDiscovery(java.lang.String discovery)
setRouterDiscovery(String)
public abstract java.lang.String getRouterDiscovery()
public abstract RemoteSiteDef setRouterDiscovery(java.lang.String discovery)
discovery
- The router discovery URL attribute valueCopyright (c) 2014 Cloud Software Group, Inc. All rights reserved.