org.sdnplatform.sync.client
Class BootstrapTool.BootstrapToolSettings

java.lang.Object
  extended by org.sdnplatform.sync.client.AuthTool.AuthToolSettings
      extended by org.sdnplatform.sync.client.SyncClientBase.SyncClientBaseSettings
          extended by org.sdnplatform.sync.client.BootstrapTool.BootstrapToolSettings
Enclosing class:
BootstrapTool

protected static class BootstrapTool.BootstrapToolSettings
extends SyncClientBase.SyncClientBaseSettings


Field Summary
protected  short deleteNode
           
protected  short domainId
           
protected  java.lang.String localNodeHost
           
protected  java.lang.String localNodeIface
           
protected  int localNodePort
           
protected  boolean reseed
           
protected  java.lang.String seeds
           
 
Fields inherited from class org.sdnplatform.sync.client.SyncClientBase.SyncClientBaseSettings
hostname, port
 
Fields inherited from class org.sdnplatform.sync.client.AuthTool.AuthToolSettings
authScheme, help, keyStorePassword, keyStorePath
 
Constructor Summary
protected BootstrapTool.BootstrapToolSettings()
           
 
Method Summary
 
Methods inherited from class org.sdnplatform.sync.client.SyncClientBase.SyncClientBaseSettings
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seeds

protected java.lang.String seeds

domainId

protected short domainId

localNodePort

protected int localNodePort

localNodeIface

protected java.lang.String localNodeIface

localNodeHost

protected java.lang.String localNodeHost

reseed

protected boolean reseed

deleteNode

protected short deleteNode
Constructor Detail

BootstrapTool.BootstrapToolSettings

protected BootstrapTool.BootstrapToolSettings()