salt.states.lvs_service.
absent
(name, protocol=None, service_address=None)¶Ensure the LVS service is absent.
The name of the LVS service
The service protocol
The LVS service address
salt.states.lvs_service.
present
(name, protocol=None, service_address=None, scheduler='wlc')¶Ensure that the named service is present.
The LVS service name
The service protocol
The LVS service address
Algorithm for allocating TCP connections and UDP datagrams to real servers.
lvstest:
lvs_service.present:
- service_address: 1.1.1.1:80
- protocol: tcp
- scheduler: rr
Generated on October 03, 2023 at 04:07:20 UTC.
You are viewing docs for the previous stable release, 3005.3. Switch to docs for the latest stable release, 3006.3, or to a recent doc build from the master branch.
© 2023 VMware, Inc. | Privacy Policy