-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Elb v3 next resources pool member health_monitor l7 policy l7 rule proxy unit tests Reviewed-by: None <None> Reviewed-by: Artem Goncharov <[email protected]> Reviewed-by: Rodion Gyrbu <[email protected]> Reviewed-by: Anton Sidelnikov <None>
- Loading branch information
1 parent
16eba70
commit 5ef7b92
Showing
24 changed files
with
1,974 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
otcextensions.sdk.vlb.v3.health_monitor | ||
======================================= | ||
|
||
.. automodule:: otcextensions.sdk.vlb.v3.health_monitor | ||
|
||
The HealthMonitor Class | ||
----------------------- | ||
|
||
The ``HealthMonitor`` class inherits from | ||
:class:`~otcextensions.sdk.sdk_resource.Resource`. | ||
|
||
.. autoclass:: otcextensions.sdk.vlb.v3.health_monitor.HealthMonitor | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
otcextensions.sdk.vlb.v3.l7_policy | ||
================================== | ||
|
||
.. automodule:: otcextensions.sdk.vlb.v3.l7_policy | ||
|
||
The L7Policy Class | ||
------------------ | ||
|
||
The ``L7Policy`` class inherits from | ||
:class:`~otcextensions.sdk.sdk_resource.Resource`. | ||
|
||
.. autoclass:: otcextensions.sdk.vlb.v3.l7_policy.L7Policy | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
otcextensions.sdk.vlb.v3.l7_rule | ||
================================== | ||
|
||
.. automodule:: otcextensions.sdk.vlb.v3.l7_rule | ||
|
||
The L7Rule Class | ||
------------------ | ||
|
||
The ``L7Rule`` class inherits from | ||
:class:`~otcextensions.sdk.sdk_resource.Resource`. | ||
|
||
.. autoclass:: otcextensions.sdk.vlb.v3.l7_rule.L7Rule | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
otcextensions.sdk.vlb.v3.member | ||
================================= | ||
|
||
.. automodule:: otcextensions.sdk.vlb.v3.member | ||
|
||
The Member Class | ||
------------------ | ||
|
||
The ``Member`` class inherits from | ||
:class:`~otcextensions.sdk.sdk_resource.Resource`. | ||
|
||
.. autoclass:: otcextensions.sdk.vlb.v3.member.Member | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
otcextensions.sdk.vlb.v3.pool | ||
================================= | ||
|
||
.. automodule:: otcextensions.sdk.vlb.v3.pool | ||
|
||
The Pool Class | ||
------------------ | ||
|
||
The ``Pool`` class inherits from | ||
:class:`~otcextensions.sdk.sdk_resource.Resource`. | ||
|
||
.. autoclass:: otcextensions.sdk.vlb.v3.pool.Pool | ||
:members: |
Oops, something went wrong.