Esempio n. 1
0
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = [
         "id", "name", "protocol", "port", "algorithm", "status",
         "maxConcurrentConnections", "connectionLogging", "virtualIps",
         "nodes", "sessionPersistence", "healthMonitor",
         "connectionThrottle", "cluster", "created", "updated"
     ]
Esempio n. 2
0
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = [
         "type", "delay", "timeout", "attemptsBeforeDeactivation", "path",
         "statusRegex", "bodyRegex"
     ]
Esempio n. 3
0
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = ["networkItems"]
Esempio n. 4
0
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = ["enabled"]
Esempio n. 5
0
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = [
         "minConnections", "maxConnections", "maxConnectionRate",
         "rateInterval"
     ]
Esempio n. 6
0
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = [
         "id", "address", "port", "condition", "weight", "status"
     ]
Esempio n. 7
0
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = ["id", "address", "type", "ipVersion"]
Esempio n. 8
0
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = ["time"]
 def __init__(self, lbresource):
     State.__init__(self, lbresource)
     self._properties = ["persistenceType"]